Skip to content
qibdo qibdo
Theme
Book a demo

config profiles create

Create a profile pointing at a platform

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.

Terminal window
qibdo config profiles create <name> --endpoint <host:port> [flags]
Terminal window
qibdo config profiles create prod --endpoint qibdo.example:443
qibdo config profiles create local-dev --endpoint localhost:51051 --insecure
--endpoint string Platform endpoint (host:port), required
-h, --help help for create
--insecure Use a plaintext connection (dev/lab platform only)
--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 stderr