Skip to content

Commit

Permalink
style: fix overload and cli autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
jina-bot committed Oct 11, 2022
1 parent 132a932 commit bb0b003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jina_cli/autocomplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
'hub status': ['--help', '--id', '--verbose', '--replay'],
'hub': ['--help', 'new', 'push', 'pull', 'status'],
'cloud login': ['--help'],
'cloud logout': ['--help'],
'cloud deploy': ['--help', '--name', '--workspace', '--env-file'],
'cloud list': ['--help', '--status'],
'cloud logs': ['--help', '--executor'],
Expand All @@ -226,6 +227,7 @@
'--version',
'--loglevel',
'login',
'logout',
'deploy',
'list',
'logs',
Expand Down

0 comments on commit bb0b003

Please sign in to comment.