Skip to content

Commit

Permalink
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/kubedb.md
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ Dynamic Env Var Variables:
-C, --directory string dir to hold the generated config (default "./docs")
--grammar string database grammar. detected if not set. (postgres, mariadb)
-h, --help help for kubedb
--kubeconfig string absolute path to the kubeconfig file (default "/Users/gabe565/.kube/config")
--kubeconfig string absolute path to the kubeconfig file (default "$HOME/.kube/config")
--log-format string log formatter (text, json) (default "text")
--log-level string log level (trace, debug, info, warning, error, fatal, panic) (default "info")
-n, --namespace string the namespace scope for this CLI request
4 changes: 2 additions & 2 deletions docs/kubedb_dump.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ kubedb dump [filename] [flags]
```
-c, --clean clean (drop) database objects before recreating (default true)
-T, --exclude-table strings do NOT dump the specified table(s)
--exclude-table-data strings do NOT dump data for the specified table(s)
-D, --exclude-table-data strings do NOT dump data for the specified table(s)
-F, --format string output file format ([g]zip, [c]ustom, [p]lain) (default "g")
-h, --help help for dump
--if-exists use IF EXISTS when dropping objects (default true)
@@ -34,7 +34,7 @@ kubedb dump [filename] [flags]
-d, --dbname string database name to connect to
-C, --directory string dir to hold the generated config (default "./docs")
--grammar string database grammar. detected if not set. (postgres, mariadb)
--kubeconfig string absolute path to the kubeconfig file (default "/Users/gabe565/.kube/config")
--kubeconfig string absolute path to the kubeconfig file (default "$HOME/.kube/config")
--log-format string log formatter (text, json) (default "text")
--log-level string log level (trace, debug, info, warning, error, fatal, panic) (default "info")
-n, --namespace string the namespace scope for this CLI request
2 changes: 1 addition & 1 deletion docs/kubedb_exec.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ kubedb exec [flags]
-d, --dbname string database name to connect to
-C, --directory string dir to hold the generated config (default "./docs")
--grammar string database grammar. detected if not set. (postgres, mariadb)
--kubeconfig string absolute path to the kubeconfig file (default "/Users/gabe565/.kube/config")
--kubeconfig string absolute path to the kubeconfig file (default "$HOME/.kube/config")
--log-format string log formatter (text, json) (default "text")
--log-level string log level (trace, debug, info, warning, error, fatal, panic) (default "info")
-n, --namespace string the namespace scope for this CLI request
2 changes: 1 addition & 1 deletion docs/kubedb_port-forward.md
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ kubedb port-forward [local_port] [flags]
-d, --dbname string database name to connect to
-C, --directory string dir to hold the generated config (default "./docs")
--grammar string database grammar. detected if not set. (postgres, mariadb)
--kubeconfig string absolute path to the kubeconfig file (default "/Users/gabe565/.kube/config")
--kubeconfig string absolute path to the kubeconfig file (default "$HOME/.kube/config")
--log-format string log formatter (text, json) (default "text")
--log-level string log level (trace, debug, info, warning, error, fatal, panic) (default "info")
-n, --namespace string the namespace scope for this CLI request
2 changes: 1 addition & 1 deletion docs/kubedb_restore.md
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ kubedb restore filename [flags]
-d, --dbname string database name to connect to
-C, --directory string dir to hold the generated config (default "./docs")
--grammar string database grammar. detected if not set. (postgres, mariadb)
--kubeconfig string absolute path to the kubeconfig file (default "/Users/gabe565/.kube/config")
--kubeconfig string absolute path to the kubeconfig file (default "$HOME/.kube/config")
--log-format string log formatter (text, json) (default "text")
--log-level string log level (trace, debug, info, warning, error, fatal, panic) (default "info")
-n, --namespace string the namespace scope for this CLI request

0 comments on commit a11c824

Please sign in to comment.