heroku 10.7.0-beta.0 → 10.7.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/bin/heroku-prompts.js +235 -0
- package/bin/heroku-repl.js +620 -0
- package/bin/run +36 -7
- package/lib/analytics.js +3 -1
- package/lib/commands/access/index.js +2 -1
- package/lib/commands/accounts/current.js +2 -1
- package/lib/commands/addons/index.js +3 -2
- package/lib/commands/addons/info.js +3 -2
- package/lib/commands/addons/plans.js +3 -2
- package/lib/commands/addons/services.js +3 -2
- package/lib/commands/apps/create.js +2 -1
- package/lib/commands/apps/errors.js +4 -3
- package/lib/commands/apps/favorites/index.js +3 -2
- package/lib/commands/apps/index.js +7 -6
- package/lib/commands/apps/info.js +4 -3
- package/lib/commands/apps/stacks/index.js +2 -1
- package/lib/commands/authorizations/create.js +2 -1
- package/lib/commands/authorizations/index.js +3 -2
- package/lib/commands/authorizations/info.js +2 -1
- package/lib/commands/autocomplete/doctor.js +2 -1
- package/lib/commands/buildpacks/index.js +2 -2
- package/lib/commands/buildpacks/info.js +3 -2
- package/lib/commands/buildpacks/search.js +2 -1
- package/lib/commands/buildpacks/versions.js +2 -1
- package/lib/commands/certs/add.js +2 -1
- package/lib/commands/certs/auto/enable.js +3 -2
- package/lib/commands/certs/auto/index.js +5 -4
- package/lib/commands/ci/config/index.js +4 -3
- package/lib/commands/ci/config/set.js +2 -1
- package/lib/commands/clients/create.js +2 -1
- package/lib/commands/clients/index.js +3 -2
- package/lib/commands/clients/info.js +4 -3
- package/lib/commands/clients/rotate.js +4 -3
- package/lib/commands/config/edit.js +2 -1
- package/lib/commands/config/index.js +4 -3
- package/lib/commands/config/set.js +2 -1
- package/lib/commands/container/pull.js +2 -2
- package/lib/commands/container/push.js +5 -4
- package/lib/commands/container/run.js +3 -2
- package/lib/commands/domains/add.js +2 -1
- package/lib/commands/domains/index.js +5 -4
- package/lib/commands/domains/info.js +2 -1
- package/lib/commands/drains/index.js +4 -3
- package/lib/commands/features/index.js +3 -2
- package/lib/commands/features/info.js +4 -3
- package/lib/commands/keys/add.js +2 -1
- package/lib/commands/keys/index.js +3 -2
- package/lib/commands/labs/disable.js +2 -1
- package/lib/commands/labs/index.js +3 -2
- package/lib/commands/labs/info.js +4 -3
- package/lib/commands/members/index.js +2 -1
- package/lib/commands/notifications/index.js +3 -2
- package/lib/commands/pg/backups/index.js +7 -6
- package/lib/commands/pg/backups/info.js +4 -3
- package/lib/commands/pg/backups/schedules.js +2 -1
- package/lib/commands/pg/credentials.js +2 -1
- package/lib/commands/pg/diagnose.js +3 -2
- package/lib/commands/pg/info.js +4 -3
- package/lib/commands/pg/links/index.js +3 -2
- package/lib/commands/pg/settings/index.js +3 -2
- package/lib/commands/pipelines/diff.js +3 -2
- package/lib/commands/pipelines/index.js +3 -2
- package/lib/commands/pipelines/info.js +2 -1
- package/lib/commands/pipelines/promote.js +2 -1
- package/lib/commands/pipelines/transfer.js +2 -1
- package/lib/commands/ps/index.js +5 -4
- package/lib/commands/ps/type.js +5 -4
- package/lib/commands/ps/wait.js +2 -1
- package/lib/commands/regions.js +3 -3
- package/lib/commands/releases/index.js +3 -2
- package/lib/commands/releases/info.js +6 -5
- package/lib/commands/sessions/index.js +3 -2
- package/lib/commands/spaces/create.js +3 -2
- package/lib/commands/spaces/index.js +2 -1
- package/lib/commands/spaces/ps.js +3 -2
- package/lib/commands/spaces/topology.js +4 -3
- package/lib/commands/spaces/trusted-ips/index.js +3 -2
- package/lib/commands/spaces/vpn/config.js +2 -1
- package/lib/commands/spaces/vpn/connections.js +4 -3
- package/lib/commands/spaces/vpn/info.js +6 -5
- package/lib/commands/spaces/vpn/wait.js +2 -1
- package/lib/commands/status.js +3 -2
- package/lib/commands/teams/index.js +3 -3
- package/lib/commands/telemetry/index.js +3 -2
- package/lib/commands/usage/addons.js +3 -2
- package/lib/commands/webhooks/add.js +2 -1
- package/lib/commands/webhooks/deliveries/index.js +2 -2
- package/lib/commands/webhooks/deliveries/info.js +5 -4
- package/lib/commands/webhooks/events/index.js +2 -1
- package/lib/commands/webhooks/events/info.js +3 -2
- package/lib/commands/webhooks/index.js +2 -2
- package/lib/commands/webhooks/info.js +3 -2
- package/lib/global_telemetry.d.ts +1 -1
- package/lib/global_telemetry.js +3 -1
- package/lib/lib/authorizations/authorizations.js +2 -2
- package/lib/lib/certs/certificate_details.js +2 -1
- package/lib/lib/certs/display_table.js +2 -2
- package/lib/lib/ci/test-run.js +4 -3
- package/lib/lib/confirmCommand.js +2 -1
- package/lib/lib/domains/domains.js +4 -3
- package/lib/lib/domains/wait-for-domain.js +2 -2
- package/lib/lib/orgs/utils.js +2 -1
- package/lib/lib/pipelines/render-pipeline.js +3 -2
- package/lib/lib/pipelines/setup/get-ci-settings.js +2 -2
- package/lib/lib/pipelines/setup/get-name-and-repo.js +3 -2
- package/lib/lib/pipelines/setup/get-settings.js +6 -6
- package/lib/lib/redis/api.js +4 -3
- package/lib/lib/spaces/hosts.js +3 -2
- package/lib/lib/spaces/outbound-rules.js +4 -3
- package/lib/lib/spaces/peering.js +5 -4
- package/lib/lib/spaces/spaces.js +3 -2
- package/lib/lib/spaces/vpn-connections.js +3 -3
- package/lib/lib/telemetry/util.js +3 -2
- package/oclif.manifest.json +746 -746
- package/package.json +9 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heroku",
|
|
3
3
|
"description": "CLI to interact with Heroku",
|
|
4
|
-
"version": "10.7.
|
|
4
|
+
"version": "10.7.1-alpha.0",
|
|
5
5
|
"author": "Heroku",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -13,8 +13,9 @@
|
|
|
13
13
|
"@heroku-cli/schema": "^1.0.25",
|
|
14
14
|
"@heroku/buildpack-registry": "^1.0.1",
|
|
15
15
|
"@heroku/eventsource": "^1.0.7",
|
|
16
|
-
"@heroku/heroku-cli-util": "^
|
|
16
|
+
"@heroku/heroku-cli-util": "^9.0.1",
|
|
17
17
|
"@heroku/http-call": "^5.4.0",
|
|
18
|
+
"@heroku/plugin-ai": "^1.0.1",
|
|
18
19
|
"@inquirer/prompts": "^5.0.5",
|
|
19
20
|
"@oclif/core": "^2.16.0",
|
|
20
21
|
"@oclif/plugin-commands": "2.2.28",
|
|
@@ -79,7 +80,8 @@
|
|
|
79
80
|
"validator": "^13.7.0",
|
|
80
81
|
"word-wrap": "^1.2.5",
|
|
81
82
|
"ws": "^6.2.2",
|
|
82
|
-
"yaml": "^2.0.1"
|
|
83
|
+
"yaml": "^2.0.1",
|
|
84
|
+
"yargs-parser": "18.1.3"
|
|
83
85
|
},
|
|
84
86
|
"devDependencies": {
|
|
85
87
|
"@heroku-cli/schema": "^1.0.25",
|
|
@@ -185,7 +187,8 @@
|
|
|
185
187
|
"@oclif/plugin-update",
|
|
186
188
|
"@oclif/plugin-version",
|
|
187
189
|
"@oclif/plugin-warn-if-update-available",
|
|
188
|
-
"@oclif/plugin-which"
|
|
190
|
+
"@oclif/plugin-which",
|
|
191
|
+
"@heroku/plugin-ai"
|
|
189
192
|
],
|
|
190
193
|
"bin": "heroku",
|
|
191
194
|
"dirname": "heroku",
|
|
@@ -388,12 +391,12 @@
|
|
|
388
391
|
"test:acceptance": "yarn pretest && mocha --forbid-only \"test/**/*.acceptance.test.ts\" && node ./bin/bats-test-runner",
|
|
389
392
|
"test:integration": "yarn pretest && mocha --forbid-only \"test/**/*.integration.test.ts\"",
|
|
390
393
|
"test:smoke": "yarn pretest && mocha --forbid-only \"test/**/smoke.acceptance.test.ts\"",
|
|
391
|
-
"test:unit:justTest:local": "
|
|
394
|
+
"test:unit:justTest:local": "mocha \"test/**/*.unit.test.ts\"",
|
|
392
395
|
"test:unit:justTest:ci": "nyc --reporter=lcov --reporter=text-summary mocha --forbid-only \"test/**/*.unit.test.ts\"",
|
|
393
396
|
"test": "yarn pretest && yarn test:unit:justTest:ci",
|
|
394
397
|
"test:local": "yarn pretest && yarn test:unit:justTest:local",
|
|
395
398
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
396
399
|
},
|
|
397
400
|
"types": "lib/index.d.ts",
|
|
398
|
-
"gitHead": "
|
|
401
|
+
"gitHead": "b4b7d4102ef420d0294e9ef1635cce49eadb9102"
|
|
399
402
|
}
|