Skip to content

Commit

Permalink
Merge pull request #1486 from contentstack/fix/DX-1016-ui-text
Browse files Browse the repository at this point in the history
refactor: launch create command ui text
  • Loading branch information
aman19K authored Jul 31, 2024
2 parents bd29fd6 + 657f63b commit a708746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/contentstack-launch/src/commands/launch/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default class Launch extends BaseCommand<typeof Launch> {
}),
'variable-type': Flags.string({
options: [...config.variablePreparationTypeOptions],
description: '[Optional] Choose the type of variables',
description: '[Optional] Provide a variable type.',
}),
'show-variables': Flags.boolean({
hidden: true,
Expand All @@ -67,11 +67,11 @@ export default class Launch extends BaseCommand<typeof Launch> {
}),
alias: Flags.string({
char: 'a',
description: '[Optional]Alias(name) for the delivery token',
description: '[Optional] Alias(name) for the delivery token',
}),
'env-variables': Flags.string({
description:
'[Optional] Provide the environment variables in the format of key:value separated by comma Ex:APP_ENV:prod, TEST_ENV:testVal',
'[Optional] Provide the environment variables in the key:value format, separated by comma Ex:APP_ENV:prod, TEST_ENV:testVal',
}),
};

Expand Down

0 comments on commit a708746

Please sign in to comment.