From a11c82470dea7540faf744d357887b2776ca5c75 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Mon, 28 Mar 2022 16:24:35 -0500 Subject: [PATCH] :pencil: Update docs --- docs/kubedb.md | 2 +- docs/kubedb_dump.md | 4 ++-- docs/kubedb_exec.md | 2 +- docs/kubedb_port-forward.md | 2 +- docs/kubedb_restore.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/kubedb.md b/docs/kubedb.md index 8a7b5647..4b64dfb3 100644 --- a/docs/kubedb.md +++ b/docs/kubedb.md @@ -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 diff --git a/docs/kubedb_dump.md b/docs/kubedb_dump.md index fc7b9dd3..f24b3480 100644 --- a/docs/kubedb_dump.md +++ b/docs/kubedb_dump.md @@ -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 diff --git a/docs/kubedb_exec.md b/docs/kubedb_exec.md index 10844e7f..e60d9079 100644 --- a/docs/kubedb_exec.md +++ b/docs/kubedb_exec.md @@ -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 diff --git a/docs/kubedb_port-forward.md b/docs/kubedb_port-forward.md index d21cbc25..5d565b5c 100644 --- a/docs/kubedb_port-forward.md +++ b/docs/kubedb_port-forward.md @@ -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 diff --git a/docs/kubedb_restore.md b/docs/kubedb_restore.md index 06f00b0d..39657ed2 100644 --- a/docs/kubedb_restore.md +++ b/docs/kubedb_restore.md @@ -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