config profiles create
Create a profile pointing at a platform
Synopsis
Section titled “Synopsis”Create a named profile. The endpoint is required: every customer
operates their own platform, so there is no default. Pass --insecure only
for a plaintext dev or lab platform.
qibdo config profiles create <name> --endpoint <host:port> [flags]Examples
Section titled “Examples” qibdo config profiles create prod --endpoint qibdo.example:443 qibdo config profiles create local-dev --endpoint localhost:51051 --insecureOptions
Section titled “Options” --endpoint string Platform endpoint (host:port), required -h, --help help for create --insecure Use a plaintext connection (dev/lab platform only)Options inherited from parent commands
Section titled “Options inherited from parent commands” --color string Colorize output: auto|always|never (respects NO_COLOR) (default "auto") --debug Wire-level detail on stderr (credentials redacted) --no-input Never prompt; fail instead --no-pager Do not page long human-readable output --profile string Configuration profile to use -q, --quiet Suppress non-essential stderr output --verbose Human-readable progress on stderrSee Also
Section titled “See Also”- qibdo config profiles - Manage configuration profiles