Skip to content

Commit a708746

Browse files
authored
Merge pull request #1486 from contentstack/fix/DX-1016-ui-text
refactor: launch create command ui text
2 parents bd29fd6 + 657f63b commit a708746

File tree

1 file changed

+3
-3
lines changed
  • packages/contentstack-launch/src/commands/launch

1 file changed

+3
-3
lines changed

packages/contentstack-launch/src/commands/launch/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default class Launch extends BaseCommand<typeof Launch> {
5454
}),
5555
'variable-type': Flags.string({
5656
options: [...config.variablePreparationTypeOptions],
57-
description: '[Optional] Choose the type of variables',
57+
description: '[Optional] Provide a variable type.',
5858
}),
5959
'show-variables': Flags.boolean({
6060
hidden: true,
@@ -67,11 +67,11 @@ export default class Launch extends BaseCommand<typeof Launch> {
6767
}),
6868
alias: Flags.string({
6969
char: 'a',
70-
description: '[Optional]Alias(name) for the delivery token',
70+
description: '[Optional] Alias(name) for the delivery token',
7171
}),
7272
'env-variables': Flags.string({
7373
description:
74-
'[Optional] Provide the environment variables in the format of key:value separated by comma Ex:APP_ENV:prod, TEST_ENV:testVal',
74+
'[Optional] Provide the environment variables in the key:value format, separated by comma Ex:APP_ENV:prod, TEST_ENV:testVal',
7575
}),
7676
};
7777

0 commit comments

Comments
 (0)