Skip to content

Commit

Permalink
chore(docs): Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: spbsoluble <[email protected]>
  • Loading branch information
spbsoluble committed Oct 23, 2024
1 parent 61cbfaa commit ebfac47
Show file tree
Hide file tree
Showing 57 changed files with 60 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/inventory.go
Original file line number Diff line number Diff line change
Expand Up @@ -607,11 +607,11 @@ var inventoryFixRFPKCS12 = &cobra.Command{
Long: `Fix RFPKCS12 stores that contain 2 or more leaf certificates, by removing the certificate with the earliest issued date.`,
Example: `
# The below will create a CSV file that can be reviewed and modified before running the command with the --file option.
kfutil stores inventory fixrfpkcs12
kfutil stores inventory fixrfpkcs12 --exp
# The below will read the CSV file and schedule remove jobs as specified in the file where the 'Action' col is "REMOVE".
# The --force flag is *required* to actually schedule the remove jobs for the certificates.
kfutil stores inventory fixrfpkcs12 --file rfpkcs12_fix.csv --force
kfutil stores inventory fixrfpkcs12 --file rfpkcs12_fix.csv --force --exp
`,
ValidArgs: nil,
ValidArgsFunction: nil,
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ A CLI wrapper around the Keyfactor Platform API.
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ See each sub-command's help for details on how to use the generated script.
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_completion_bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ kfutil completion bash
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_completion_fish.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ kfutil completion fish [flags]
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_completion_powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ kfutil completion powershell [flags]
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_completion_zsh.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ kfutil completion zsh [flags]
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ A collections of APIs and utilities for interacting with Keyfactor certificate s
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_containers_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ kfutil containers get [flags]
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_containers_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ kfutil containers list [flags]
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_export.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ kfutil export [flags]
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ kubectl helm uo | helm install -f - keyfactor-universal-orchestrator keyfactor/k
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_helm_uo.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ kfutil helm uo [-t <token>] [-o <path>] [-f <file, url, or '-'>] [-e <extension
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_import.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ kfutil import [flags]
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ kfutil login [flags]
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_logout.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ kfutil logout [flags]
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_orchs.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ A collections of APIs and utilities for interacting with Keyfactor orchestrators
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_orchs_approve.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ kfutil orchs approve [flags]
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_orchs_disapprove.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ kfutil orchs disapprove [flags]
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
1 change: 1 addition & 0 deletions docs/kfutil_orchs_ext.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ext -t <token> -e <extension>@<version>,<extension>@<version> -o ./app/extension
--hostname string Hostname to use for authenticating to Keyfactor Command.
--log-insecure Log insecure API requests. (USE AT YOUR OWN RISK, this WILL log sensitive information to the console.)
--no-prompt Do not prompt for any user input and assume defaults or environmental variables are set.
--offline Will not attempt to connect to GitHub for latest release information and resources.
--password string Password to use for authenticating to Keyfactor Command. WARNING: Remember to delete your console history if providing kfcPassword here in plain text.
--profile string Use a specific profile from your config file. If not specified the config named 'default' will be used if it exists.
--username string Username to use for authenticating to Keyfactor Command.
Expand Down
Loading

0 comments on commit ebfac47

Please sign in to comment.