Skip to content

Commit

Permalink
feat(cta): added flag for verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyo5hi committed Jul 26, 2023
1 parent e6a7b61 commit 12fccda
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions samples/cloudtower-admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ name: CloudTower Admin
command:
name: ./cloudtower-admin
display: CloudTower Admin
flags:
- name: v
display: Verbosity
type: enum
options:
- "0"
- "1"
- "2"
- "3"
- "4"
subcommands:
- name: deploy
display: Deploy
Expand Down

0 comments on commit 12fccda

Please sign in to comment.