Skip to content

Commit

Permalink
[cli] Missing argument definition for config ecosystems (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmarkovski authored Mar 16, 2022
1 parent 00637a4 commit 2896069
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cli/src/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ subcommands:
help: (Optional) Sets the auth token for outgoing requests
takes_value: true
required: false
- default-ecosystem:
long: default-ecosystem
value_name: NAME
help: (Optional) Sets the default ecosystem when signing in
takes_value: true
required: false
- account:
about: Account Service
subcommands:
Expand Down

0 comments on commit 2896069

Please sign in to comment.