From f4b9969c06312a3da9f9295ef56df42cf2f5e19f Mon Sep 17 00:00:00 2001 From: nikhilsbhat Date: Tue, 13 Jun 2023 09:10:48 +0530 Subject: [PATCH] Update/Create cli documentation for newer commands --- README.md | 14 +++++ cmd/auth.go | 2 +- docs/doc/gocd-cli.md | 5 +- docs/doc/gocd-cli_agents.md | 3 +- docs/doc/gocd-cli_agents_delete.md | 3 +- docs/doc/gocd-cli_agents_get-all.md | 3 +- docs/doc/gocd-cli_agents_get.md | 3 +- docs/doc/gocd-cli_agents_job-history.md | 3 +- docs/doc/gocd-cli_agents_kill-task.md | 3 +- docs/doc/gocd-cli_agents_list.md | 3 +- docs/doc/gocd-cli_agents_update.md | 3 +- docs/doc/gocd-cli_artifact.md | 53 +++++++++++++++++++ docs/doc/gocd-cli_artifact_create-store.md | 38 +++++++++++++ docs/doc/gocd-cli_artifact_delete-store.md | 38 +++++++++++++ docs/doc/gocd-cli_artifact_get-all-stores.md | 38 +++++++++++++ docs/doc/gocd-cli_artifact_get-config.md | 38 +++++++++++++ docs/doc/gocd-cli_artifact_get-store.md | 38 +++++++++++++ docs/doc/gocd-cli_artifact_job-history.md | 38 +++++++++++++ docs/doc/gocd-cli_artifact_kill-task.md | 38 +++++++++++++ docs/doc/gocd-cli_artifact_list-store.md | 38 +++++++++++++ docs/doc/gocd-cli_artifact_update-config.md | 38 +++++++++++++ docs/doc/gocd-cli_artifact_update-store.md | 38 +++++++++++++ docs/doc/gocd-cli_auth-config.md | 45 ++++++++++++++++ docs/doc/gocd-cli_auth-config_remove.md | 38 +++++++++++++ docs/doc/gocd-cli_auth-config_store.md | 38 +++++++++++++ docs/doc/gocd-cli_backup.md | 3 +- docs/doc/gocd-cli_backup_create-config.md | 3 +- docs/doc/gocd-cli_backup_delete-config.md | 3 +- docs/doc/gocd-cli_backup_get-config.md | 3 +- docs/doc/gocd-cli_backup_schedule.md | 3 +- docs/doc/gocd-cli_backup_stats.md | 3 +- docs/doc/gocd-cli_cluster-profile.md | 3 +- docs/doc/gocd-cli_cluster-profile_create.md | 3 +- docs/doc/gocd-cli_cluster-profile_delete.md | 3 +- docs/doc/gocd-cli_cluster-profile_get-all.md | 3 +- docs/doc/gocd-cli_cluster-profile_get.md | 3 +- docs/doc/gocd-cli_cluster-profile_list.md | 3 +- docs/doc/gocd-cli_cluster-profile_update.md | 3 +- docs/doc/gocd-cli_configrepo.md | 3 +- docs/doc/gocd-cli_configrepo_create.md | 3 +- docs/doc/gocd-cli_configrepo_delete.md | 3 +- docs/doc/gocd-cli_configrepo_get-all.md | 3 +- docs/doc/gocd-cli_configrepo_get.md | 3 +- docs/doc/gocd-cli_configrepo_list.md | 3 +- .../gocd-cli_configrepo_preflight-check.md | 3 +- docs/doc/gocd-cli_configrepo_status.md | 3 +- .../doc/gocd-cli_configrepo_trigger-update.md | 3 +- docs/doc/gocd-cli_configrepo_update.md | 3 +- docs/doc/gocd-cli_elastic-agent-profile.md | 3 +- .../gocd-cli_elastic-agent-profile_create.md | 3 +- .../gocd-cli_elastic-agent-profile_delete.md | 3 +- .../gocd-cli_elastic-agent-profile_get-all.md | 3 +- .../doc/gocd-cli_elastic-agent-profile_get.md | 3 +- .../gocd-cli_elastic-agent-profile_list.md | 3 +- .../gocd-cli_elastic-agent-profile_update.md | 3 +- docs/doc/gocd-cli_encryption.md | 3 +- docs/doc/gocd-cli_encryption_decrypt.md | 3 +- docs/doc/gocd-cli_encryption_encrypt.md | 3 +- docs/doc/gocd-cli_environment.md | 3 +- docs/doc/gocd-cli_environment_create.md | 3 +- docs/doc/gocd-cli_environment_delete.md | 3 +- docs/doc/gocd-cli_environment_get-all.md | 3 +- docs/doc/gocd-cli_environment_get.md | 3 +- docs/doc/gocd-cli_environment_list.md | 3 +- docs/doc/gocd-cli_environment_patch.md | 3 +- docs/doc/gocd-cli_environment_update.md | 3 +- docs/doc/gocd-cli_job.md | 3 +- docs/doc/gocd-cli_job_scheduled.md | 3 +- docs/doc/gocd-cli_maintenance.md | 3 +- docs/doc/gocd-cli_maintenance_action.md | 3 +- docs/doc/gocd-cli_maintenance_get.md | 3 +- docs/doc/gocd-cli_pipeline-group.md | 3 +- docs/doc/gocd-cli_pipeline-group_create.md | 3 +- docs/doc/gocd-cli_pipeline-group_delete.md | 3 +- docs/doc/gocd-cli_pipeline-group_get-all.md | 3 +- docs/doc/gocd-cli_pipeline-group_get.md | 3 +- docs/doc/gocd-cli_pipeline-group_list.md | 3 +- docs/doc/gocd-cli_pipeline-group_update.md | 3 +- docs/doc/gocd-cli_pipeline.md | 3 +- docs/doc/gocd-cli_pipeline_action.md | 3 +- docs/doc/gocd-cli_pipeline_comment.md | 3 +- docs/doc/gocd-cli_pipeline_create.md | 3 +- docs/doc/gocd-cli_pipeline_delete.md | 3 +- docs/doc/gocd-cli_pipeline_get-all.md | 3 +- docs/doc/gocd-cli_pipeline_get.md | 3 +- docs/doc/gocd-cli_pipeline_instance.md | 3 +- docs/doc/gocd-cli_pipeline_list.md | 3 +- docs/doc/gocd-cli_pipeline_schedule.md | 3 +- docs/doc/gocd-cli_pipeline_status.md | 3 +- docs/doc/gocd-cli_pipeline_template.md | 3 +- docs/doc/gocd-cli_pipeline_update.md | 3 +- docs/doc/gocd-cli_plugin.md | 3 +- docs/doc/gocd-cli_plugin_create-settings.md | 3 +- docs/doc/gocd-cli_plugin_get-info-all.md | 3 +- docs/doc/gocd-cli_plugin_get-info.md | 3 +- docs/doc/gocd-cli_plugin_get-settings.md | 3 +- docs/doc/gocd-cli_plugin_list.md | 3 +- docs/doc/gocd-cli_plugin_update-settings.md | 3 +- docs/doc/gocd-cli_server.md | 3 +- docs/doc/gocd-cli_server_health-messages.md | 3 +- docs/doc/gocd-cli_server_health.md | 3 +- docs/doc/gocd-cli_user.md | 3 +- docs/doc/gocd-cli_user_create.md | 3 +- docs/doc/gocd-cli_user_delete-bulk.md | 3 +- docs/doc/gocd-cli_user_delete.md | 3 +- docs/doc/gocd-cli_user_get-all.md | 3 +- docs/doc/gocd-cli_user_get.md | 3 +- docs/doc/gocd-cli_user_update.md | 3 +- docs/doc/gocd-cli_version.md | 3 +- 109 files changed, 664 insertions(+), 187 deletions(-) create mode 100644 docs/doc/gocd-cli_artifact.md create mode 100644 docs/doc/gocd-cli_artifact_create-store.md create mode 100644 docs/doc/gocd-cli_artifact_delete-store.md create mode 100644 docs/doc/gocd-cli_artifact_get-all-stores.md create mode 100644 docs/doc/gocd-cli_artifact_get-config.md create mode 100644 docs/doc/gocd-cli_artifact_get-store.md create mode 100644 docs/doc/gocd-cli_artifact_job-history.md create mode 100644 docs/doc/gocd-cli_artifact_kill-task.md create mode 100644 docs/doc/gocd-cli_artifact_list-store.md create mode 100644 docs/doc/gocd-cli_artifact_update-config.md create mode 100644 docs/doc/gocd-cli_artifact_update-store.md create mode 100644 docs/doc/gocd-cli_auth-config.md create mode 100644 docs/doc/gocd-cli_auth-config_remove.md create mode 100644 docs/doc/gocd-cli_auth-config_store.md diff --git a/README.md b/README.md index 482c2bd..732e803 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,20 @@ This cli uses GoCD golang [sdk](https://github.com/nikhilsbhat/gocd-sdk-go). If * [Go](https://golang.org/dl/) 1.17 or above . Installing go can be found [here](https://golang.org/doc/install). * Basic understanding of CI/CD server [GoCD](https://www.gocd.org/) and GoCD golang [sdk](https://github.com/nikhilsbhat/gocd-sdk-go). +## Authorization + +The authorization configuration used for GoCD can be cached locally so that it can be used for future operations. + +The command `auth-config` will do the work. + +```shell +gocd-cli auth-config store --server-url --username --password +# Running the above command should cache configurations under $HOME/.gocd/auth_config.yaml. + +# Once we have authorization configurations cached, we do not need to pass the credentials every time we invoke the cli. +gocd-cli environment list +``` + ## Documentation Updated documentation on all available commands and flags can be found [here](https://github.com/nikhilsbhat/gocd-cli/blob/main/docs/doc/gocd-cli.md). diff --git a/cmd/auth.go b/cmd/auth.go index ed1d2c5..acbc3e4 100644 --- a/cmd/auth.go +++ b/cmd/auth.go @@ -16,7 +16,7 @@ const ( func registerAuthConfigCommand() *cobra.Command { registerAuthConfigCmd := &cobra.Command{ Use: "auth-config", - Short: "Command to set/remove the authorization configuration to be used by the cli", + Short: "Command to store/remove the authorization configuration to be used by the cli", Long: `Using the auth config commands, one can cache the authorization configuration onto a file so it can be used by further calls made using this utility. Also, the cached authentication configurations can be erased using the same`, RunE: func(cmd *cobra.Command, args []string) error { diff --git a/docs/doc/gocd-cli.md b/docs/doc/gocd-cli.md index 6869ca3..733956e 100644 --- a/docs/doc/gocd-cli.md +++ b/docs/doc/gocd-cli.md @@ -23,7 +23,6 @@ gocd-cli [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -34,6 +33,8 @@ gocd-cli [flags] ### SEE ALSO * [gocd-cli agents](gocd-cli_agents.md) - Command to operate on agents present in GoCD [https://api.gocd.org/current/#agents] +* [gocd-cli artifact](gocd-cli_artifact.md) - Command to operate on artifacts store/config present in GoCD +* [gocd-cli auth-config](gocd-cli_auth-config.md) - Command to store/remove the authorization configuration to be used by the cli * [gocd-cli backup](gocd-cli_backup.md) - Command to operate on backup in GoCD [https://api.gocd.org/current/#backups] * [gocd-cli cluster-profile](gocd-cli_cluster-profile.md) - Command to operate on cluster-profile present in GoCD [https://api.gocd.org/current/#cluster-profiles] * [gocd-cli configrepo](gocd-cli_configrepo.md) - Command to operate on configrepo present in GoCD [https://api.gocd.org/current/#config-repo] @@ -49,4 +50,4 @@ gocd-cli [flags] * [gocd-cli user](gocd-cli_user.md) - Command to operate on users in GoCD [https://api.gocd.org/current/#users] * [gocd-cli version](gocd-cli_version.md) - Command to fetch the version of gocd-cli installed -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_agents.md b/docs/doc/gocd-cli_agents.md index 2484ba5..d820c3f 100644 --- a/docs/doc/gocd-cli_agents.md +++ b/docs/doc/gocd-cli_agents.md @@ -29,7 +29,6 @@ gocd-cli agents [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -48,4 +47,4 @@ gocd-cli agents [flags] * [gocd-cli agents list](gocd-cli_agents_list.md) - Command to LIST all the agents present in GoCD [https://api.gocd.org/current/#get-all-agents] * [gocd-cli agents update](gocd-cli_agents_update.md) - Command to UPDATE an agent with all specified configuration [https://api.gocd.org/current/#update-an-agent] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_agents_delete.md b/docs/doc/gocd-cli_agents_delete.md index c7e0ec8..a24b605 100644 --- a/docs/doc/gocd-cli_agents_delete.md +++ b/docs/doc/gocd-cli_agents_delete.md @@ -24,7 +24,6 @@ gocd-cli agents delete [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli agents delete [flags] * [gocd-cli agents](gocd-cli_agents.md) - Command to operate on agents present in GoCD [https://api.gocd.org/current/#agents] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_agents_get-all.md b/docs/doc/gocd-cli_agents_get-all.md index dcfd2a0..d8afb23 100644 --- a/docs/doc/gocd-cli_agents_get-all.md +++ b/docs/doc/gocd-cli_agents_get-all.md @@ -24,7 +24,6 @@ gocd-cli agents get-all [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli agents get-all [flags] * [gocd-cli agents](gocd-cli_agents.md) - Command to operate on agents present in GoCD [https://api.gocd.org/current/#agents] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_agents_get.md b/docs/doc/gocd-cli_agents_get.md index 6c593ac..a805da0 100644 --- a/docs/doc/gocd-cli_agents_get.md +++ b/docs/doc/gocd-cli_agents_get.md @@ -24,7 +24,6 @@ gocd-cli agents get [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli agents get [flags] * [gocd-cli agents](gocd-cli_agents.md) - Command to operate on agents present in GoCD [https://api.gocd.org/current/#agents] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_agents_job-history.md b/docs/doc/gocd-cli_agents_job-history.md index f9e32bc..91d6a1a 100644 --- a/docs/doc/gocd-cli_agents_job-history.md +++ b/docs/doc/gocd-cli_agents_job-history.md @@ -24,7 +24,6 @@ gocd-cli agents job-history [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli agents job-history [flags] * [gocd-cli agents](gocd-cli_agents.md) - Command to operate on agents present in GoCD [https://api.gocd.org/current/#agents] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_agents_kill-task.md b/docs/doc/gocd-cli_agents_kill-task.md index 70e43de..92e9aee 100644 --- a/docs/doc/gocd-cli_agents_kill-task.md +++ b/docs/doc/gocd-cli_agents_kill-task.md @@ -24,7 +24,6 @@ gocd-cli agents kill-task [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli agents kill-task [flags] * [gocd-cli agents](gocd-cli_agents.md) - Command to operate on agents present in GoCD [https://api.gocd.org/current/#agents] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_agents_list.md b/docs/doc/gocd-cli_agents_list.md index 198e516..64dc26f 100644 --- a/docs/doc/gocd-cli_agents_list.md +++ b/docs/doc/gocd-cli_agents_list.md @@ -24,7 +24,6 @@ gocd-cli agents list [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli agents list [flags] * [gocd-cli agents](gocd-cli_agents.md) - Command to operate on agents present in GoCD [https://api.gocd.org/current/#agents] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_agents_update.md b/docs/doc/gocd-cli_agents_update.md index 6940e1a..6ae9588 100644 --- a/docs/doc/gocd-cli_agents_update.md +++ b/docs/doc/gocd-cli_agents_update.md @@ -24,7 +24,6 @@ gocd-cli agents update [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli agents update [flags] * [gocd-cli agents](gocd-cli_agents.md) - Command to operate on agents present in GoCD [https://api.gocd.org/current/#agents] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_artifact.md b/docs/doc/gocd-cli_artifact.md new file mode 100644 index 0000000..d9e5042 --- /dev/null +++ b/docs/doc/gocd-cli_artifact.md @@ -0,0 +1,53 @@ +## gocd-cli artifact + +Command to operate on artifacts store/config present in GoCD + +### Synopsis + +Command leverages GoCD agents apis' [https://api.gocd.org/current/#artifacts-config, https://api.gocd.org/current/#artifact-store] to +GET/CREATE/UPDATE/DELETE GoCD artifact + +``` +gocd-cli artifact [flags] +``` + +### Options + +``` + -h, --help help for artifact +``` + +### Options inherited from parent commands + +``` + -t, --auth-token string token to authenticate with GoCD server, should not be co-used with basic auth (username/password) + --ca-file-path string path to file containing CA cert used to authenticate GoCD server, if you have one + --from-file string file containing configurations of objects that needs to be created in GoCD, config-repo/pipeline-group/environment and etc. + --json enable this to Render output in JSON format + -l, --log-level string log level for gocd cli, log levels supported by [https://github.com/sirupsen/logrus] will work (default "info") + --no-color enable this to Render output in YAML format + -p, --password string password to authenticate with GoCD server + -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath + more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries + --server-url string GoCD server URL base path (default "http://localhost:8153/go") + --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) + --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) + -u, --username string username to authenticate with GoCD server + --yaml enable this to Render output in YAML format +``` + +### SEE ALSO + +* [gocd-cli](gocd-cli.md) - Command line interface for GoCD +* [gocd-cli artifact create-store](gocd-cli_artifact_create-store.md) - Command to CREATE an artifact store with all specified configurations in GoCD [https://api.gocd.org/current/#create-an-artifact-store] +* [gocd-cli artifact delete-store](gocd-cli_artifact_delete-store.md) - Command to DELETE a specific artifact store present in GoCD [https://api.gocd.org/current/#delete-an-artifact-store] +* [gocd-cli artifact get-all-stores](gocd-cli_artifact_get-all-stores.md) - Command to GET all the artifact stores present in GoCD [https://api.gocd.org/current/#get-all-artifact-stores] +* [gocd-cli artifact get-config](gocd-cli_artifact_get-config.md) - Command to GET a configured artifact configuration GoCD [https://api.gocd.org/current/#get-artifacts-config] +* [gocd-cli artifact get-store](gocd-cli_artifact_get-store.md) - Command to GET an specific artifact store in GoCD [https://api.gocd.org/current/#get-an-artifact-store] +* [gocd-cli artifact job-history](gocd-cli_artifact_job-history.md) - Command to GET information of the jobs that ran on a specific agent present in GoCD [https://api.gocd.org/current/#agent-job-run-history] +* [gocd-cli artifact kill-task](gocd-cli_artifact_kill-task.md) - Command to KILL a specific task running on a specific agent present in GoCD [https://api.gocd.org/current/#kill-running-tasks] +* [gocd-cli artifact list-store](gocd-cli_artifact_list-store.md) - Command to LIST all artifact stores present in GoCD [https://api.gocd.org/current/#get-all-artifact-stores] +* [gocd-cli artifact update-config](gocd-cli_artifact_update-config.md) - Command to UPDATE artifact config specified configurations in GoCD [https://api.gocd.org/current/#update-artifacts-config] +* [gocd-cli artifact update-store](gocd-cli_artifact_update-store.md) - Command to UPDATE an artifact store with all specified configurations in GoCD [https://api.gocd.org/current/#update-an-artifact-store] + +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_artifact_create-store.md b/docs/doc/gocd-cli_artifact_create-store.md new file mode 100644 index 0000000..8518bc3 --- /dev/null +++ b/docs/doc/gocd-cli_artifact_create-store.md @@ -0,0 +1,38 @@ +## gocd-cli artifact create-store + +Command to CREATE an artifact store with all specified configurations in GoCD [https://api.gocd.org/current/#create-an-artifact-store] + +``` +gocd-cli artifact create-store [flags] +``` + +### Options + +``` + -h, --help help for create-store +``` + +### Options inherited from parent commands + +``` + -t, --auth-token string token to authenticate with GoCD server, should not be co-used with basic auth (username/password) + --ca-file-path string path to file containing CA cert used to authenticate GoCD server, if you have one + --from-file string file containing configurations of objects that needs to be created in GoCD, config-repo/pipeline-group/environment and etc. + --json enable this to Render output in JSON format + -l, --log-level string log level for gocd cli, log levels supported by [https://github.com/sirupsen/logrus] will work (default "info") + --no-color enable this to Render output in YAML format + -p, --password string password to authenticate with GoCD server + -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath + more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries + --server-url string GoCD server URL base path (default "http://localhost:8153/go") + --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) + --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) + -u, --username string username to authenticate with GoCD server + --yaml enable this to Render output in YAML format +``` + +### SEE ALSO + +* [gocd-cli artifact](gocd-cli_artifact.md) - Command to operate on artifacts store/config present in GoCD + +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_artifact_delete-store.md b/docs/doc/gocd-cli_artifact_delete-store.md new file mode 100644 index 0000000..282c6ae --- /dev/null +++ b/docs/doc/gocd-cli_artifact_delete-store.md @@ -0,0 +1,38 @@ +## gocd-cli artifact delete-store + +Command to DELETE a specific artifact store present in GoCD [https://api.gocd.org/current/#delete-an-artifact-store] + +``` +gocd-cli artifact delete-store [flags] +``` + +### Options + +``` + -h, --help help for delete-store +``` + +### Options inherited from parent commands + +``` + -t, --auth-token string token to authenticate with GoCD server, should not be co-used with basic auth (username/password) + --ca-file-path string path to file containing CA cert used to authenticate GoCD server, if you have one + --from-file string file containing configurations of objects that needs to be created in GoCD, config-repo/pipeline-group/environment and etc. + --json enable this to Render output in JSON format + -l, --log-level string log level for gocd cli, log levels supported by [https://github.com/sirupsen/logrus] will work (default "info") + --no-color enable this to Render output in YAML format + -p, --password string password to authenticate with GoCD server + -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath + more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries + --server-url string GoCD server URL base path (default "http://localhost:8153/go") + --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) + --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) + -u, --username string username to authenticate with GoCD server + --yaml enable this to Render output in YAML format +``` + +### SEE ALSO + +* [gocd-cli artifact](gocd-cli_artifact.md) - Command to operate on artifacts store/config present in GoCD + +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_artifact_get-all-stores.md b/docs/doc/gocd-cli_artifact_get-all-stores.md new file mode 100644 index 0000000..d8e9de8 --- /dev/null +++ b/docs/doc/gocd-cli_artifact_get-all-stores.md @@ -0,0 +1,38 @@ +## gocd-cli artifact get-all-stores + +Command to GET all the artifact stores present in GoCD [https://api.gocd.org/current/#get-all-artifact-stores] + +``` +gocd-cli artifact get-all-stores [flags] +``` + +### Options + +``` + -h, --help help for get-all-stores +``` + +### Options inherited from parent commands + +``` + -t, --auth-token string token to authenticate with GoCD server, should not be co-used with basic auth (username/password) + --ca-file-path string path to file containing CA cert used to authenticate GoCD server, if you have one + --from-file string file containing configurations of objects that needs to be created in GoCD, config-repo/pipeline-group/environment and etc. + --json enable this to Render output in JSON format + -l, --log-level string log level for gocd cli, log levels supported by [https://github.com/sirupsen/logrus] will work (default "info") + --no-color enable this to Render output in YAML format + -p, --password string password to authenticate with GoCD server + -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath + more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries + --server-url string GoCD server URL base path (default "http://localhost:8153/go") + --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) + --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) + -u, --username string username to authenticate with GoCD server + --yaml enable this to Render output in YAML format +``` + +### SEE ALSO + +* [gocd-cli artifact](gocd-cli_artifact.md) - Command to operate on artifacts store/config present in GoCD + +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_artifact_get-config.md b/docs/doc/gocd-cli_artifact_get-config.md new file mode 100644 index 0000000..2ebe1b6 --- /dev/null +++ b/docs/doc/gocd-cli_artifact_get-config.md @@ -0,0 +1,38 @@ +## gocd-cli artifact get-config + +Command to GET a configured artifact configuration GoCD [https://api.gocd.org/current/#get-artifacts-config] + +``` +gocd-cli artifact get-config [flags] +``` + +### Options + +``` + -h, --help help for get-config +``` + +### Options inherited from parent commands + +``` + -t, --auth-token string token to authenticate with GoCD server, should not be co-used with basic auth (username/password) + --ca-file-path string path to file containing CA cert used to authenticate GoCD server, if you have one + --from-file string file containing configurations of objects that needs to be created in GoCD, config-repo/pipeline-group/environment and etc. + --json enable this to Render output in JSON format + -l, --log-level string log level for gocd cli, log levels supported by [https://github.com/sirupsen/logrus] will work (default "info") + --no-color enable this to Render output in YAML format + -p, --password string password to authenticate with GoCD server + -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath + more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries + --server-url string GoCD server URL base path (default "http://localhost:8153/go") + --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) + --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) + -u, --username string username to authenticate with GoCD server + --yaml enable this to Render output in YAML format +``` + +### SEE ALSO + +* [gocd-cli artifact](gocd-cli_artifact.md) - Command to operate on artifacts store/config present in GoCD + +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_artifact_get-store.md b/docs/doc/gocd-cli_artifact_get-store.md new file mode 100644 index 0000000..1a1957a --- /dev/null +++ b/docs/doc/gocd-cli_artifact_get-store.md @@ -0,0 +1,38 @@ +## gocd-cli artifact get-store + +Command to GET an specific artifact store in GoCD [https://api.gocd.org/current/#get-an-artifact-store] + +``` +gocd-cli artifact get-store [flags] +``` + +### Options + +``` + -h, --help help for get-store +``` + +### Options inherited from parent commands + +``` + -t, --auth-token string token to authenticate with GoCD server, should not be co-used with basic auth (username/password) + --ca-file-path string path to file containing CA cert used to authenticate GoCD server, if you have one + --from-file string file containing configurations of objects that needs to be created in GoCD, config-repo/pipeline-group/environment and etc. + --json enable this to Render output in JSON format + -l, --log-level string log level for gocd cli, log levels supported by [https://github.com/sirupsen/logrus] will work (default "info") + --no-color enable this to Render output in YAML format + -p, --password string password to authenticate with GoCD server + -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath + more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries + --server-url string GoCD server URL base path (default "http://localhost:8153/go") + --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) + --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) + -u, --username string username to authenticate with GoCD server + --yaml enable this to Render output in YAML format +``` + +### SEE ALSO + +* [gocd-cli artifact](gocd-cli_artifact.md) - Command to operate on artifacts store/config present in GoCD + +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_artifact_job-history.md b/docs/doc/gocd-cli_artifact_job-history.md new file mode 100644 index 0000000..812b7be --- /dev/null +++ b/docs/doc/gocd-cli_artifact_job-history.md @@ -0,0 +1,38 @@ +## gocd-cli artifact job-history + +Command to GET information of the jobs that ran on a specific agent present in GoCD [https://api.gocd.org/current/#agent-job-run-history] + +``` +gocd-cli artifact job-history [flags] +``` + +### Options + +``` + -h, --help help for job-history +``` + +### Options inherited from parent commands + +``` + -t, --auth-token string token to authenticate with GoCD server, should not be co-used with basic auth (username/password) + --ca-file-path string path to file containing CA cert used to authenticate GoCD server, if you have one + --from-file string file containing configurations of objects that needs to be created in GoCD, config-repo/pipeline-group/environment and etc. + --json enable this to Render output in JSON format + -l, --log-level string log level for gocd cli, log levels supported by [https://github.com/sirupsen/logrus] will work (default "info") + --no-color enable this to Render output in YAML format + -p, --password string password to authenticate with GoCD server + -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath + more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries + --server-url string GoCD server URL base path (default "http://localhost:8153/go") + --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) + --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) + -u, --username string username to authenticate with GoCD server + --yaml enable this to Render output in YAML format +``` + +### SEE ALSO + +* [gocd-cli artifact](gocd-cli_artifact.md) - Command to operate on artifacts store/config present in GoCD + +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_artifact_kill-task.md b/docs/doc/gocd-cli_artifact_kill-task.md new file mode 100644 index 0000000..5388910 --- /dev/null +++ b/docs/doc/gocd-cli_artifact_kill-task.md @@ -0,0 +1,38 @@ +## gocd-cli artifact kill-task + +Command to KILL a specific task running on a specific agent present in GoCD [https://api.gocd.org/current/#kill-running-tasks] + +``` +gocd-cli artifact kill-task [flags] +``` + +### Options + +``` + -h, --help help for kill-task +``` + +### Options inherited from parent commands + +``` + -t, --auth-token string token to authenticate with GoCD server, should not be co-used with basic auth (username/password) + --ca-file-path string path to file containing CA cert used to authenticate GoCD server, if you have one + --from-file string file containing configurations of objects that needs to be created in GoCD, config-repo/pipeline-group/environment and etc. + --json enable this to Render output in JSON format + -l, --log-level string log level for gocd cli, log levels supported by [https://github.com/sirupsen/logrus] will work (default "info") + --no-color enable this to Render output in YAML format + -p, --password string password to authenticate with GoCD server + -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath + more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries + --server-url string GoCD server URL base path (default "http://localhost:8153/go") + --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) + --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) + -u, --username string username to authenticate with GoCD server + --yaml enable this to Render output in YAML format +``` + +### SEE ALSO + +* [gocd-cli artifact](gocd-cli_artifact.md) - Command to operate on artifacts store/config present in GoCD + +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_artifact_list-store.md b/docs/doc/gocd-cli_artifact_list-store.md new file mode 100644 index 0000000..04108c1 --- /dev/null +++ b/docs/doc/gocd-cli_artifact_list-store.md @@ -0,0 +1,38 @@ +## gocd-cli artifact list-store + +Command to LIST all artifact stores present in GoCD [https://api.gocd.org/current/#get-all-artifact-stores] + +``` +gocd-cli artifact list-store [flags] +``` + +### Options + +``` + -h, --help help for list-store +``` + +### Options inherited from parent commands + +``` + -t, --auth-token string token to authenticate with GoCD server, should not be co-used with basic auth (username/password) + --ca-file-path string path to file containing CA cert used to authenticate GoCD server, if you have one + --from-file string file containing configurations of objects that needs to be created in GoCD, config-repo/pipeline-group/environment and etc. + --json enable this to Render output in JSON format + -l, --log-level string log level for gocd cli, log levels supported by [https://github.com/sirupsen/logrus] will work (default "info") + --no-color enable this to Render output in YAML format + -p, --password string password to authenticate with GoCD server + -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath + more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries + --server-url string GoCD server URL base path (default "http://localhost:8153/go") + --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) + --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) + -u, --username string username to authenticate with GoCD server + --yaml enable this to Render output in YAML format +``` + +### SEE ALSO + +* [gocd-cli artifact](gocd-cli_artifact.md) - Command to operate on artifacts store/config present in GoCD + +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_artifact_update-config.md b/docs/doc/gocd-cli_artifact_update-config.md new file mode 100644 index 0000000..a6740bc --- /dev/null +++ b/docs/doc/gocd-cli_artifact_update-config.md @@ -0,0 +1,38 @@ +## gocd-cli artifact update-config + +Command to UPDATE artifact config specified configurations in GoCD [https://api.gocd.org/current/#update-artifacts-config] + +``` +gocd-cli artifact update-config [flags] +``` + +### Options + +``` + -h, --help help for update-config +``` + +### Options inherited from parent commands + +``` + -t, --auth-token string token to authenticate with GoCD server, should not be co-used with basic auth (username/password) + --ca-file-path string path to file containing CA cert used to authenticate GoCD server, if you have one + --from-file string file containing configurations of objects that needs to be created in GoCD, config-repo/pipeline-group/environment and etc. + --json enable this to Render output in JSON format + -l, --log-level string log level for gocd cli, log levels supported by [https://github.com/sirupsen/logrus] will work (default "info") + --no-color enable this to Render output in YAML format + -p, --password string password to authenticate with GoCD server + -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath + more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries + --server-url string GoCD server URL base path (default "http://localhost:8153/go") + --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) + --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) + -u, --username string username to authenticate with GoCD server + --yaml enable this to Render output in YAML format +``` + +### SEE ALSO + +* [gocd-cli artifact](gocd-cli_artifact.md) - Command to operate on artifacts store/config present in GoCD + +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_artifact_update-store.md b/docs/doc/gocd-cli_artifact_update-store.md new file mode 100644 index 0000000..b789783 --- /dev/null +++ b/docs/doc/gocd-cli_artifact_update-store.md @@ -0,0 +1,38 @@ +## gocd-cli artifact update-store + +Command to UPDATE an artifact store with all specified configurations in GoCD [https://api.gocd.org/current/#update-an-artifact-store] + +``` +gocd-cli artifact update-store [flags] +``` + +### Options + +``` + -h, --help help for update-store +``` + +### Options inherited from parent commands + +``` + -t, --auth-token string token to authenticate with GoCD server, should not be co-used with basic auth (username/password) + --ca-file-path string path to file containing CA cert used to authenticate GoCD server, if you have one + --from-file string file containing configurations of objects that needs to be created in GoCD, config-repo/pipeline-group/environment and etc. + --json enable this to Render output in JSON format + -l, --log-level string log level for gocd cli, log levels supported by [https://github.com/sirupsen/logrus] will work (default "info") + --no-color enable this to Render output in YAML format + -p, --password string password to authenticate with GoCD server + -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath + more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries + --server-url string GoCD server URL base path (default "http://localhost:8153/go") + --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) + --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) + -u, --username string username to authenticate with GoCD server + --yaml enable this to Render output in YAML format +``` + +### SEE ALSO + +* [gocd-cli artifact](gocd-cli_artifact.md) - Command to operate on artifacts store/config present in GoCD + +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_auth-config.md b/docs/doc/gocd-cli_auth-config.md new file mode 100644 index 0000000..3fcbb22 --- /dev/null +++ b/docs/doc/gocd-cli_auth-config.md @@ -0,0 +1,45 @@ +## gocd-cli auth-config + +Command to store/remove the authorization configuration to be used by the cli + +### Synopsis + +Using the auth config commands, one can cache the authorization configuration onto a file so it can be used by further calls made using this utility. +Also, the cached authentication configurations can be erased using the same + +``` +gocd-cli auth-config [flags] +``` + +### Options + +``` + -h, --help help for auth-config +``` + +### Options inherited from parent commands + +``` + -t, --auth-token string token to authenticate with GoCD server, should not be co-used with basic auth (username/password) + --ca-file-path string path to file containing CA cert used to authenticate GoCD server, if you have one + --from-file string file containing configurations of objects that needs to be created in GoCD, config-repo/pipeline-group/environment and etc. + --json enable this to Render output in JSON format + -l, --log-level string log level for gocd cli, log levels supported by [https://github.com/sirupsen/logrus] will work (default "info") + --no-color enable this to Render output in YAML format + -p, --password string password to authenticate with GoCD server + -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath + more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries + --server-url string GoCD server URL base path (default "http://localhost:8153/go") + --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) + --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) + -u, --username string username to authenticate with GoCD server + --yaml enable this to Render output in YAML format +``` + +### SEE ALSO + +* [gocd-cli](gocd-cli.md) - Command line interface for GoCD +* [gocd-cli auth-config remove](gocd-cli_auth-config_remove.md) - Command to remove the cached GoCD authorization configuration that is used by the cli. +* [gocd-cli auth-config store](gocd-cli_auth-config_store.md) - Command to cache the GoCD authorization configuration to be used by the cli + +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_auth-config_remove.md b/docs/doc/gocd-cli_auth-config_remove.md new file mode 100644 index 0000000..bf8ea18 --- /dev/null +++ b/docs/doc/gocd-cli_auth-config_remove.md @@ -0,0 +1,38 @@ +## gocd-cli auth-config remove + +Command to remove the cached GoCD authorization configuration that is used by the cli. + +``` +gocd-cli auth-config remove [flags] +``` + +### Options + +``` + -h, --help help for remove +``` + +### Options inherited from parent commands + +``` + -t, --auth-token string token to authenticate with GoCD server, should not be co-used with basic auth (username/password) + --ca-file-path string path to file containing CA cert used to authenticate GoCD server, if you have one + --from-file string file containing configurations of objects that needs to be created in GoCD, config-repo/pipeline-group/environment and etc. + --json enable this to Render output in JSON format + -l, --log-level string log level for gocd cli, log levels supported by [https://github.com/sirupsen/logrus] will work (default "info") + --no-color enable this to Render output in YAML format + -p, --password string password to authenticate with GoCD server + -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath + more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries + --server-url string GoCD server URL base path (default "http://localhost:8153/go") + --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) + --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) + -u, --username string username to authenticate with GoCD server + --yaml enable this to Render output in YAML format +``` + +### SEE ALSO + +* [gocd-cli auth-config](gocd-cli_auth-config.md) - Command to store/remove the authorization configuration to be used by the cli + +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_auth-config_store.md b/docs/doc/gocd-cli_auth-config_store.md new file mode 100644 index 0000000..53c9c9d --- /dev/null +++ b/docs/doc/gocd-cli_auth-config_store.md @@ -0,0 +1,38 @@ +## gocd-cli auth-config store + +Command to cache the GoCD authorization configuration to be used by the cli + +``` +gocd-cli auth-config store [flags] +``` + +### Options + +``` + -h, --help help for store +``` + +### Options inherited from parent commands + +``` + -t, --auth-token string token to authenticate with GoCD server, should not be co-used with basic auth (username/password) + --ca-file-path string path to file containing CA cert used to authenticate GoCD server, if you have one + --from-file string file containing configurations of objects that needs to be created in GoCD, config-repo/pipeline-group/environment and etc. + --json enable this to Render output in JSON format + -l, --log-level string log level for gocd cli, log levels supported by [https://github.com/sirupsen/logrus] will work (default "info") + --no-color enable this to Render output in YAML format + -p, --password string password to authenticate with GoCD server + -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath + more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries + --server-url string GoCD server URL base path (default "http://localhost:8153/go") + --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) + --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) + -u, --username string username to authenticate with GoCD server + --yaml enable this to Render output in YAML format +``` + +### SEE ALSO + +* [gocd-cli auth-config](gocd-cli_auth-config.md) - Command to store/remove the authorization configuration to be used by the cli + +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_backup.md b/docs/doc/gocd-cli_backup.md index c3eff88..8906c94 100644 --- a/docs/doc/gocd-cli_backup.md +++ b/docs/doc/gocd-cli_backup.md @@ -31,7 +31,6 @@ gocd-cli backup [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -48,4 +47,4 @@ gocd-cli backup [flags] * [gocd-cli backup schedule](gocd-cli_backup_schedule.md) - Command to SCHEDULE backups in GoCD [https://api.gocd.org/current/#schedule-backup] * [gocd-cli backup stats](gocd-cli_backup_stats.md) - Command to GET stats of the specific backup taken in GoCD [https://api.gocd.org/current/#get-backup] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_backup_create-config.md b/docs/doc/gocd-cli_backup_create-config.md index 515671e..0751dc7 100644 --- a/docs/doc/gocd-cli_backup_create-config.md +++ b/docs/doc/gocd-cli_backup_create-config.md @@ -26,7 +26,6 @@ gocd-cli backup create-config [flags] -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries --retry int number of times to retry to get backup stats when backup status is not ready (default 30) - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -38,4 +37,4 @@ gocd-cli backup create-config [flags] * [gocd-cli backup](gocd-cli_backup.md) - Command to operate on backup in GoCD [https://api.gocd.org/current/#backups] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_backup_delete-config.md b/docs/doc/gocd-cli_backup_delete-config.md index ecfcd3c..244dcf5 100644 --- a/docs/doc/gocd-cli_backup_delete-config.md +++ b/docs/doc/gocd-cli_backup_delete-config.md @@ -26,7 +26,6 @@ gocd-cli backup delete-config [flags] -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries --retry int number of times to retry to get backup stats when backup status is not ready (default 30) - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -38,4 +37,4 @@ gocd-cli backup delete-config [flags] * [gocd-cli backup](gocd-cli_backup.md) - Command to operate on backup in GoCD [https://api.gocd.org/current/#backups] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_backup_get-config.md b/docs/doc/gocd-cli_backup_get-config.md index 6171ac6..58d0a2e 100644 --- a/docs/doc/gocd-cli_backup_get-config.md +++ b/docs/doc/gocd-cli_backup_get-config.md @@ -26,7 +26,6 @@ gocd-cli backup get-config [flags] -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries --retry int number of times to retry to get backup stats when backup status is not ready (default 30) - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -38,4 +37,4 @@ gocd-cli backup get-config [flags] * [gocd-cli backup](gocd-cli_backup.md) - Command to operate on backup in GoCD [https://api.gocd.org/current/#backups] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_backup_schedule.md b/docs/doc/gocd-cli_backup_schedule.md index c42051d..e048625 100644 --- a/docs/doc/gocd-cli_backup_schedule.md +++ b/docs/doc/gocd-cli_backup_schedule.md @@ -26,7 +26,6 @@ gocd-cli backup schedule [flags] -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries --retry int number of times to retry to get backup stats when backup status is not ready (default 30) - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -38,4 +37,4 @@ gocd-cli backup schedule [flags] * [gocd-cli backup](gocd-cli_backup.md) - Command to operate on backup in GoCD [https://api.gocd.org/current/#backups] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_backup_stats.md b/docs/doc/gocd-cli_backup_stats.md index 4f6c4f6..e4ecefe 100644 --- a/docs/doc/gocd-cli_backup_stats.md +++ b/docs/doc/gocd-cli_backup_stats.md @@ -26,7 +26,6 @@ gocd-cli backup stats [flags] -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries --retry int number of times to retry to get backup stats when backup status is not ready (default 30) - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -38,4 +37,4 @@ gocd-cli backup stats [flags] * [gocd-cli backup](gocd-cli_backup.md) - Command to operate on backup in GoCD [https://api.gocd.org/current/#backups] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_cluster-profile.md b/docs/doc/gocd-cli_cluster-profile.md index 37cb370..5bdf4c2 100644 --- a/docs/doc/gocd-cli_cluster-profile.md +++ b/docs/doc/gocd-cli_cluster-profile.md @@ -29,7 +29,6 @@ gocd-cli cluster-profile [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -47,4 +46,4 @@ gocd-cli cluster-profile [flags] * [gocd-cli cluster-profile list](gocd-cli_cluster-profile_list.md) - Command to LIST all cluster profiles present in GoCD [https://api.gocd.org/current/#get-all-cluster-profiles] * [gocd-cli cluster-profile update](gocd-cli_cluster-profile_update.md) - Command to UPDATE a cluster profile with all specified configurations in GoCD [https://api.gocd.org/current/#update-a-cluster-profile] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_cluster-profile_create.md b/docs/doc/gocd-cli_cluster-profile_create.md index 49bec98..1abfde9 100644 --- a/docs/doc/gocd-cli_cluster-profile_create.md +++ b/docs/doc/gocd-cli_cluster-profile_create.md @@ -24,7 +24,6 @@ gocd-cli cluster-profile create [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli cluster-profile create [flags] * [gocd-cli cluster-profile](gocd-cli_cluster-profile.md) - Command to operate on cluster-profile present in GoCD [https://api.gocd.org/current/#cluster-profiles] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_cluster-profile_delete.md b/docs/doc/gocd-cli_cluster-profile_delete.md index 7d82d6c..a822f66 100644 --- a/docs/doc/gocd-cli_cluster-profile_delete.md +++ b/docs/doc/gocd-cli_cluster-profile_delete.md @@ -24,7 +24,6 @@ gocd-cli cluster-profile delete [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli cluster-profile delete [flags] * [gocd-cli cluster-profile](gocd-cli_cluster-profile.md) - Command to operate on cluster-profile present in GoCD [https://api.gocd.org/current/#cluster-profiles] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_cluster-profile_get-all.md b/docs/doc/gocd-cli_cluster-profile_get-all.md index cdd5198..c4e2dcb 100644 --- a/docs/doc/gocd-cli_cluster-profile_get-all.md +++ b/docs/doc/gocd-cli_cluster-profile_get-all.md @@ -24,7 +24,6 @@ gocd-cli cluster-profile get-all [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli cluster-profile get-all [flags] * [gocd-cli cluster-profile](gocd-cli_cluster-profile.md) - Command to operate on cluster-profile present in GoCD [https://api.gocd.org/current/#cluster-profiles] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_cluster-profile_get.md b/docs/doc/gocd-cli_cluster-profile_get.md index d3fccad..137b0b9 100644 --- a/docs/doc/gocd-cli_cluster-profile_get.md +++ b/docs/doc/gocd-cli_cluster-profile_get.md @@ -24,7 +24,6 @@ gocd-cli cluster-profile get [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli cluster-profile get [flags] * [gocd-cli cluster-profile](gocd-cli_cluster-profile.md) - Command to operate on cluster-profile present in GoCD [https://api.gocd.org/current/#cluster-profiles] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_cluster-profile_list.md b/docs/doc/gocd-cli_cluster-profile_list.md index f4a4e6f..467eb2f 100644 --- a/docs/doc/gocd-cli_cluster-profile_list.md +++ b/docs/doc/gocd-cli_cluster-profile_list.md @@ -24,7 +24,6 @@ gocd-cli cluster-profile list [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli cluster-profile list [flags] * [gocd-cli cluster-profile](gocd-cli_cluster-profile.md) - Command to operate on cluster-profile present in GoCD [https://api.gocd.org/current/#cluster-profiles] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_cluster-profile_update.md b/docs/doc/gocd-cli_cluster-profile_update.md index 5d640f6..489161b 100644 --- a/docs/doc/gocd-cli_cluster-profile_update.md +++ b/docs/doc/gocd-cli_cluster-profile_update.md @@ -24,7 +24,6 @@ gocd-cli cluster-profile update [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli cluster-profile update [flags] * [gocd-cli cluster-profile](gocd-cli_cluster-profile.md) - Command to operate on cluster-profile present in GoCD [https://api.gocd.org/current/#cluster-profiles] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_configrepo.md b/docs/doc/gocd-cli_configrepo.md index 81d15e5..dc31dd5 100644 --- a/docs/doc/gocd-cli_configrepo.md +++ b/docs/doc/gocd-cli_configrepo.md @@ -29,7 +29,6 @@ gocd-cli configrepo [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -50,4 +49,4 @@ gocd-cli configrepo [flags] * [gocd-cli configrepo trigger-update](gocd-cli_configrepo_trigger-update.md) - Command to TRIGGER the update for config-repo to get latest revisions [https://api.gocd.org/current/#trigger-update-of-config-repository] * [gocd-cli configrepo update](gocd-cli_configrepo_update.md) - Command to UPDATE the config-repo present in GoCD [https://api.gocd.org/current/#update-config-repo] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_configrepo_create.md b/docs/doc/gocd-cli_configrepo_create.md index 2a81ab4..c0d30b2 100644 --- a/docs/doc/gocd-cli_configrepo_create.md +++ b/docs/doc/gocd-cli_configrepo_create.md @@ -24,7 +24,6 @@ gocd-cli configrepo create [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli configrepo create [flags] * [gocd-cli configrepo](gocd-cli_configrepo.md) - Command to operate on configrepo present in GoCD [https://api.gocd.org/current/#config-repo] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_configrepo_delete.md b/docs/doc/gocd-cli_configrepo_delete.md index 9900dd3..cdd532d 100644 --- a/docs/doc/gocd-cli_configrepo_delete.md +++ b/docs/doc/gocd-cli_configrepo_delete.md @@ -24,7 +24,6 @@ gocd-cli configrepo delete [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli configrepo delete [flags] * [gocd-cli configrepo](gocd-cli_configrepo.md) - Command to operate on configrepo present in GoCD [https://api.gocd.org/current/#config-repo] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_configrepo_get-all.md b/docs/doc/gocd-cli_configrepo_get-all.md index f2483ac..6838856 100644 --- a/docs/doc/gocd-cli_configrepo_get-all.md +++ b/docs/doc/gocd-cli_configrepo_get-all.md @@ -24,7 +24,6 @@ gocd-cli configrepo get-all [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli configrepo get-all [flags] * [gocd-cli configrepo](gocd-cli_configrepo.md) - Command to operate on configrepo present in GoCD [https://api.gocd.org/current/#config-repo] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_configrepo_get.md b/docs/doc/gocd-cli_configrepo_get.md index f9309aa..12e70e9 100644 --- a/docs/doc/gocd-cli_configrepo_get.md +++ b/docs/doc/gocd-cli_configrepo_get.md @@ -24,7 +24,6 @@ gocd-cli configrepo get [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli configrepo get [flags] * [gocd-cli configrepo](gocd-cli_configrepo.md) - Command to operate on configrepo present in GoCD [https://api.gocd.org/current/#config-repo] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_configrepo_list.md b/docs/doc/gocd-cli_configrepo_list.md index cb9a4b3..6db3488 100644 --- a/docs/doc/gocd-cli_configrepo_list.md +++ b/docs/doc/gocd-cli_configrepo_list.md @@ -24,7 +24,6 @@ gocd-cli configrepo list [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli configrepo list [flags] * [gocd-cli configrepo](gocd-cli_configrepo.md) - Command to operate on configrepo present in GoCD [https://api.gocd.org/current/#config-repo] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_configrepo_preflight-check.md b/docs/doc/gocd-cli_configrepo_preflight-check.md index f742acf..0cf51ee 100644 --- a/docs/doc/gocd-cli_configrepo_preflight-check.md +++ b/docs/doc/gocd-cli_configrepo_preflight-check.md @@ -28,7 +28,6 @@ gocd-cli configrepo preflight-check [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -40,4 +39,4 @@ gocd-cli configrepo preflight-check [flags] * [gocd-cli configrepo](gocd-cli_configrepo.md) - Command to operate on configrepo present in GoCD [https://api.gocd.org/current/#config-repo] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_configrepo_status.md b/docs/doc/gocd-cli_configrepo_status.md index 0375c43..1661cfb 100644 --- a/docs/doc/gocd-cli_configrepo_status.md +++ b/docs/doc/gocd-cli_configrepo_status.md @@ -24,7 +24,6 @@ gocd-cli configrepo status [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli configrepo status [flags] * [gocd-cli configrepo](gocd-cli_configrepo.md) - Command to operate on configrepo present in GoCD [https://api.gocd.org/current/#config-repo] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_configrepo_trigger-update.md b/docs/doc/gocd-cli_configrepo_trigger-update.md index 8b587da..79fbe1d 100644 --- a/docs/doc/gocd-cli_configrepo_trigger-update.md +++ b/docs/doc/gocd-cli_configrepo_trigger-update.md @@ -24,7 +24,6 @@ gocd-cli configrepo trigger-update [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli configrepo trigger-update [flags] * [gocd-cli configrepo](gocd-cli_configrepo.md) - Command to operate on configrepo present in GoCD [https://api.gocd.org/current/#config-repo] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_configrepo_update.md b/docs/doc/gocd-cli_configrepo_update.md index 86b85f3..faa377a 100644 --- a/docs/doc/gocd-cli_configrepo_update.md +++ b/docs/doc/gocd-cli_configrepo_update.md @@ -24,7 +24,6 @@ gocd-cli configrepo update [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli configrepo update [flags] * [gocd-cli configrepo](gocd-cli_configrepo.md) - Command to operate on configrepo present in GoCD [https://api.gocd.org/current/#config-repo] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_elastic-agent-profile.md b/docs/doc/gocd-cli_elastic-agent-profile.md index ec5f40b..ec37ee0 100644 --- a/docs/doc/gocd-cli_elastic-agent-profile.md +++ b/docs/doc/gocd-cli_elastic-agent-profile.md @@ -29,7 +29,6 @@ gocd-cli elastic-agent-profile [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -47,4 +46,4 @@ gocd-cli elastic-agent-profile [flags] * [gocd-cli elastic-agent-profile list](gocd-cli_elastic-agent-profile_list.md) - Command to LIST all elastic agent profiles present in GoCD [https://api.gocd.org/current/#get-all-elastic-agent-profiles] * [gocd-cli elastic-agent-profile update](gocd-cli_elastic-agent-profile_update.md) - Command to UPDATE a elastic agent profile with all specified configurations in GoCD [https://api.gocd.org/current/#update-an-elastic-agent-profile] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_elastic-agent-profile_create.md b/docs/doc/gocd-cli_elastic-agent-profile_create.md index 780ac2a..d9f00f2 100644 --- a/docs/doc/gocd-cli_elastic-agent-profile_create.md +++ b/docs/doc/gocd-cli_elastic-agent-profile_create.md @@ -24,7 +24,6 @@ gocd-cli elastic-agent-profile create [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli elastic-agent-profile create [flags] * [gocd-cli elastic-agent-profile](gocd-cli_elastic-agent-profile.md) - Command to operate on elastic-agent-profile in GoCD [https://api.gocd.org/current/#elastic-agent-profiles] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_elastic-agent-profile_delete.md b/docs/doc/gocd-cli_elastic-agent-profile_delete.md index fd77285..47b3a6c 100644 --- a/docs/doc/gocd-cli_elastic-agent-profile_delete.md +++ b/docs/doc/gocd-cli_elastic-agent-profile_delete.md @@ -24,7 +24,6 @@ gocd-cli elastic-agent-profile delete [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli elastic-agent-profile delete [flags] * [gocd-cli elastic-agent-profile](gocd-cli_elastic-agent-profile.md) - Command to operate on elastic-agent-profile in GoCD [https://api.gocd.org/current/#elastic-agent-profiles] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_elastic-agent-profile_get-all.md b/docs/doc/gocd-cli_elastic-agent-profile_get-all.md index c358755..c84bf1d 100644 --- a/docs/doc/gocd-cli_elastic-agent-profile_get-all.md +++ b/docs/doc/gocd-cli_elastic-agent-profile_get-all.md @@ -24,7 +24,6 @@ gocd-cli elastic-agent-profile get-all [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli elastic-agent-profile get-all [flags] * [gocd-cli elastic-agent-profile](gocd-cli_elastic-agent-profile.md) - Command to operate on elastic-agent-profile in GoCD [https://api.gocd.org/current/#elastic-agent-profiles] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_elastic-agent-profile_get.md b/docs/doc/gocd-cli_elastic-agent-profile_get.md index a42bd3f..61f2df9 100644 --- a/docs/doc/gocd-cli_elastic-agent-profile_get.md +++ b/docs/doc/gocd-cli_elastic-agent-profile_get.md @@ -24,7 +24,6 @@ gocd-cli elastic-agent-profile get [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli elastic-agent-profile get [flags] * [gocd-cli elastic-agent-profile](gocd-cli_elastic-agent-profile.md) - Command to operate on elastic-agent-profile in GoCD [https://api.gocd.org/current/#elastic-agent-profiles] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_elastic-agent-profile_list.md b/docs/doc/gocd-cli_elastic-agent-profile_list.md index e4fa691..f02243e 100644 --- a/docs/doc/gocd-cli_elastic-agent-profile_list.md +++ b/docs/doc/gocd-cli_elastic-agent-profile_list.md @@ -24,7 +24,6 @@ gocd-cli elastic-agent-profile list [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli elastic-agent-profile list [flags] * [gocd-cli elastic-agent-profile](gocd-cli_elastic-agent-profile.md) - Command to operate on elastic-agent-profile in GoCD [https://api.gocd.org/current/#elastic-agent-profiles] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_elastic-agent-profile_update.md b/docs/doc/gocd-cli_elastic-agent-profile_update.md index f65a929..3243fed 100644 --- a/docs/doc/gocd-cli_elastic-agent-profile_update.md +++ b/docs/doc/gocd-cli_elastic-agent-profile_update.md @@ -24,7 +24,6 @@ gocd-cli elastic-agent-profile update [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli elastic-agent-profile update [flags] * [gocd-cli elastic-agent-profile](gocd-cli_elastic-agent-profile.md) - Command to operate on elastic-agent-profile in GoCD [https://api.gocd.org/current/#elastic-agent-profiles] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_encryption.md b/docs/doc/gocd-cli_encryption.md index 146ccc5..342d4f2 100644 --- a/docs/doc/gocd-cli_encryption.md +++ b/docs/doc/gocd-cli_encryption.md @@ -30,7 +30,6 @@ gocd-cli encryption [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -44,4 +43,4 @@ gocd-cli encryption [flags] * [gocd-cli encryption decrypt](gocd-cli_encryption_decrypt.md) - Command to decrypt encrypted value [https://github.com/nikhilsbhat/gocd-sdk-go/blob/master/encryption.go#L49] * [gocd-cli encryption encrypt](gocd-cli_encryption_encrypt.md) - Command to encrypt plain text value [https://api.gocd.org/current/#encryption] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_encryption_decrypt.md b/docs/doc/gocd-cli_encryption_decrypt.md index 6ea99c4..9d49183 100644 --- a/docs/doc/gocd-cli_encryption_decrypt.md +++ b/docs/doc/gocd-cli_encryption_decrypt.md @@ -25,7 +25,6 @@ gocd-cli encryption decrypt [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -37,4 +36,4 @@ gocd-cli encryption decrypt [flags] * [gocd-cli encryption](gocd-cli_encryption.md) - Command to encrypt/decrypt plain text value [https://api.gocd.org/current/#encryption] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_encryption_encrypt.md b/docs/doc/gocd-cli_encryption_encrypt.md index 17883ce..0be9629 100644 --- a/docs/doc/gocd-cli_encryption_encrypt.md +++ b/docs/doc/gocd-cli_encryption_encrypt.md @@ -25,7 +25,6 @@ gocd-cli encryption encrypt [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -37,4 +36,4 @@ gocd-cli encryption encrypt [flags] * [gocd-cli encryption](gocd-cli_encryption.md) - Command to encrypt/decrypt plain text value [https://api.gocd.org/current/#encryption] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_environment.md b/docs/doc/gocd-cli_environment.md index b5496fb..4a697d7 100644 --- a/docs/doc/gocd-cli_environment.md +++ b/docs/doc/gocd-cli_environment.md @@ -29,7 +29,6 @@ gocd-cli environment [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -48,4 +47,4 @@ gocd-cli environment [flags] * [gocd-cli environment patch](gocd-cli_environment_patch.md) - Command to PATCH the environment with the latest specified configuration [https://api.gocd.org/current/#patch-an-environment] * [gocd-cli environment update](gocd-cli_environment_update.md) - Command to UPDATE the environment with the latest specified configuration [https://api.gocd.org/current/#update-an-environment] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_environment_create.md b/docs/doc/gocd-cli_environment_create.md index edd1c91..a53cdd9 100644 --- a/docs/doc/gocd-cli_environment_create.md +++ b/docs/doc/gocd-cli_environment_create.md @@ -24,7 +24,6 @@ gocd-cli environment create [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli environment create [flags] * [gocd-cli environment](gocd-cli_environment.md) - Command to operate on environments present in GoCD [https://api.gocd.org/current/#environment-config] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_environment_delete.md b/docs/doc/gocd-cli_environment_delete.md index b2998c3..399681e 100644 --- a/docs/doc/gocd-cli_environment_delete.md +++ b/docs/doc/gocd-cli_environment_delete.md @@ -24,7 +24,6 @@ gocd-cli environment delete [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli environment delete [flags] * [gocd-cli environment](gocd-cli_environment.md) - Command to operate on environments present in GoCD [https://api.gocd.org/current/#environment-config] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_environment_get-all.md b/docs/doc/gocd-cli_environment_get-all.md index 2ae985f..ef44960 100644 --- a/docs/doc/gocd-cli_environment_get-all.md +++ b/docs/doc/gocd-cli_environment_get-all.md @@ -24,7 +24,6 @@ gocd-cli environment get-all [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli environment get-all [flags] * [gocd-cli environment](gocd-cli_environment.md) - Command to operate on environments present in GoCD [https://api.gocd.org/current/#environment-config] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_environment_get.md b/docs/doc/gocd-cli_environment_get.md index b5341b4..f5251bd 100644 --- a/docs/doc/gocd-cli_environment_get.md +++ b/docs/doc/gocd-cli_environment_get.md @@ -24,7 +24,6 @@ gocd-cli environment get [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli environment get [flags] * [gocd-cli environment](gocd-cli_environment.md) - Command to operate on environments present in GoCD [https://api.gocd.org/current/#environment-config] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_environment_list.md b/docs/doc/gocd-cli_environment_list.md index 5cf6ec8..b1ae959 100644 --- a/docs/doc/gocd-cli_environment_list.md +++ b/docs/doc/gocd-cli_environment_list.md @@ -24,7 +24,6 @@ gocd-cli environment list [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli environment list [flags] * [gocd-cli environment](gocd-cli_environment.md) - Command to operate on environments present in GoCD [https://api.gocd.org/current/#environment-config] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_environment_patch.md b/docs/doc/gocd-cli_environment_patch.md index 1d1d0b6..ed138c5 100644 --- a/docs/doc/gocd-cli_environment_patch.md +++ b/docs/doc/gocd-cli_environment_patch.md @@ -24,7 +24,6 @@ gocd-cli environment patch [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli environment patch [flags] * [gocd-cli environment](gocd-cli_environment.md) - Command to operate on environments present in GoCD [https://api.gocd.org/current/#environment-config] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_environment_update.md b/docs/doc/gocd-cli_environment_update.md index bcb4f87..b48d3e3 100644 --- a/docs/doc/gocd-cli_environment_update.md +++ b/docs/doc/gocd-cli_environment_update.md @@ -24,7 +24,6 @@ gocd-cli environment update [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli environment update [flags] * [gocd-cli environment](gocd-cli_environment.md) - Command to operate on environments present in GoCD [https://api.gocd.org/current/#environment-config] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_job.md b/docs/doc/gocd-cli_job.md index 77d0277..0339ef8 100644 --- a/docs/doc/gocd-cli_job.md +++ b/docs/doc/gocd-cli_job.md @@ -30,7 +30,6 @@ gocd-cli job [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -43,4 +42,4 @@ gocd-cli job [flags] * [gocd-cli](gocd-cli.md) - Command line interface for GoCD * [gocd-cli job scheduled](gocd-cli_job_scheduled.md) - Command to GET a list of scheduled jobs in GoCD [https://api.gocd.org/current/#scheduled-jobs] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_job_scheduled.md b/docs/doc/gocd-cli_job_scheduled.md index 236b9b5..2aed890 100644 --- a/docs/doc/gocd-cli_job_scheduled.md +++ b/docs/doc/gocd-cli_job_scheduled.md @@ -38,7 +38,6 @@ gocd-cli job scheduled" -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -50,4 +49,4 @@ gocd-cli job scheduled" * [gocd-cli job](gocd-cli_job.md) - Command to operate on jobs present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_maintenance.md b/docs/doc/gocd-cli_maintenance.md index 93fa7f2..29a2876 100644 --- a/docs/doc/gocd-cli_maintenance.md +++ b/docs/doc/gocd-cli_maintenance.md @@ -31,7 +31,6 @@ gocd-cli maintenance [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -46,4 +45,4 @@ gocd-cli maintenance [flags] [https://api.gocd.org/current/#enable-maintenance-mode,https://api.gocd.org/current/#disable-maintenance-mode] * [gocd-cli maintenance get](gocd-cli_maintenance_get.md) - Command to GET a maintenance mode information from GoCD [https://api.gocd.org/current/#get-maintenance-mode-info] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_maintenance_action.md b/docs/doc/gocd-cli_maintenance_action.md index 820c2dd..b3b7bf3 100644 --- a/docs/doc/gocd-cli_maintenance_action.md +++ b/docs/doc/gocd-cli_maintenance_action.md @@ -33,7 +33,6 @@ gocd-cli maintenance --enable/--disable -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -45,4 +44,4 @@ gocd-cli maintenance --enable/--disable * [gocd-cli maintenance](gocd-cli_maintenance.md) - Command to operate on maintenance modes in GoCD [https://api.gocd.org/current/#maintenance-mode] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_maintenance_get.md b/docs/doc/gocd-cli_maintenance_get.md index d43d644..9c057a5 100644 --- a/docs/doc/gocd-cli_maintenance_get.md +++ b/docs/doc/gocd-cli_maintenance_get.md @@ -32,7 +32,6 @@ gocd-cli maintenance get -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -44,4 +43,4 @@ gocd-cli maintenance get * [gocd-cli maintenance](gocd-cli_maintenance.md) - Command to operate on maintenance modes in GoCD [https://api.gocd.org/current/#maintenance-mode] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline-group.md b/docs/doc/gocd-cli_pipeline-group.md index 12f395e..162bb41 100644 --- a/docs/doc/gocd-cli_pipeline-group.md +++ b/docs/doc/gocd-cli_pipeline-group.md @@ -29,7 +29,6 @@ gocd-cli pipeline-group [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -47,4 +46,4 @@ gocd-cli pipeline-group [flags] * [gocd-cli pipeline-group list](gocd-cli_pipeline-group_list.md) - Command to LIST all the pipeline group present in GoCD [https://api.gocd.org/current/#get-all-pipeline-groups] * [gocd-cli pipeline-group update](gocd-cli_pipeline-group_update.md) - Command to UPDATE the pipeline group with the latest specified configuration [https://api.gocd.org/current/#update-a-pipeline-group] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline-group_create.md b/docs/doc/gocd-cli_pipeline-group_create.md index 408c219..00e146a 100644 --- a/docs/doc/gocd-cli_pipeline-group_create.md +++ b/docs/doc/gocd-cli_pipeline-group_create.md @@ -31,7 +31,6 @@ gocd-cli pipeline-group create movies --from-file pipeline-group-movies.yaml --l -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -43,4 +42,4 @@ gocd-cli pipeline-group create movies --from-file pipeline-group-movies.yaml --l * [gocd-cli pipeline-group](gocd-cli_pipeline-group.md) - Command to operate on pipeline groups present in GoCD [https://api.gocd.org/current/#pipeline-group-config] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline-group_delete.md b/docs/doc/gocd-cli_pipeline-group_delete.md index 4a469a3..47f1331 100644 --- a/docs/doc/gocd-cli_pipeline-group_delete.md +++ b/docs/doc/gocd-cli_pipeline-group_delete.md @@ -30,7 +30,6 @@ gocd-cli pipeline-group delete movies -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -42,4 +41,4 @@ gocd-cli pipeline-group delete movies * [gocd-cli pipeline-group](gocd-cli_pipeline-group.md) - Command to operate on pipeline groups present in GoCD [https://api.gocd.org/current/#pipeline-group-config] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline-group_get-all.md b/docs/doc/gocd-cli_pipeline-group_get-all.md index 89f7eb9..85149c5 100644 --- a/docs/doc/gocd-cli_pipeline-group_get-all.md +++ b/docs/doc/gocd-cli_pipeline-group_get-all.md @@ -31,7 +31,6 @@ gocd-cli pipeline-group get-all --query "[*] | name eq sample-group" -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -43,4 +42,4 @@ gocd-cli pipeline-group get-all --query "[*] | name eq sample-group" * [gocd-cli pipeline-group](gocd-cli_pipeline-group.md) - Command to operate on pipeline groups present in GoCD [https://api.gocd.org/current/#pipeline-group-config] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline-group_get.md b/docs/doc/gocd-cli_pipeline-group_get.md index 29dd722..ed29c46 100644 --- a/docs/doc/gocd-cli_pipeline-group_get.md +++ b/docs/doc/gocd-cli_pipeline-group_get.md @@ -31,7 +31,6 @@ gocd-cli pipeline-group get movies --query "pipelines.[*] | name" --yaml -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -43,4 +42,4 @@ gocd-cli pipeline-group get movies --query "pipelines.[*] | name" --yaml * [gocd-cli pipeline-group](gocd-cli_pipeline-group.md) - Command to operate on pipeline groups present in GoCD [https://api.gocd.org/current/#pipeline-group-config] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline-group_list.md b/docs/doc/gocd-cli_pipeline-group_list.md index accc0c4..785a841 100644 --- a/docs/doc/gocd-cli_pipeline-group_list.md +++ b/docs/doc/gocd-cli_pipeline-group_list.md @@ -30,7 +30,6 @@ gocd-cli pipeline-group list -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -42,4 +41,4 @@ gocd-cli pipeline-group list * [gocd-cli pipeline-group](gocd-cli_pipeline-group.md) - Command to operate on pipeline groups present in GoCD [https://api.gocd.org/current/#pipeline-group-config] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline-group_update.md b/docs/doc/gocd-cli_pipeline-group_update.md index 5e02c59..bebd6df 100644 --- a/docs/doc/gocd-cli_pipeline-group_update.md +++ b/docs/doc/gocd-cli_pipeline-group_update.md @@ -31,7 +31,6 @@ gocd-cli pipeline-group update movies --from-file pipeline-group-movies.yaml --l -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -43,4 +42,4 @@ gocd-cli pipeline-group update movies --from-file pipeline-group-movies.yaml --l * [gocd-cli pipeline-group](gocd-cli_pipeline-group.md) - Command to operate on pipeline groups present in GoCD [https://api.gocd.org/current/#pipeline-group-config] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline.md b/docs/doc/gocd-cli_pipeline.md index 0016d30..59b9bb0 100644 --- a/docs/doc/gocd-cli_pipeline.md +++ b/docs/doc/gocd-cli_pipeline.md @@ -30,7 +30,6 @@ gocd-cli pipeline [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -55,4 +54,4 @@ gocd-cli pipeline [flags] * [gocd-cli pipeline template](gocd-cli_pipeline_template.md) - Command to EXTRACT template from specific pipeline instance present in GoCD [https://api.gocd.org/current/#extract-template-from-pipeline] * [gocd-cli pipeline update](gocd-cli_pipeline_update.md) - Command to UPDATE the pipeline config with the latest specified configuration [https://api.gocd.org/current/#edit-pipeline-config] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline_action.md b/docs/doc/gocd-cli_pipeline_action.md index c8bc3a6..19acc47 100644 --- a/docs/doc/gocd-cli_pipeline_action.md +++ b/docs/doc/gocd-cli_pipeline_action.md @@ -39,7 +39,6 @@ gocd-cli pipeline action sample-pipeline --pause/--un-pause -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -51,4 +50,4 @@ gocd-cli pipeline action sample-pipeline --pause/--un-pause * [gocd-cli pipeline](gocd-cli_pipeline.md) - Command to operate on pipelines present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline_comment.md b/docs/doc/gocd-cli_pipeline_comment.md index 40e0e83..9a1da7b 100644 --- a/docs/doc/gocd-cli_pipeline_comment.md +++ b/docs/doc/gocd-cli_pipeline_comment.md @@ -38,7 +38,6 @@ gocd-cli pipeline comment --message "message to be commented" -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -50,4 +49,4 @@ gocd-cli pipeline comment --message "message to be commented" * [gocd-cli pipeline](gocd-cli_pipeline.md) - Command to operate on pipelines present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline_create.md b/docs/doc/gocd-cli_pipeline_create.md index e68df03..cd8af89 100644 --- a/docs/doc/gocd-cli_pipeline_create.md +++ b/docs/doc/gocd-cli_pipeline_create.md @@ -39,7 +39,6 @@ gocd-cli pipeline create sample-pipeline --from-file sample-pipeline.yaml --log- -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -51,4 +50,4 @@ gocd-cli pipeline create sample-pipeline --from-file sample-pipeline.yaml --log- * [gocd-cli pipeline](gocd-cli_pipeline.md) - Command to operate on pipelines present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline_delete.md b/docs/doc/gocd-cli_pipeline_delete.md index 51d14f3..b4a77ef 100644 --- a/docs/doc/gocd-cli_pipeline_delete.md +++ b/docs/doc/gocd-cli_pipeline_delete.md @@ -30,7 +30,6 @@ gocd-cli pipeline delete movies -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -42,4 +41,4 @@ gocd-cli pipeline delete movies * [gocd-cli pipeline](gocd-cli_pipeline.md) - Command to operate on pipelines present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline_get-all.md b/docs/doc/gocd-cli_pipeline_get-all.md index 3f4ff41..8ca6b05 100644 --- a/docs/doc/gocd-cli_pipeline_get-all.md +++ b/docs/doc/gocd-cli_pipeline_get-all.md @@ -30,7 +30,6 @@ gocd-cli pipeline get-all --query "[*] | name eq sample-group" -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -42,4 +41,4 @@ gocd-cli pipeline get-all --query "[*] | name eq sample-group" * [gocd-cli pipeline](gocd-cli_pipeline.md) - Command to operate on pipelines present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline_get.md b/docs/doc/gocd-cli_pipeline_get.md index 9380b07..819d672 100644 --- a/docs/doc/gocd-cli_pipeline_get.md +++ b/docs/doc/gocd-cli_pipeline_get.md @@ -30,7 +30,6 @@ gocd-cli pipeline get sample-pipeline --query "[*] | name eq sample-group" -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -42,4 +41,4 @@ gocd-cli pipeline get sample-pipeline --query "[*] | name eq sample-group" * [gocd-cli pipeline](gocd-cli_pipeline.md) - Command to operate on pipelines present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline_instance.md b/docs/doc/gocd-cli_pipeline_instance.md index 83276eb..35d3537 100644 --- a/docs/doc/gocd-cli_pipeline_instance.md +++ b/docs/doc/gocd-cli_pipeline_instance.md @@ -38,7 +38,6 @@ gocd-cli pipeline instance sample-pipeline --instance 10 -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -50,4 +49,4 @@ gocd-cli pipeline instance sample-pipeline --instance 10 * [gocd-cli pipeline](gocd-cli_pipeline.md) - Command to operate on pipelines present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline_list.md b/docs/doc/gocd-cli_pipeline_list.md index 8e5c009..5650263 100644 --- a/docs/doc/gocd-cli_pipeline_list.md +++ b/docs/doc/gocd-cli_pipeline_list.md @@ -30,7 +30,6 @@ gocd-cli pipeline list -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -42,4 +41,4 @@ gocd-cli pipeline list * [gocd-cli pipeline](gocd-cli_pipeline.md) - Command to operate on pipelines present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline_schedule.md b/docs/doc/gocd-cli_pipeline_schedule.md index 93db93f..f583ac4 100644 --- a/docs/doc/gocd-cli_pipeline_schedule.md +++ b/docs/doc/gocd-cli_pipeline_schedule.md @@ -38,7 +38,6 @@ gocd-cli pipeline schedule --name sample --from-file schedule-config.yaml -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -50,4 +49,4 @@ gocd-cli pipeline schedule --name sample --from-file schedule-config.yaml * [gocd-cli pipeline](gocd-cli_pipeline.md) - Command to operate on pipelines present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline_status.md b/docs/doc/gocd-cli_pipeline_status.md index bd9021c..a1c0320 100644 --- a/docs/doc/gocd-cli_pipeline_status.md +++ b/docs/doc/gocd-cli_pipeline_status.md @@ -30,7 +30,6 @@ gocd-cli pipeline status sample-pipeline -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -42,4 +41,4 @@ gocd-cli pipeline status sample-pipeline * [gocd-cli pipeline](gocd-cli_pipeline.md) - Command to operate on pipelines present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline_template.md b/docs/doc/gocd-cli_pipeline_template.md index 6523b75..8d528d4 100644 --- a/docs/doc/gocd-cli_pipeline_template.md +++ b/docs/doc/gocd-cli_pipeline_template.md @@ -38,7 +38,6 @@ gocd-cli pipeline template --name sample-pipeline --template-name sample-templat -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -50,4 +49,4 @@ gocd-cli pipeline template --name sample-pipeline --template-name sample-templat * [gocd-cli pipeline](gocd-cli_pipeline.md) - Command to operate on pipelines present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_pipeline_update.md b/docs/doc/gocd-cli_pipeline_update.md index 919d733..2756b2c 100644 --- a/docs/doc/gocd-cli_pipeline_update.md +++ b/docs/doc/gocd-cli_pipeline_update.md @@ -39,7 +39,6 @@ gocd-cli pipeline update sample-movies --from-file sample-movies.yaml --log-leve -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -51,4 +50,4 @@ gocd-cli pipeline update sample-movies --from-file sample-movies.yaml --log-leve * [gocd-cli pipeline](gocd-cli_pipeline.md) - Command to operate on pipelines present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_plugin.md b/docs/doc/gocd-cli_plugin.md index 6f869cf..772dc0d 100644 --- a/docs/doc/gocd-cli_plugin.md +++ b/docs/doc/gocd-cli_plugin.md @@ -29,7 +29,6 @@ gocd-cli plugin [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -47,4 +46,4 @@ gocd-cli plugin [flags] * [gocd-cli plugin list](gocd-cli_plugin_list.md) - Command to LIST all plugins present in GoCD * [gocd-cli plugin update-settings](gocd-cli_plugin_update-settings.md) - Command to UPDATE settings of a specified plugin present in GoCD [https://api.gocd.org/current/#update-plugin-settings] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_plugin_create-settings.md b/docs/doc/gocd-cli_plugin_create-settings.md index 564e819..09a07b5 100644 --- a/docs/doc/gocd-cli_plugin_create-settings.md +++ b/docs/doc/gocd-cli_plugin_create-settings.md @@ -24,7 +24,6 @@ gocd-cli plugin create-settings [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli plugin create-settings [flags] * [gocd-cli plugin](gocd-cli_plugin.md) - Command to operate on plugins present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_plugin_get-info-all.md b/docs/doc/gocd-cli_plugin_get-info-all.md index 97d07a8..7d528ae 100644 --- a/docs/doc/gocd-cli_plugin_get-info-all.md +++ b/docs/doc/gocd-cli_plugin_get-info-all.md @@ -24,7 +24,6 @@ gocd-cli plugin get-info-all [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli plugin get-info-all [flags] * [gocd-cli plugin](gocd-cli_plugin.md) - Command to operate on plugins present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_plugin_get-info.md b/docs/doc/gocd-cli_plugin_get-info.md index 374d1ea..4413325 100644 --- a/docs/doc/gocd-cli_plugin_get-info.md +++ b/docs/doc/gocd-cli_plugin_get-info.md @@ -24,7 +24,6 @@ gocd-cli plugin get-info [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli plugin get-info [flags] * [gocd-cli plugin](gocd-cli_plugin.md) - Command to operate on plugins present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_plugin_get-settings.md b/docs/doc/gocd-cli_plugin_get-settings.md index 90e371b..3f00056 100644 --- a/docs/doc/gocd-cli_plugin_get-settings.md +++ b/docs/doc/gocd-cli_plugin_get-settings.md @@ -24,7 +24,6 @@ gocd-cli plugin get-settings [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli plugin get-settings [flags] * [gocd-cli plugin](gocd-cli_plugin.md) - Command to operate on plugins present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_plugin_list.md b/docs/doc/gocd-cli_plugin_list.md index fce3c19..9fa7ca4 100644 --- a/docs/doc/gocd-cli_plugin_list.md +++ b/docs/doc/gocd-cli_plugin_list.md @@ -24,7 +24,6 @@ gocd-cli plugin list [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli plugin list [flags] * [gocd-cli plugin](gocd-cli_plugin.md) - Command to operate on plugins present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_plugin_update-settings.md b/docs/doc/gocd-cli_plugin_update-settings.md index 472b7cb..0530ea6 100644 --- a/docs/doc/gocd-cli_plugin_update-settings.md +++ b/docs/doc/gocd-cli_plugin_update-settings.md @@ -24,7 +24,6 @@ gocd-cli plugin update-settings [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli plugin update-settings [flags] * [gocd-cli plugin](gocd-cli_plugin.md) - Command to operate on plugins present in GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_server.md b/docs/doc/gocd-cli_server.md index ae463f4..a1ce0cc 100644 --- a/docs/doc/gocd-cli_server.md +++ b/docs/doc/gocd-cli_server.md @@ -29,7 +29,6 @@ gocd-cli server [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -43,4 +42,4 @@ gocd-cli server [flags] * [gocd-cli server health](gocd-cli_server_health.md) - Command to monitor if the GoCD server is up and running [https://api.gocd.org/current/#check-server-health] * [gocd-cli server health-messages](gocd-cli_server_health-messages.md) - Command to see any errors and warnings generated by the GoCD server as part of its normal routine [https://api.gocd.org/current/#get-server-health-messages] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_server_health-messages.md b/docs/doc/gocd-cli_server_health-messages.md index 12db176..55a746a 100644 --- a/docs/doc/gocd-cli_server_health-messages.md +++ b/docs/doc/gocd-cli_server_health-messages.md @@ -24,7 +24,6 @@ gocd-cli server health-messages [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli server health-messages [flags] * [gocd-cli server](gocd-cli_server.md) - Command to operate on GoCD server health status -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_server_health.md b/docs/doc/gocd-cli_server_health.md index a630fd2..dcb80a6 100644 --- a/docs/doc/gocd-cli_server_health.md +++ b/docs/doc/gocd-cli_server_health.md @@ -24,7 +24,6 @@ gocd-cli server health [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli server health [flags] * [gocd-cli server](gocd-cli_server.md) - Command to operate on GoCD server health status -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_user.md b/docs/doc/gocd-cli_user.md index de0089b..ac68d27 100644 --- a/docs/doc/gocd-cli_user.md +++ b/docs/doc/gocd-cli_user.md @@ -29,7 +29,6 @@ gocd-cli user [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -47,4 +46,4 @@ gocd-cli user [flags] * [gocd-cli user get-all](gocd-cli_user_get-all.md) - Command to GET all users present in GoCD [https://api.gocd.org/current/#get-all-users] * [gocd-cli user update](gocd-cli_user_update.md) - Command to UPDATE user present in GoCD [https://api.gocd.org/current/#update-a-user] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_user_create.md b/docs/doc/gocd-cli_user_create.md index 2ff47f0..938e6dc 100644 --- a/docs/doc/gocd-cli_user_create.md +++ b/docs/doc/gocd-cli_user_create.md @@ -24,7 +24,6 @@ gocd-cli user create [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli user create [flags] * [gocd-cli user](gocd-cli_user.md) - Command to operate on users in GoCD [https://api.gocd.org/current/#users] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_user_delete-bulk.md b/docs/doc/gocd-cli_user_delete-bulk.md index 1bdfbe6..6574443 100644 --- a/docs/doc/gocd-cli_user_delete-bulk.md +++ b/docs/doc/gocd-cli_user_delete-bulk.md @@ -24,7 +24,6 @@ gocd-cli user delete-bulk [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli user delete-bulk [flags] * [gocd-cli user](gocd-cli_user.md) - Command to operate on users in GoCD [https://api.gocd.org/current/#users] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_user_delete.md b/docs/doc/gocd-cli_user_delete.md index d051c26..b06657c 100644 --- a/docs/doc/gocd-cli_user_delete.md +++ b/docs/doc/gocd-cli_user_delete.md @@ -24,7 +24,6 @@ gocd-cli user delete [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli user delete [flags] * [gocd-cli user](gocd-cli_user.md) - Command to operate on users in GoCD [https://api.gocd.org/current/#users] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_user_get-all.md b/docs/doc/gocd-cli_user_get-all.md index 8cfec04..f5737ae 100644 --- a/docs/doc/gocd-cli_user_get-all.md +++ b/docs/doc/gocd-cli_user_get-all.md @@ -24,7 +24,6 @@ gocd-cli user get-all [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli user get-all [flags] * [gocd-cli user](gocd-cli_user.md) - Command to operate on users in GoCD [https://api.gocd.org/current/#users] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_user_get.md b/docs/doc/gocd-cli_user_get.md index 66cb039..2fe6fc6 100644 --- a/docs/doc/gocd-cli_user_get.md +++ b/docs/doc/gocd-cli_user_get.md @@ -24,7 +24,6 @@ gocd-cli user get [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli user get [flags] * [gocd-cli user](gocd-cli_user.md) - Command to operate on users in GoCD [https://api.gocd.org/current/#users] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_user_update.md b/docs/doc/gocd-cli_user_update.md index bd39dbd..8cf6a0a 100644 --- a/docs/doc/gocd-cli_user_update.md +++ b/docs/doc/gocd-cli_user_update.md @@ -24,7 +24,6 @@ gocd-cli user update [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -36,4 +35,4 @@ gocd-cli user update [flags] * [gocd-cli user](gocd-cli_user.md) - Command to operate on users in GoCD [https://api.gocd.org/current/#users] -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023 diff --git a/docs/doc/gocd-cli_version.md b/docs/doc/gocd-cli_version.md index 52afe6a..a17e4fb 100644 --- a/docs/doc/gocd-cli_version.md +++ b/docs/doc/gocd-cli_version.md @@ -28,7 +28,6 @@ gocd-cli version [flags] -p, --password string password to authenticate with GoCD server -q, --query string query to filter the results, ex: '.material.attributes.type | id eq git'. this uses library gojsonq beneath more queries can be found here https://github.com/thedevsaddam/gojsonq/wiki/Queries - --save-config enable this to locally save auth configs used to connect GoCD server (path: $HOME/.gocd/auth_config.yaml) --server-url string GoCD server URL base path (default "http://localhost:8153/go") --skip-cache-config if enabled locally save auth configs would not be used to authenticate GoCD server (path: $HOME/.gocd/auth_config.yaml) --to-file string file to which the output needs to be written to (this works only if --yaml or --json is enabled) @@ -40,4 +39,4 @@ gocd-cli version [flags] * [gocd-cli](gocd-cli.md) - Command line interface for GoCD -###### Auto generated by spf13/cobra on 21-Mar-2023 +###### Auto generated by spf13/cobra on 13-Jun-2023