Skip to content

Commit

Permalink
Update cobradocs for 69f2f8f330 for zkctl
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <[email protected]>
  • Loading branch information
rohit-nayak-ps committed Dec 14, 2024
1 parent 3ec6199 commit b0031c2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion content/en/docs/22.0/reference/programs/zkctl/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: zkctl
series: zkctl
commit: d9ab9f7a1cf3cae19a1ea06963798a7646e8fb27
---
## zkctl

Expand Down
3 changes: 1 addition & 2 deletions content/en/docs/22.0/reference/programs/zkctl/zkctl_init.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: init
series: zkctl
commit: d9ab9f7a1cf3cae19a1ea06963798a7646e8fb27
---
## zkctl init

Expand All @@ -24,7 +23,7 @@ zkctl init [flags]
--config-file string Full path of the config file (with extension) to use. If set, --config-path, --config-type, and --config-name are ignored.
--config-file-not-found-handling ConfigFileNotFoundHandling Behavior when a config file is not found. (Options: error, exit, ignore, warn) (default warn)
--config-name string Name of the config file (without extension) to search for. (default "vtconfig")
--config-path strings Paths to search for config files in. (default [<WORKDIR>])
--config-path strings Paths to search for config files in. (default [/Users/rohit/vitess])
--config-persistence-min-interval duration minimum interval between persisting dynamic config changes back to disk (if no change has occurred, nothing is done). (default 1s)
--config-type string Config file type (omit to infer config type from file extension).
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: shutdown
series: zkctl
commit: d9ab9f7a1cf3cae19a1ea06963798a7646e8fb27
---
## zkctl shutdown

Expand All @@ -24,7 +23,7 @@ zkctl shutdown [flags]
--config-file string Full path of the config file (with extension) to use. If set, --config-path, --config-type, and --config-name are ignored.
--config-file-not-found-handling ConfigFileNotFoundHandling Behavior when a config file is not found. (Options: error, exit, ignore, warn) (default warn)
--config-name string Name of the config file (without extension) to search for. (default "vtconfig")
--config-path strings Paths to search for config files in. (default [<WORKDIR>])
--config-path strings Paths to search for config files in. (default [/Users/rohit/vitess])
--config-persistence-min-interval duration minimum interval between persisting dynamic config changes back to disk (if no change has occurred, nothing is done). (default 1s)
--config-type string Config file type (omit to infer config type from file extension).
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever)
Expand Down
3 changes: 1 addition & 2 deletions content/en/docs/22.0/reference/programs/zkctl/zkctl_start.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: start
series: zkctl
commit: d9ab9f7a1cf3cae19a1ea06963798a7646e8fb27
---
## zkctl start

Expand All @@ -24,7 +23,7 @@ zkctl start [flags]
--config-file string Full path of the config file (with extension) to use. If set, --config-path, --config-type, and --config-name are ignored.
--config-file-not-found-handling ConfigFileNotFoundHandling Behavior when a config file is not found. (Options: error, exit, ignore, warn) (default warn)
--config-name string Name of the config file (without extension) to search for. (default "vtconfig")
--config-path strings Paths to search for config files in. (default [<WORKDIR>])
--config-path strings Paths to search for config files in. (default [/Users/rohit/vitess])
--config-persistence-min-interval duration minimum interval between persisting dynamic config changes back to disk (if no change has occurred, nothing is done). (default 1s)
--config-type string Config file type (omit to infer config type from file extension).
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: teardown
series: zkctl
commit: d9ab9f7a1cf3cae19a1ea06963798a7646e8fb27
---
## zkctl teardown

Expand All @@ -24,7 +23,7 @@ zkctl teardown [flags]
--config-file string Full path of the config file (with extension) to use. If set, --config-path, --config-type, and --config-name are ignored.
--config-file-not-found-handling ConfigFileNotFoundHandling Behavior when a config file is not found. (Options: error, exit, ignore, warn) (default warn)
--config-name string Name of the config file (without extension) to search for. (default "vtconfig")
--config-path strings Paths to search for config files in. (default [<WORKDIR>])
--config-path strings Paths to search for config files in. (default [/Users/rohit/vitess])
--config-persistence-min-interval duration minimum interval between persisting dynamic config changes back to disk (if no change has occurred, nothing is done). (default 1s)
--config-type string Config file type (omit to infer config type from file extension).
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever)
Expand Down

0 comments on commit b0031c2

Please sign in to comment.