deads2k
6344cf3c3a
refactor to move kubectl.cmd.Factory to kubect/cmd/util
2015-04-07 14:43:50 -04:00
Eric Paris
aab9cc3219
Output the inherited and non-inherited flags in the man page
2015-02-20 16:41:31 -05:00
Eric Paris
781ca91a59
Use the 'example' section of cobra commands
...
This makes examples their own section in the docs, if they are defined.
2015-02-20 16:41:31 -05:00
Andy Goldstein
5bd0e9ab05
Add streaming command execution & port forwarding
...
Add streaming command execution & port forwarding via HTTP connection
upgrades (currently using SPDY).
2015-02-20 09:57:02 -05:00
Eric Paris
9e9fb9457f
automatically generate man pages for kubectl
...
generate man pages for kubectl using the cobra.Command information.
This will directly create files in (by default) docs/man/man1/ called
kubectl*.1. Each child verb/cobra command will gets its own man page.
2015-02-12 19:08:52 -05:00