You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT_SOURCE_ALIAS: 'Select delivery token alias for source environment:',
297
297
@@ -322,7 +322,8 @@ const flagDescriptions = {
322
322
// Common flags
323
323
ALIAS:
324
324
'Uses the name of a saved Management Token to authenticate the command. The command can only access the branches allowed for that token. This option can be used as an alternative to` --stack-api-key.`',
325
-
STACK_API_KEY: 'API key of the source stack. You must use either the --stack-api-key flag or the --alias flag.',
325
+
STACK_API_KEY_placeholder:
326
+
'API key of the source stack. You must use either the --stack-api-key flag or the --alias flag.',
326
327
OPERATION: 'Specifies whether to `publish` or `unpublish` content.',
327
328
ENVIRONMENTS:
328
329
'Specifies one or more environments where the entries or assets should be published. Separate multiple environments with spaces.',
0 commit comments