diff --git a/docs/docs/ref/cli/minder.md b/docs/docs/ref/cli/minder.md index 680b67d325..ce6682b19d 100644 --- a/docs/docs/ref/cli/minder.md +++ b/docs/docs/ref/cli/minder.md @@ -14,13 +14,13 @@ https://docs.stacklok.com/minder ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) -h, --help help for minder --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_artifact.md b/docs/docs/ref/cli/minder_artifact.md index 06b16af7f7..a3e23f0988 100644 --- a/docs/docs/ref/cli/minder_artifact.md +++ b/docs/docs/ref/cli/minder_artifact.md @@ -23,12 +23,12 @@ minder artifact [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_artifact_get.md b/docs/docs/ref/cli/minder_artifact_get.md index eb5365b36d..671e0aecae 100644 --- a/docs/docs/ref/cli/minder_artifact_get.md +++ b/docs/docs/ref/cli/minder_artifact_get.md @@ -26,12 +26,12 @@ minder artifact get [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_artifact_list.md b/docs/docs/ref/cli/minder_artifact_list.md index c01cacdc53..4f3bad6421 100644 --- a/docs/docs/ref/cli/minder_artifact_list.md +++ b/docs/docs/ref/cli/minder_artifact_list.md @@ -26,12 +26,12 @@ minder artifact list [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_auth.md b/docs/docs/ref/cli/minder_auth.md index ec522ab0d3..00f93918c6 100644 --- a/docs/docs/ref/cli/minder_auth.md +++ b/docs/docs/ref/cli/minder_auth.md @@ -24,12 +24,12 @@ minder auth [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_auth_delete.md b/docs/docs/ref/cli/minder_auth_delete.md index ce88b7fd30..df91a50cc7 100644 --- a/docs/docs/ref/cli/minder_auth_delete.md +++ b/docs/docs/ref/cli/minder_auth_delete.md @@ -23,12 +23,12 @@ minder auth delete [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_auth_login.md b/docs/docs/ref/cli/minder_auth_login.md index 4f1b418a0e..8f66c1127e 100644 --- a/docs/docs/ref/cli/minder_auth_login.md +++ b/docs/docs/ref/cli/minder_auth_login.md @@ -24,12 +24,12 @@ minder auth login [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_auth_logout.md b/docs/docs/ref/cli/minder_auth_logout.md index acc1c99e07..003e9dec06 100644 --- a/docs/docs/ref/cli/minder_auth_logout.md +++ b/docs/docs/ref/cli/minder_auth_logout.md @@ -23,12 +23,12 @@ minder auth logout [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_auth_revoke_provider.md b/docs/docs/ref/cli/minder_auth_revoke_provider.md index 95efed7b02..bce8b5499a 100644 --- a/docs/docs/ref/cli/minder_auth_revoke_provider.md +++ b/docs/docs/ref/cli/minder_auth_revoke_provider.md @@ -26,12 +26,12 @@ minder auth revoke_provider [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_auth_whoami.md b/docs/docs/ref/cli/minder_auth_whoami.md index ee389032fb..8349b6d97d 100644 --- a/docs/docs/ref/cli/minder_auth_whoami.md +++ b/docs/docs/ref/cli/minder_auth_whoami.md @@ -23,12 +23,12 @@ minder auth whoami [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_completion.md b/docs/docs/ref/cli/minder_completion.md index d8518f3938..da055b6339 100644 --- a/docs/docs/ref/cli/minder_completion.md +++ b/docs/docs/ref/cli/minder_completion.md @@ -21,12 +21,12 @@ See each sub-command's help for details on how to use the generated script. ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_completion_bash.md b/docs/docs/ref/cli/minder_completion_bash.md index d10e068112..9d353925d7 100644 --- a/docs/docs/ref/cli/minder_completion_bash.md +++ b/docs/docs/ref/cli/minder_completion_bash.md @@ -44,12 +44,12 @@ minder completion bash ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_completion_fish.md b/docs/docs/ref/cli/minder_completion_fish.md index c372d93d91..71c9351e83 100644 --- a/docs/docs/ref/cli/minder_completion_fish.md +++ b/docs/docs/ref/cli/minder_completion_fish.md @@ -35,12 +35,12 @@ minder completion fish [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_completion_powershell.md b/docs/docs/ref/cli/minder_completion_powershell.md index 261e8c7254..4e9256161c 100644 --- a/docs/docs/ref/cli/minder_completion_powershell.md +++ b/docs/docs/ref/cli/minder_completion_powershell.md @@ -32,12 +32,12 @@ minder completion powershell [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_completion_zsh.md b/docs/docs/ref/cli/minder_completion_zsh.md index 626cc5bee4..32d932b5ac 100644 --- a/docs/docs/ref/cli/minder_completion_zsh.md +++ b/docs/docs/ref/cli/minder_completion_zsh.md @@ -46,12 +46,12 @@ minder completion zsh [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_docs.md b/docs/docs/ref/cli/minder_docs.md index ad4250b6fa..2a67d85979 100644 --- a/docs/docs/ref/cli/minder_docs.md +++ b/docs/docs/ref/cli/minder_docs.md @@ -23,12 +23,12 @@ minder docs [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_profile.md b/docs/docs/ref/cli/minder_profile.md index 04933702cb..2bc0c833c2 100644 --- a/docs/docs/ref/cli/minder_profile.md +++ b/docs/docs/ref/cli/minder_profile.md @@ -24,12 +24,12 @@ minder profile [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_profile_create.md b/docs/docs/ref/cli/minder_profile_create.md index b0ecf530bb..2f20104913 100644 --- a/docs/docs/ref/cli/minder_profile_create.md +++ b/docs/docs/ref/cli/minder_profile_create.md @@ -26,12 +26,12 @@ minder profile create [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_profile_delete.md b/docs/docs/ref/cli/minder_profile_delete.md index 9ac40caefc..709772b78f 100644 --- a/docs/docs/ref/cli/minder_profile_delete.md +++ b/docs/docs/ref/cli/minder_profile_delete.md @@ -26,12 +26,12 @@ minder profile delete [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_profile_get.md b/docs/docs/ref/cli/minder_profile_get.md index 31a07bca5c..d349885d52 100644 --- a/docs/docs/ref/cli/minder_profile_get.md +++ b/docs/docs/ref/cli/minder_profile_get.md @@ -27,12 +27,12 @@ minder profile get [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_profile_list.md b/docs/docs/ref/cli/minder_profile_list.md index 991d79197c..71c06c4e84 100644 --- a/docs/docs/ref/cli/minder_profile_list.md +++ b/docs/docs/ref/cli/minder_profile_list.md @@ -26,12 +26,12 @@ minder profile list [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_profile_status.md b/docs/docs/ref/cli/minder_profile_status.md index d3a717f7e5..7340e2021b 100644 --- a/docs/docs/ref/cli/minder_profile_status.md +++ b/docs/docs/ref/cli/minder_profile_status.md @@ -24,12 +24,12 @@ minder profile_status [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_profile_status_get.md b/docs/docs/ref/cli/minder_profile_status_get.md index 8c72490023..32a8dbaecd 100644 --- a/docs/docs/ref/cli/minder_profile_status_get.md +++ b/docs/docs/ref/cli/minder_profile_status_get.md @@ -30,12 +30,12 @@ minder profile_status get [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_profile_status_list.md b/docs/docs/ref/cli/minder_profile_status_list.md index c0047d59e6..2d43a8331e 100644 --- a/docs/docs/ref/cli/minder_profile_status_list.md +++ b/docs/docs/ref/cli/minder_profile_status_list.md @@ -30,12 +30,12 @@ minder profile_status list [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_provider.md b/docs/docs/ref/cli/minder_provider.md index 706512ee1f..3a38eef411 100644 --- a/docs/docs/ref/cli/minder_provider.md +++ b/docs/docs/ref/cli/minder_provider.md @@ -23,12 +23,12 @@ minder provider [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_provider_enroll.md b/docs/docs/ref/cli/minder_provider_enroll.md index fb94863e49..bb1813cf2e 100644 --- a/docs/docs/ref/cli/minder_provider_enroll.md +++ b/docs/docs/ref/cli/minder_provider_enroll.md @@ -29,12 +29,12 @@ minder provider enroll [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_repo.md b/docs/docs/ref/cli/minder_repo.md index 92b21b8f83..edf6633763 100644 --- a/docs/docs/ref/cli/minder_repo.md +++ b/docs/docs/ref/cli/minder_repo.md @@ -24,12 +24,12 @@ minder repo [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_repo_delete.md b/docs/docs/ref/cli/minder_repo_delete.md index fbd456ee85..7880cdb403 100644 --- a/docs/docs/ref/cli/minder_repo_delete.md +++ b/docs/docs/ref/cli/minder_repo_delete.md @@ -18,7 +18,6 @@ minder repo delete [flags] ``` -h, --help help for delete -n, --name string Name of the repository (owner/name format) - -f, --output string Output format (json or yaml) -p, --provider string Name of the enrolled provider -r, --repo-id string ID of the repo to delete -s, --status Only return the status of the profiles associated to this repo @@ -28,12 +27,12 @@ minder repo delete [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_repo_get.md b/docs/docs/ref/cli/minder_repo_get.md index 5e51f4b084..39f0da8ebd 100644 --- a/docs/docs/ref/cli/minder_repo_get.md +++ b/docs/docs/ref/cli/minder_repo_get.md @@ -28,12 +28,12 @@ minder repo get [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_repo_list.md b/docs/docs/ref/cli/minder_repo_list.md index 250325df69..486ddce798 100644 --- a/docs/docs/ref/cli/minder_repo_list.md +++ b/docs/docs/ref/cli/minder_repo_list.md @@ -26,12 +26,12 @@ minder repo list [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_repo_register.md b/docs/docs/ref/cli/minder_repo_register.md index a6b996772e..00348e0447 100644 --- a/docs/docs/ref/cli/minder_repo_register.md +++ b/docs/docs/ref/cli/minder_repo_register.md @@ -26,12 +26,12 @@ minder repo register [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_rule_type.md b/docs/docs/ref/cli/minder_rule_type.md index 8256543bc5..8149d5a999 100644 --- a/docs/docs/ref/cli/minder_rule_type.md +++ b/docs/docs/ref/cli/minder_rule_type.md @@ -24,12 +24,12 @@ minder rule_type [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_rule_type_apply.md b/docs/docs/ref/cli/minder_rule_type_apply.md index d220924081..e5f42764d0 100644 --- a/docs/docs/ref/cli/minder_rule_type_apply.md +++ b/docs/docs/ref/cli/minder_rule_type_apply.md @@ -25,12 +25,12 @@ minder rule_type apply [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_rule_type_create.md b/docs/docs/ref/cli/minder_rule_type_create.md index 36bf18dc77..b98083e62f 100644 --- a/docs/docs/ref/cli/minder_rule_type_create.md +++ b/docs/docs/ref/cli/minder_rule_type_create.md @@ -25,12 +25,12 @@ minder rule_type create [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_rule_type_delete.md b/docs/docs/ref/cli/minder_rule_type_delete.md index 35f09a6f48..faf043e6f4 100644 --- a/docs/docs/ref/cli/minder_rule_type_delete.md +++ b/docs/docs/ref/cli/minder_rule_type_delete.md @@ -27,12 +27,12 @@ minder rule_type delete [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_rule_type_get.md b/docs/docs/ref/cli/minder_rule_type_get.md index c7f89f2056..131b005dac 100644 --- a/docs/docs/ref/cli/minder_rule_type_get.md +++ b/docs/docs/ref/cli/minder_rule_type_get.md @@ -27,12 +27,12 @@ minder rule_type get [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_rule_type_list.md b/docs/docs/ref/cli/minder_rule_type_list.md index d10e27951a..eaab8ec4a1 100644 --- a/docs/docs/ref/cli/minder_rule_type_list.md +++ b/docs/docs/ref/cli/minder_rule_type_list.md @@ -26,12 +26,12 @@ minder rule_type list [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_rule_type_update.md b/docs/docs/ref/cli/minder_rule_type_update.md index beff4949a6..6ef2f95c6e 100644 --- a/docs/docs/ref/cli/minder_rule_type_update.md +++ b/docs/docs/ref/cli/minder_rule_type_update.md @@ -25,12 +25,12 @@ minder rule_type update [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO diff --git a/docs/docs/ref/cli/minder_version.md b/docs/docs/ref/cli/minder_version.md index 925f7b6018..85217f09b7 100644 --- a/docs/docs/ref/cli/minder_version.md +++ b/docs/docs/ref/cli/minder_version.md @@ -23,12 +23,12 @@ minder version [flags] ``` --config string Config file (default is $PWD/config.yaml) - --grpc-host string Server host (default "staging.stacklok.dev") + --grpc-host string Server host (default "api.stacklok.com") --grpc-insecure Allow establishing insecure connections --grpc-port int Server port (default 443) --identity-client string Identity server client ID (default "minder-cli") --identity-realm string Identity server realm (default "stacklok") - --identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") + --identity-url string Identity server issuer URL (default "https://auth.stacklok.com") ``` ### SEE ALSO