You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
CLI doesn't validate the minimum fields that are required for commands to be run.
Expected behavior
$ entropy action start
## current
# rpc error: code = NotFound desc = resource with urn '' not found
# exit status 1
## expected
# arg(/flag) urn is required
The text was updated successfully, but these errors were encountered:
rohilsurana
changed the title
[Entropy][CLI] Use cobra to validate required flags in cli
[CLI] Use cobra to validate required flags in cli
Jul 25, 2022
Describe the bug
CLI doesn't validate the minimum fields that are required for commands to be run.
Expected behavior
The text was updated successfully, but these errors were encountered: