entropy
entropy copied to clipboard
[CLI] Use cobra to validate required flags in cli
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