Skip to content

Commit

Permalink
Merge a2b2074 into cc24bc2
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Jul 5, 2021
2 parents cc24bc2 + a2b2074 commit b916ae9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/cli/commands-schema/aws-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ commands.set('info', {
usage: 'Hide secrets from the output (e.g. API Gateway key values)',
type: 'boolean',
},
verbose: {
usage: 'List stack outputs',
shortcut: 'v',
type: 'boolean',
},
},
lifecycleEvents: ['info'],
});
Expand Down

0 comments on commit b916ae9

Please sign in to comment.