armada icon indicating copy to clipboard operation
armada copied to clipboard

feat - CLI - make consistent cli commands

Open Roadrunner2058 opened this issue 8 years ago • 1 comments

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:

Roadrunner2058 avatar Nov 16 '17 16:11 Roadrunner2058

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

gardlt avatar Nov 16 '17 16:11 gardlt