Skip to content

Commit 70f3d68

Browse files
committed
chore(docs): Update autogen CLI docs.
Signed-off-by: spbsoluble <[email protected]>
1 parent 131b7be commit 70f3d68

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+52
-103
lines changed

docs/kfutil.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ A CLI wrapper around the Keyfactor Platform API.
2121
--format text How to format the CLI output. Currently only text is supported. (default "text")
2222
-h, --help help for kfutil
2323
--hostname string Hostname to use for authenticating to Keyfactor Command.
24-
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
2524
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
2625
--offline Will not attempt to connect to GitHub for latest release information and resources.
2726
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
@@ -46,4 +45,4 @@ A CLI wrapper around the Keyfactor Platform API.
4645
* [kfutil stores](kfutil_stores.md) - Keyfactor certificate stores APIs and utilities.
4746
* [kfutil version](kfutil_version.md) - Shows version of kfutil
4847

49-
###### Auto generated by spf13/cobra on 6-Nov-2024
48+
###### Auto generated by spf13/cobra on 20-Nov-2024

docs/kfutil_completion.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ See each sub-command's help for details on how to use the generated script.
2828
--exp Enable expEnabled features. (USE AT YOUR OWN RISK, these features are not supported and may change or be removed at any time.)
2929
--format text How to format the CLI output. Currently only text is supported. (default "text")
3030
--hostname string Hostname to use for authenticating to Keyfactor Command.
31-
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
3231
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
3332
--offline Will not attempt to connect to GitHub for latest release information and resources.
3433
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
@@ -45,4 +44,4 @@ See each sub-command's help for details on how to use the generated script.
4544
* [kfutil completion powershell](kfutil_completion_powershell.md) - Generate the autocompletion script for powershell
4645
* [kfutil completion zsh](kfutil_completion_zsh.md) - Generate the autocompletion script for zsh
4746

48-
###### Auto generated by spf13/cobra on 6-Nov-2024
47+
###### Auto generated by spf13/cobra on 20-Nov-2024

docs/kfutil_completion_bash.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ kfutil completion bash
5151
--exp Enable expEnabled features. (USE AT YOUR OWN RISK, these features are not supported and may change or be removed at any time.)
5252
--format text How to format the CLI output. Currently only text is supported. (default "text")
5353
--hostname string Hostname to use for authenticating to Keyfactor Command.
54-
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
5554
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
5655
--offline Will not attempt to connect to GitHub for latest release information and resources.
5756
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
@@ -64,4 +63,4 @@ kfutil completion bash
6463

6564
* [kfutil completion](kfutil_completion.md) - Generate the autocompletion script for the specified shell
6665

67-
###### Auto generated by spf13/cobra on 6-Nov-2024
66+
###### Auto generated by spf13/cobra on 20-Nov-2024

docs/kfutil_completion_fish.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ kfutil completion fish [flags]
4242
--exp Enable expEnabled features. (USE AT YOUR OWN RISK, these features are not supported and may change or be removed at any time.)
4343
--format text How to format the CLI output. Currently only text is supported. (default "text")
4444
--hostname string Hostname to use for authenticating to Keyfactor Command.
45-
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
4645
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
4746
--offline Will not attempt to connect to GitHub for latest release information and resources.
4847
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
@@ -55,4 +54,4 @@ kfutil completion fish [flags]
5554

5655
* [kfutil completion](kfutil_completion.md) - Generate the autocompletion script for the specified shell
5756

58-
###### Auto generated by spf13/cobra on 6-Nov-2024
57+
###### Auto generated by spf13/cobra on 20-Nov-2024

docs/kfutil_completion_powershell.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ kfutil completion powershell [flags]
3939
--exp Enable expEnabled features. (USE AT YOUR OWN RISK, these features are not supported and may change or be removed at any time.)
4040
--format text How to format the CLI output. Currently only text is supported. (default "text")
4141
--hostname string Hostname to use for authenticating to Keyfactor Command.
42-
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
4342
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
4443
--offline Will not attempt to connect to GitHub for latest release information and resources.
4544
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
@@ -52,4 +51,4 @@ kfutil completion powershell [flags]
5251

5352
* [kfutil completion](kfutil_completion.md) - Generate the autocompletion script for the specified shell
5453

55-
###### Auto generated by spf13/cobra on 6-Nov-2024
54+
###### Auto generated by spf13/cobra on 20-Nov-2024

docs/kfutil_completion_zsh.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ kfutil completion zsh [flags]
5353
--exp Enable expEnabled features. (USE AT YOUR OWN RISK, these features are not supported and may change or be removed at any time.)
5454
--format text How to format the CLI output. Currently only text is supported. (default "text")
5555
--hostname string Hostname to use for authenticating to Keyfactor Command.
56-
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
5756
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
5857
--offline Will not attempt to connect to GitHub for latest release information and resources.
5958
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
@@ -66,4 +65,4 @@ kfutil completion zsh [flags]
6665

6766
* [kfutil completion](kfutil_completion.md) - Generate the autocompletion script for the specified shell
6867

69-
###### Auto generated by spf13/cobra on 6-Nov-2024
68+
###### Auto generated by spf13/cobra on 20-Nov-2024

docs/kfutil_containers.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ A collections of APIs and utilities for interacting with Keyfactor certificate s
2626
--exp Enable expEnabled features. (USE AT YOUR OWN RISK, these features are not supported and may change or be removed at any time.)
2727
--format text How to format the CLI output. Currently only text is supported. (default "text")
2828
--hostname string Hostname to use for authenticating to Keyfactor Command.
29-
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
3029
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
3130
--offline Will not attempt to connect to GitHub for latest release information and resources.
3231
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
@@ -41,4 +40,4 @@ A collections of APIs and utilities for interacting with Keyfactor certificate s
4140
* [kfutil containers get](kfutil_containers_get.md) - Get certificate store container by ID or name.
4241
* [kfutil containers list](kfutil_containers_list.md) - List certificate store containers.
4342

44-
###### Auto generated by spf13/cobra on 6-Nov-2024
43+
###### Auto generated by spf13/cobra on 20-Nov-2024

docs/kfutil_containers_get.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ kfutil containers get [flags]
3131
--exp Enable expEnabled features. (USE AT YOUR OWN RISK, these features are not supported and may change or be removed at any time.)
3232
--format text How to format the CLI output. Currently only text is supported. (default "text")
3333
--hostname string Hostname to use for authenticating to Keyfactor Command.
34-
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
3534
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
3635
--offline Will not attempt to connect to GitHub for latest release information and resources.
3736
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
@@ -44,4 +43,4 @@ kfutil containers get [flags]
4443

4544
* [kfutil containers](kfutil_containers.md) - Keyfactor certificate store container API and utilities.
4645

47-
###### Auto generated by spf13/cobra on 6-Nov-2024
46+
###### Auto generated by spf13/cobra on 20-Nov-2024

docs/kfutil_containers_list.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ kfutil containers list [flags]
3030
--exp Enable expEnabled features. (USE AT YOUR OWN RISK, these features are not supported and may change or be removed at any time.)
3131
--format text How to format the CLI output. Currently only text is supported. (default "text")
3232
--hostname string Hostname to use for authenticating to Keyfactor Command.
33-
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
3433
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
3534
--offline Will not attempt to connect to GitHub for latest release information and resources.
3635
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
@@ -43,4 +42,4 @@ kfutil containers list [flags]
4342

4443
* [kfutil containers](kfutil_containers.md) - Keyfactor certificate store container API and utilities.
4544

46-
###### Auto generated by spf13/cobra on 6-Nov-2024
45+
###### Auto generated by spf13/cobra on 20-Nov-2024

docs/kfutil_export.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ kfutil export [flags]
4242
--exp Enable expEnabled features. (USE AT YOUR OWN RISK, these features are not supported and may change or be removed at any time.)
4343
--format text How to format the CLI output. Currently only text is supported. (default "text")
4444
--hostname string Hostname to use for authenticating to Keyfactor Command.
45-
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
4645
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
4746
--offline Will not attempt to connect to GitHub for latest release information and resources.
4847
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
@@ -55,4 +54,4 @@ kfutil export [flags]
5554

5655
* [kfutil](kfutil.md) - Keyfactor CLI utilities
5756

58-
###### Auto generated by spf13/cobra on 6-Nov-2024
57+
###### Auto generated by spf13/cobra on 20-Nov-2024

0 commit comments

Comments
 (0)