cli-playground / kodo

MIT License
0 stars 6 forks source link

Updated readme to add documentation on available commands & flags #24

Closed Shraddhak22 closed 4 years ago

Shraddhak22 commented 4 years ago

Updated ReadMe file. This PR has changes related to https://github.com/cli-playground/kodo/issues/10.

Shraddhak22 commented 4 years ago

Removed the persistentFlags, and updated with command level flags. PersistentFlags to root command was misleading with flags information. for example, If user just go to bin/kodo folder and press enter, it shows Available Commands: count Command to count deploy help Help about any command version Flags: -h, --help help for kodo -i, --image string this is the tagged image for deployment (default "myimage") -n, --namespace string this is the namespace -p, --port int32 port at which app should run (default 8000) -r, --replicas int32 number of replicas (default 1) -s, --server string this is the cluster url (default "myurl") -t, --token string this is the user token (default "usertoken")