@forge/cli-shared
9.4.1-next.49.4.1-next.5
out/ui/text.js~
out/ui/text.jsModified+2−8
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -652,9 +652,8 @@
check: {
cmdName: 'details',
option: {
majorVersion: 'specify a major version',
- json: 'output results in JSON format',
outFile: 'specify a file to output the results'
},
error: {
invalidMajorVersion: (property) => {
@@ -711,9 +710,8 @@
},
list: {
cmdName: 'list',
option: {
- json: 'output results in JSON format',
outFile: 'specify a file to output the results'
},
desc: `returns a summary of all major versions of the app. Summary includes:\n${itemList([
'version number',
@@ -744,9 +742,8 @@
},
start: {
cmdName: 'start',
option: {
- json: 'output results in JSON format',
outFile: 'specify a file to output the results',
version1: 'source version to upgrade in a non-interactive mode',
version2: 'target version to upgrade to in a non-interactive mode',
limit: 'limit the number of installations to upgrade (optional)'
@@ -827,9 +824,8 @@
},
cancel: {
cmdName: 'cancel',
option: {
- json: 'output results in JSON format',
outFile: 'specify a file to output the results',
appRolloutId: 'app rollout version Id to cancel'
},
desc: `cancels a version upgrade that is in progress.`,
@@ -1473,10 +1469,9 @@
services: {
cmd: {
desc: 'display information about deployed app services',
serviceKeyOption: 'specify the name of the service',
- watchOption: 'watch for changes to selected services',
- jsonOption: 'output service information in JSON format'
+ watchOption: 'watch for changes to selected services'
},
overview: 'Showing service information.',
specificService: (serviceKey, environment) => `Showing service: ${chalk_1.default.bold(serviceKey)} deployed in the '${environment}' environment.`,
allServices: (environment) => `Showing all services defined and deployed in the '${environment}' environment:`,
@@ -1485,10 +1480,9 @@
containers: {
cmd: {
desc: 'display information about deployed app containers for a given service',
serviceKeyOption: 'specify the name of a service',
- containerKeyOption: 'specify the name of a container',
- jsonOption: 'output container information in JSON format'
+ containerKeyOption: 'specify the name of a container'
},
overview: 'Showing container information for a service.',
prompt: {
entry: 'Select a service:'