feat - CLI - make consistent cli commands
Is this a bug report or feature request? (choose one): Bug
Armada user should experience same user input experience across all functionality. Currently test behaves differently than the other functions, shown below.
Expected Behavior: armada validate examples/simple.yaml armada test file examples/simple.yaml armada test release armada/simple
What Actually Happened: armada validate examples/simple.yaml armada test --file=examples/simple.yaml armada test --release=armada/simple
How to Reproduce the Issue (as minimally as possible):
Any Additional Comments:
I have to agree on the UX for these files should be updated to follow a nice format other than --[option].
I would like to make the cli group grow in the command options to improve it.
Example:
armada test --file=examples/simple.yaml to armada test file examples/simple.yaml