Quick Reference¶
This page is meant to be copy-paste friendly. It is not the full CLI specification; it is the shortest practical command list for day-to-day use.
General¶
Check the CLI version:
Show the recursive bill of materials for the CLI and the bundles it resolves:
Use local sibling repositories instead of published remote bundles:
Catalog and discovery¶
List published profiles from the catalog:
Show one profile and its install inputs summary:
List published addons from the catalog:
Profiles and infrastructure¶
Validate a published profile package:
Install a local Multipass cluster from a published profile:
Check the current status of that profile deployment:
Destroy that profile deployment:
Install a profile that requires installation-specific local overrides:
Inspect a profile before installing so you know whether --env-file is required:
Addons¶
Validate a published addon package:
Install an addon into a previously installed profile target:
Install an addon and expose it publicly through Traefik with a single ingress host:
Install an addon against an explicit kubeconfig instead of a profile:
Install an addon against a specific kube context:
Telemetry¶
Show the current telemetry preference:
Enable persisted telemetry preference:
Disable telemetry for a single mutating command:
Short Notes¶
profile list,profile show,addon list,bom --json, andversionare read-only commands.infra install,infra destroy, andaddon installare mutating commands.addon install --profile <name>requires profile state from a previousinfra installorinfra status.--public-hostonly works when the addon package declares support for the basic Core-managed ingress contract.