On 5 Nov 2017, at 9:39, Burr Sutter wrote:

Trying to use the profiles for an actual demo today - a real production use
case :-)

one thing I have noticed about the syntax

minishift profile list
but
minishift --profile myprofileA stop
minishift --profile myprofileB start

I need to "list" so I know how to stop/start

but one syntax requires no "--" and the other has "--" which I find to be
odd since I am using the commands back to back.

The first is a command operating on profiles that minishift know about:

`minishift profile list`

the last two are you starting/stopping the openshift cluster - and on those commands you add a flag to indicate you want it to do something outside the default.

Means that the  more consistent syntax would be to write:

```
minishift profile list
minishift start --profile myprofileA
minishift stop  --profile myprofileB
```

So the first command is for you to get a list of the flags you can pass.

/max


_______________________________________________
Devtools mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/devtools

Reply via email to