@forge/cli-shared 8.11.1-next.3 → 8.11.1-next.4
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/out/ui/text.js
CHANGED
|
@@ -759,13 +759,13 @@ What do you like or don't like about Forge? Share your feedback below or press C
|
|
|
759
759
|
},
|
|
760
760
|
build: {
|
|
761
761
|
cmd: {
|
|
762
|
-
desc: '
|
|
762
|
+
desc: 'build and upload your app',
|
|
763
763
|
startNotice: `Building and uploading your app. \n${ctrlC}\n`,
|
|
764
764
|
start: 'Building and uploading your app...',
|
|
765
|
-
success: (buildTag) => `
|
|
765
|
+
success: (buildTag) => `Build successful with build tag: ${buildTag}`
|
|
766
766
|
},
|
|
767
767
|
buildTag: {
|
|
768
|
-
description: '
|
|
768
|
+
description: 'specify a custom build tag for build',
|
|
769
769
|
error: {
|
|
770
770
|
invalidBuildTag: (maxLength) => `Invalid build tag; tag must be ${maxLength} characters or less.`,
|
|
771
771
|
emptyBuildTag: 'Invalid build tag; tag cannot be empty.',
|
|
@@ -781,10 +781,10 @@ What do you like or don't like about Forge? Share your feedback below or press C
|
|
|
781
781
|
},
|
|
782
782
|
list: {
|
|
783
783
|
cmd: {
|
|
784
|
-
desc: '
|
|
784
|
+
desc: 'list builds for your app'
|
|
785
785
|
},
|
|
786
786
|
limit: (defaultLimit) => `Specify the number of builds to show (default is ${defaultLimit})`,
|
|
787
|
-
listingBuilds: '
|
|
787
|
+
listingBuilds: 'Showing builds for your app:',
|
|
788
788
|
noBuildsFound: 'No builds found.',
|
|
789
789
|
error: {
|
|
790
790
|
invalidLimit: 'Invalid limit; limit can only contain positive integers.'
|
|
@@ -834,7 +834,7 @@ What do you like or don't like about Forge? Share your feedback below or press C
|
|
|
834
834
|
invalidMajorVersionError: 'Invalid major version number'
|
|
835
835
|
},
|
|
836
836
|
buildTag: {
|
|
837
|
-
description: '
|
|
837
|
+
description: 'specify a build tag to deploy (from forge build)'
|
|
838
838
|
},
|
|
839
839
|
connectKeyChange: {
|
|
840
840
|
continueChange: `Do you wish to continue with changing the Connect key?`,
|