Skip to content

Commit d715266

Browse files
committed
chore(docs): Update autogen docs with --skip-tls-verify flag.
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
1 parent d18d4e6 commit d715266

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

+105
-54
lines changed

docs/kfutil.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ A CLI wrapper around the Keyfactor Platform API.
2525
--offline Will not attempt to connect to GitHub for latest release information and resources.
2626
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
2727
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
28+
--skip-tls-verify Disable TLS verification for API requests to Keyfactor Command.
2829
--token-url string OAuth2 token endpoint full URL to use for authenticating to Keyfactor Command.
2930
--username string Username to use for authenticating to Keyfactor Command.
3031
```
@@ -37,12 +38,12 @@ A CLI wrapper around the Keyfactor Platform API.
3738
* [kfutil helm](kfutil_helm.md) - Helm utilities for configuring Keyfactor Helm charts
3839
* [kfutil import](kfutil_import.md) - Keyfactor instance import utilities.
3940
* [kfutil login](kfutil_login.md) - User interactive login to Keyfactor. Stores the credentials in the config file '$HOME/.keyfactor/command_config.json'.
40-
* [kfutil logout](kfutil_logout.md) - Removes the credentials file '$HOME/.keyfactor/command_config.json'.
41+
* [kfutil logout](kfutil_logout.md) - Unsets environment variables and removes the stored credentials file.
4142
* [kfutil orchs](kfutil_orchs.md) - Keyfactor agents/orchestrators APIs and utilities.
4243
* [kfutil pam](kfutil_pam.md) - Keyfactor PAM Provider APIs.
4344
* [kfutil status](kfutil_status.md) - List the status of Keyfactor services.
4445
* [kfutil store-types](kfutil_store-types.md) - Keyfactor certificate store types APIs and utilities.
4546
* [kfutil stores](kfutil_stores.md) - Keyfactor certificate stores APIs and utilities.
4647
* [kfutil version](kfutil_version.md) - Shows version of kfutil
4748

48-
###### Auto generated by spf13/cobra on 9-Dec-2024
49+
###### Auto generated by spf13/cobra on 12-Dec-2024

docs/kfutil_completion.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ See each sub-command's help for details on how to use the generated script.
3232
--offline Will not attempt to connect to GitHub for latest release information and resources.
3333
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
3434
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
35+
--skip-tls-verify Disable TLS verification for API requests to Keyfactor Command.
3536
--token-url string OAuth2 token endpoint full URL to use for authenticating to Keyfactor Command.
3637
--username string Username to use for authenticating to Keyfactor Command.
3738
```
@@ -44,4 +45,4 @@ See each sub-command's help for details on how to use the generated script.
4445
* [kfutil completion powershell](kfutil_completion_powershell.md) - Generate the autocompletion script for powershell
4546
* [kfutil completion zsh](kfutil_completion_zsh.md) - Generate the autocompletion script for zsh
4647

47-
###### Auto generated by spf13/cobra on 9-Dec-2024
48+
###### Auto generated by spf13/cobra on 12-Dec-2024

docs/kfutil_completion_bash.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ kfutil completion bash
5555
--offline Will not attempt to connect to GitHub for latest release information and resources.
5656
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
5757
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
58+
--skip-tls-verify Disable TLS verification for API requests to Keyfactor Command.
5859
--token-url string OAuth2 token endpoint full URL to use for authenticating to Keyfactor Command.
5960
--username string Username to use for authenticating to Keyfactor Command.
6061
```
@@ -63,4 +64,4 @@ kfutil completion bash
6364

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

66-
###### Auto generated by spf13/cobra on 9-Dec-2024
67+
###### Auto generated by spf13/cobra on 12-Dec-2024

docs/kfutil_completion_fish.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ kfutil completion fish [flags]
4646
--offline Will not attempt to connect to GitHub for latest release information and resources.
4747
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
4848
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
49+
--skip-tls-verify Disable TLS verification for API requests to Keyfactor Command.
4950
--token-url string OAuth2 token endpoint full URL to use for authenticating to Keyfactor Command.
5051
--username string Username to use for authenticating to Keyfactor Command.
5152
```
@@ -54,4 +55,4 @@ kfutil completion fish [flags]
5455

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

57-
###### Auto generated by spf13/cobra on 9-Dec-2024
58+
###### Auto generated by spf13/cobra on 12-Dec-2024

docs/kfutil_completion_powershell.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ kfutil completion powershell [flags]
4343
--offline Will not attempt to connect to GitHub for latest release information and resources.
4444
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
4545
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
46+
--skip-tls-verify Disable TLS verification for API requests to Keyfactor Command.
4647
--token-url string OAuth2 token endpoint full URL to use for authenticating to Keyfactor Command.
4748
--username string Username to use for authenticating to Keyfactor Command.
4849
```
@@ -51,4 +52,4 @@ kfutil completion powershell [flags]
5152

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

54-
###### Auto generated by spf13/cobra on 9-Dec-2024
55+
###### Auto generated by spf13/cobra on 12-Dec-2024

docs/kfutil_completion_zsh.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ kfutil completion zsh [flags]
5757
--offline Will not attempt to connect to GitHub for latest release information and resources.
5858
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
5959
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
60+
--skip-tls-verify Disable TLS verification for API requests to Keyfactor Command.
6061
--token-url string OAuth2 token endpoint full URL to use for authenticating to Keyfactor Command.
6162
--username string Username to use for authenticating to Keyfactor Command.
6263
```
@@ -65,4 +66,4 @@ kfutil completion zsh [flags]
6566

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

68-
###### Auto generated by spf13/cobra on 9-Dec-2024
69+
###### Auto generated by spf13/cobra on 12-Dec-2024

docs/kfutil_containers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ A collections of APIs and utilities for interacting with Keyfactor certificate s
3030
--offline Will not attempt to connect to GitHub for latest release information and resources.
3131
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
3232
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
33+
--skip-tls-verify Disable TLS verification for API requests to Keyfactor Command.
3334
--token-url string OAuth2 token endpoint full URL to use for authenticating to Keyfactor Command.
3435
--username string Username to use for authenticating to Keyfactor Command.
3536
```
@@ -40,4 +41,4 @@ A collections of APIs and utilities for interacting with Keyfactor certificate s
4041
* [kfutil containers get](kfutil_containers_get.md) - Get certificate store container by ID or name.
4142
* [kfutil containers list](kfutil_containers_list.md) - List certificate store containers.
4243

43-
###### Auto generated by spf13/cobra on 9-Dec-2024
44+
###### Auto generated by spf13/cobra on 12-Dec-2024

docs/kfutil_containers_get.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ kfutil containers get [flags]
3535
--offline Will not attempt to connect to GitHub for latest release information and resources.
3636
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
3737
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
38+
--skip-tls-verify Disable TLS verification for API requests to Keyfactor Command.
3839
--token-url string OAuth2 token endpoint full URL to use for authenticating to Keyfactor Command.
3940
--username string Username to use for authenticating to Keyfactor Command.
4041
```
@@ -43,4 +44,4 @@ kfutil containers get [flags]
4344

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

46-
###### Auto generated by spf13/cobra on 9-Dec-2024
47+
###### Auto generated by spf13/cobra on 12-Dec-2024

docs/kfutil_containers_list.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ kfutil containers list [flags]
3434
--offline Will not attempt to connect to GitHub for latest release information and resources.
3535
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
3636
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
37+
--skip-tls-verify Disable TLS verification for API requests to Keyfactor Command.
3738
--token-url string OAuth2 token endpoint full URL to use for authenticating to Keyfactor Command.
3839
--username string Username to use for authenticating to Keyfactor Command.
3940
```
@@ -42,4 +43,4 @@ kfutil containers list [flags]
4243

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

45-
###### Auto generated by spf13/cobra on 9-Dec-2024
46+
###### Auto generated by spf13/cobra on 12-Dec-2024

docs/kfutil_export.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ kfutil export [flags]
4646
--offline Will not attempt to connect to GitHub for latest release information and resources.
4747
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
4848
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
49+
--skip-tls-verify Disable TLS verification for API requests to Keyfactor Command.
4950
--token-url string OAuth2 token endpoint full URL to use for authenticating to Keyfactor Command.
5051
--username string Username to use for authenticating to Keyfactor Command.
5152
```
@@ -54,4 +55,4 @@ kfutil export [flags]
5455

5556
* [kfutil](kfutil.md) - Keyfactor CLI utilities
5657

57-
###### Auto generated by spf13/cobra on 9-Dec-2024
58+
###### Auto generated by spf13/cobra on 12-Dec-2024

0 commit comments

Comments
 (0)