Skip to content
qibdo qibdo
Theme
Book a demo

qibdo

The official command-line interface for qibdo cloud

qibdo is the command-line interface for qibdo cloud. Configure a profile pointing at your platform, then work with your resources using the <service> <resource> <verb> command shape.

Mutating commands (create, update, delete), when they arrive, all follow one contract: they wait for the server-side operation to finish and print the final resource; --async instead prints the operation id and returns immediately, and a detached operation is re-attached with qibdo <service> operations describe <id>. Destructive commands prompt for confirmation unless --yes is given; in non-interactive contexts --yes is required, never assumed.

--color string Colorize output: auto|always|never (respects NO_COLOR) (default "auto")
--debug Wire-level detail on stderr (credentials redacted)
--endpoint string API endpoint override (host:port)
-h, --help help for qibdo
--insecure Use a plaintext connection (dev/lab platform only)
--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
  • qibdo alpha - Experimental commands that may change or be removed at any time
  • qibdo auth - Authenticate with your qibdo platform
  • qibdo beta - Commands that are close to stable but not yet contractual
  • qibdo completion - Generate the autocompletion script for the specified shell
  • qibdo config - Manage CLI configuration and profiles
  • qibdo init - Set up the CLI from scratch, step by step
  • qibdo storage - Distributed object and block storage, orchestrated across clouds
  • qibdo taxonomy - Structure your platform into organisations, groups, and workspaces
  • qibdo version - Show version information for the CLI, SDK, and API