CLI Quickstart
Legacy docs open in a new tab. Bookmark the Astro version for future updates.
Installation
Section titled “Installation”To install the CLI on a workstation with network access, run:
curl -sSL https://d0s.dev/install | shFor air-gapped environments, download the installer bundle from the catalog and transfer it via removable media. Verify signatures with cosign before running the installer script.
Bootstrap a Cluster
Section titled “Bootstrap a Cluster”Once the CLI is installed, authenticate against the target kubeconfig and bootstrap the baseline stack:
d0s init --profile edgeThis provisions the core platform services, applies security baselines, and prepares the cluster for catalog deployments.
Next Steps
Section titled “Next Steps”- Use
d0s catalog listto inspect available secure application bundles. - Apply a package with
d0s deploy <package>. - Visit the Headlamp UI at the route exposed during
d0s initto monitor cluster health.