Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

feat - CLI - make consistent cli commands #173

Open
Roadrunner2058 opened this issue Nov 16, 2017 · 1 comment
Open

feat - CLI - make consistent cli commands #173

Roadrunner2058 opened this issue Nov 16, 2017 · 1 comment

Comments

@Roadrunner2058
Copy link
Contributor

Roadrunner2058 commented Nov 16, 2017

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 Roadrunner2058 changed the title Bug (CLI Bug (CLI): Inconsistent UI Nov 16, 2017
@gardlt gardlt added this to the Upcoming - Major milestone Nov 16, 2017
@gardlt
Copy link
Contributor

gardlt commented Nov 16, 2017

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 gardlt changed the title Bug (CLI): Inconsistent UI feat - CLI - make consistent cli commands Nov 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants