Skip to content

Commit

Permalink
Update cli docs
Browse files Browse the repository at this point in the history
klog added a flag (add_dir_header).
  • Loading branch information
justinsb committed Dec 9, 2019
1 parent 65ba7c7 commit 86a8832
Show file tree
Hide file tree
Showing 46 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/cli/kops.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ kops is Kubernetes ops.
### Options

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
-h, --help help for kops
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ kops completion [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ kops create -f FILENAME [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_create_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ kops create cluster [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_create_instancegroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ kops create instancegroup [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_create_secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Create a secret
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_create_secret_dockerconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ kops create secret dockerconfig [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_create_secret_encryptionconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ kops create secret encryptionconfig [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_create_secret_keypair.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Create a secret keypair
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_create_secret_keypair_ca.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ kops create secret keypair ca [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_create_secret_sshpublickey.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ kops create secret sshpublickey [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_create_secret_weavepassword.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ kops create secret weavepassword [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ kops delete -f FILENAME [--yes] [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_delete_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ kops delete cluster CLUSTERNAME [--yes] [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_delete_instancegroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ kops delete instancegroup [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_delete_secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ kops delete secret [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Get additional information about cloud and cluster resources.
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_describe_secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ kops describe secrets [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Edit a resource configuration. This command changes the desired configuration in
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_edit_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ kops edit cluster [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_edit_instancegroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ kops edit instancegroup [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_export.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Export configurations from a cluster.
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_export_kubecfg.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ kops export kubecfg CLUSTERNAME [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ kops get [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_get_clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ kops get clusters [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_get_instancegroups.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ kops get instancegroups [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_get_secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ kops get secrets [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_import.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Imports a kubernetes cluster created by kube-up.sh into a state store. This com
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_import_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ kops import cluster [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_replace.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ kops replace -f FILENAME [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_rolling-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Note: terraform users will need to run all of the following commands from the sa
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_rolling-update_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ kops rolling-update cluster [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Set a configuration field.
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_set_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ kops set cluster [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_toolbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Misc infrequently used commands.
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_toolbox_bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ kops toolbox bundle [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_toolbox_convert-imported.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ kops toolbox convert-imported [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_toolbox_dump.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ kops toolbox dump [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_toolbox_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ kops toolbox template [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Creates or updates cloud resources to match cluster desired configuration.
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_update_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ kops update cluster [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Automates checking for and applying Kubernetes updates. This upgrades a cluster
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
1 change: 1 addition & 0 deletions docs/cli/kops_upgrade_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ kops upgrade cluster [flags]
### Options inherited from parent commands

```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
Expand Down
Loading

0 comments on commit 86a8832

Please sign in to comment.