Skip to main content
Version: Weekly Build

OMS Commands

Full flag documentation for every OMS command is generated from the CLI itself and published at github.com/codesphere-cloud/oms/tree/main/docs. Run oms <command> --help for the same information locally. This page only lists which commands are relevant to an installation and why.

CommandPurpose
oms list packagesBrowse installer packages available in the portal
oms download packageDownload an installer package
oms init install-configGenerate config.yaml and prod.vault.yaml
oms init install-config --validateValidate an install configuration without generating one
oms update install-configApply a targeted change to an existing config.yaml
oms template configRender config.yaml with vault secrets substituted, for troubleshooting
oms install codesphereRun the full installation
oms install codesphere infra / dependencies / platformRun one installation phase at a time
oms smoketest codesphereRun post-installation smoke tests
oms add-cluster-adminGrant a user cluster-administrator access
oms beta bootstrap-localBootstrap a single-node evaluation environment
oms beta extend baseimageExtend the default workspace base image
oms registerRegister a portal API key
oms list api-keysList portal API keys
oms versionPrint the OMS version

See Install steps and profiles for the install steps and phases these commands drive.