Closed displague closed 4 years ago
What testing has been done? : )
I successfully installed a namespaced and cluster scoped stack using the short arguments, long arguments, equal arguments, and switched the parameters around.
What testing has been done? : )
I successfully installed a namespaced and cluster scoped stack using the short arguments, long arguments, equal arguments, and switched the parameters around.
Did you already try it with no argument?
Running install with no arguments fell through to the generate-install help page.
I've pushed 2500ad3 which addresses this with a "Missing arguments" warning and usage notes.
Argument parsing for the
crossplane stack install
command can now take arguments in any order. Positional parameters have their order preserved. https://stackoverflow.com/a/14203146/156674 was used as a reference.All of the following are supported:
--namespace=foo
-n=foo
--namespace foo
-n foo
Closes #26