Commit d5c0e8a
authored
feat: update heroku-cli-command, refactor REPL, remove deprecated commands (#3542)
* move repl to actual repl command, replace custom prompt mode with heroku-cli-command version
* move repl logic into lib, add tests
* Update heroku-cli-command version, remove --prompt global flags from commands without args/flags, delete prompt command, delete deprecated pg upgrade command
* remove pg:upgrade from commands-output
* remove heroku-repl.js, now that it has been moved to lib/repl.ts
* disable prompt mode for pg:update and pg:create1 parent aec5e49 commit d5c0e8a
24 files changed
Lines changed: 427 additions & 1477 deletions
File tree
- bin
- docs
- src
- commands
- accounts
- auth
- autocomplete
- ci
- data/pg
- keys
- mcp
- pg/upgrade
- lib
- test
- acceptance
- unit
- commands/pg/upgrade
- lib
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
9 | 6 | | |
10 | 7 | | |
11 | | - | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
| |||
48 | 44 | | |
49 | 45 | | |
50 | 46 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments