Flags documentation #182
Replies: 2 comments
-
I think with Radek's proposal here we may want to consider the following:
question comes to : should we have -c config or -c cluster . Personally it does not make too much meaning to me to have both cluster flag and environment flag when we completely move to the new CLI . Because deploy will just deploy to the .yaml file containing list of clusters or environments In this case will it be better to have something like -t target to specify the file containing list of clusters or environments, ofcourse if this will not cause too much confusion |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Discussion started in #162. As we are started implementing command based flags, and not to run into flags-hell, we should avoid using already established flags, if they are not serving same purpose, even if they are used in different command context.
Would it be necessary to put this into a document? There is already inconsistency introduced where we are using kebab and camel case. The standard should be kebab.
Please put your thoughts here so we can put this together as a document.
Beta Was this translation helpful? Give feedback.
All reactions