@forge/cli-shared 5.3.1-next.0 → 5.3.1-next.1
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/CHANGELOG.md +6 -0
- package/out/graphql/graphql-types.d.ts +3576 -3247
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +986 -982
- package/out/ui/text.js +1 -1
- package/package.json +1 -1
package/out/ui/text.js
CHANGED
|
@@ -499,7 +499,7 @@ What do you like or don't like about Forge? Share your feedback below or press C
|
|
|
499
499
|
bannerWorkspace: `\nInstalling your app onto the selected workspace.\n${ctrlC}\n`,
|
|
500
500
|
optionConfirmScopes: 'skip confirmation of scopes for the app before installing or upgrading the app',
|
|
501
501
|
optionUpgrade: 'upgrade an existing installation',
|
|
502
|
-
optionLicense: 'specify the license value for the app
|
|
502
|
+
optionLicense: 'specify the license value for the app (allowed values: active, inactive, and trial)',
|
|
503
503
|
listScopes: (scopes) => `Your app will be installed with the following scopes:\n${scopes
|
|
504
504
|
.map(({ name, requiresInteractiveConsent }) => `- ${name}${requiresInteractiveConsent ? ' (requires user consent)' : ''}`)
|
|
505
505
|
.join('\n')}\n`,
|