@forge/cli-shared
9.5.1-next.59.6.0-next.6
out/ui/text.js~
out/ui/text.jsModified+7−1
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -1305,9 +1305,15 @@
overViewInstallationTable: `\nGetting the web trigger URL by an app installation.\n\nPress Ctrl+C to cancel.\n`,
promptInstallationTable: 'Select an installation:',
create: {
cmd: 'get a web trigger URL',
- optionFunctionKey: 'web trigger key from the manifest.yml file'
+ optionFunctionKey: 'web trigger key from the manifest.yml file',
+ optionReadSecretKey: 'read the secret key for an authenticated (HMAC) web trigger from stdin',
+ optionNoKeyExpiry: 'create the web trigger URL with a key that does not expire',
+ promptSecretKey: 'Enter the secret key for this HMAC web trigger:',
+ promptKeyExpiry: 'Should this secret key expire? Keys expire 12 months after they are written.',
+ errorSecretKeyNotBase64: 'The secret key must be a valid base64-encoded string.',
+ errorNoKeyExpiryWithoutSecretKey: '--noKeyExpiry can only be used with an authenticated (HMAC) web trigger, which requires a secret key.'
},
list: {
cmd: 'list webtrigger URLs',
optionFuncKey: 'web trigger key from the manifest.yml file',