Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [TKC-2802] callback port help #181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/cli/testkube_docker_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ testkube docker init [flags]
--api-prefix string usually don't need to be changed [required for custom cloud mode] (default "api")
--api-uri-override string api uri override
--auth-uri-override string auth uri override
--callback-port int usually don't need to be changed [required for custom cloud mode] (default 8090)
--custom-auth usually don't need to be changed [required for custom cloud mode]
--docker-container string Docker container name for Testkube Docker Agent (default "testkube-agent")
--docker-image string Docker image for Testkube Docker Agent (default "kubeshop/testkube-agent:<latest-stable-release>")
Expand Down
1 change: 1 addition & 0 deletions docs/cli/testkube_init_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ testkube init agent [flags]
--api-prefix string usually don't need to be changed [required for custom cloud mode] (default "api")
--api-uri-override string api uri override
--auth-uri-override string auth uri override
--callback-port int usually don't need to be changed [required for custom cloud mode] (default 8090)
--chart string chart name (usually you don't need to change it) (default "kubeshop/testkube")
--custom-auth usually don't need to be changed [required for custom cloud mode]
--dry-run dry run mode - only print commands that would be executed
Expand Down
3 changes: 3 additions & 0 deletions docs/cli/testkube_init_standalone-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@ testkube init standalone-agent [flags]
--api-prefix string usually don't need to be changed [required for custom cloud mode] (default "api")
--api-uri-override string api uri override
--auth-uri-override string auth uri override
--callback-port int usually don't need to be changed [required for custom cloud mode] (default 8090)
--chart string chart name (usually you don't need to change it) (default "kubeshop/testkube")
--custom-auth usually don't need to be changed [required for custom cloud mode]
--dry-run dry run mode - only print commands that would be executed
--embedded-nats embedded NATS server in agent
--env-id string Testkube Pro environment id [required for centralized mode]
--export Export the values.yaml
--feature-logs-v2 Logs v2 feature flag
--helm-arg stringToString helm arg option in form of key=value (default [])
--helm-set stringToString helm set option in form of key=value (default [])
-h, --help help for standalone-agent
--logs-prefix string usually don't need to be changed [required for custom cloud mode] (default "logs")
--logs-uri string Testkube Pro logs URI [required for centralized mode]
Expand Down
1 change: 1 addition & 0 deletions docs/cli/testkube_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ testkube login [flags]
--api-prefix string usually don't need to be changed [required for custom cloud mode] (default "api")
--api-uri-override string api uri override
--auth-uri-override string auth uri override
--callback-port int usually don't need to be changed [required for custom cloud mode] (default 8090)
--custom-auth usually don't need to be changed [required for custom cloud mode]
--env-id string Testkube Pro environment id [required for centralized mode]
--feature-logs-v2 Logs v2 feature flag
Expand Down
1 change: 1 addition & 0 deletions docs/cli/testkube_pro_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ testkube pro agent [flags]
--api-prefix string usually don't need to be changed [required for custom cloud mode] (default "api")
--api-uri-override string api uri override
--auth-uri-override string auth uri override
--callback-port int usually don't need to be changed [required for custom cloud mode] (default 8090)
--chart string chart name (usually you don't need to change it) (default "kubeshop/testkube")
--custom-auth usually don't need to be changed [required for custom cloud mode]
--dry-run dry run mode - only print commands that would be executed
Expand Down
1 change: 1 addition & 0 deletions docs/cli/testkube_pro_connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ testkube pro connect [flags]
--api-prefix string usually don't need to be changed [required for custom cloud mode] (default "api")
--api-uri-override string api uri override
--auth-uri-override string auth uri override
--callback-port int usually don't need to be changed [required for custom cloud mode] (default 8090)
--chart string chart name (usually you don't need to change it) (default "kubeshop/testkube")
--custom-auth usually don't need to be changed [required for custom cloud mode]
--dry-run dry run mode - only print commands that would be executed
Expand Down
1 change: 1 addition & 0 deletions docs/cli/testkube_pro_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ testkube pro login [flags]
--api-prefix string usually don't need to be changed [required for custom cloud mode] (default "api")
--api-uri-override string api uri override
--auth-uri-override string auth uri override
--callback-port int usually don't need to be changed [required for custom cloud mode] (default 8090)
--custom-auth usually don't need to be changed [required for custom cloud mode]
--env-id string Testkube Pro environment id [required for centralized mode]
--feature-logs-v2 Logs v2 feature flag
Expand Down
1 change: 1 addition & 0 deletions docs/cli/testkube_set_context.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ testkube set context <value> [flags]
--api-prefix string usually don't need to be changed [required for custom cloud mode] (default "api")
--api-uri-override string api uri override
--auth-uri-override string auth uri override
--callback-port int usually don't need to be changed [required for custom cloud mode] (default 8090)
--custom-auth usually don't need to be changed [required for custom cloud mode]
--docker-container string Docker container name for Testkube Docker Agent (default "testkube-agent")
--env-id string Testkube Pro environment id [required for centralized mode]
Expand Down
1 change: 1 addition & 0 deletions docs/cli/testkube_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ testkube upgrade [flags]
--api-prefix string usually don't need to be changed [required for custom cloud mode] (default "api")
--api-uri-override string api uri override
--auth-uri-override string auth uri override
--callback-port int usually don't need to be changed [required for custom cloud mode] (default 8090)
--chart string chart name (usually you don't need to change it) (default "kubeshop/testkube")
--custom-auth usually don't need to be changed [required for custom cloud mode]
--docker-container string Docker container name for Testkube Docker Agent (default "testkube-agent")
Expand Down