We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31191a2 commit 421c076Copy full SHA for 421c076
1 file changed
packages/cli/src/commands/deploy.ts
@@ -47,7 +47,7 @@ export default class Deploy extends AuthCommand {
47
}),
48
'verbose': Flags.boolean({
49
char: 'v',
50
- description: 'Shows deploy output with resource names and IDs. Implies --output.',
+ description: 'Show resource names and IDs in the deploy output.',
51
default: false,
52
53
'schedule-on-deploy': Flags.boolean({
0 commit comments