Docs Blog Apps Pricing

Getting Started

1. Install the CLI 2. Login 3. Build and Push 4. Boot on GCP 5. Boot on Bare Metal

Guides

Authentication Pushing and Pulling Images Configuring Images Working with Hosts Working with GCP Working with Bare Metal latitude.sh OVHcloud Working with AWS Backups Tips and Tricks

CLI Reference

kheeper auth kheeper authorizations kheeper bots kheeper clouds kheeper contexts kheeper hosts kheeper images kheeper orgs kheeper push kheeper releases kheeper status

kheeper clouds

Manage cloud project connections

Flags

Flag Description Default
--context Config context to use default

Commands

kheeper clouds create

Connect a cloud project to an org

kheeper clouds create <org>/<name> --provider gcp --project-number <number>
   kheeper clouds create <org>/<name> --provider aws --account-id <id>

Flags:

Flag Description Default
--provider Cloud provider (gcp or aws) gcp
--project-number GCP project number
--account-id AWS account ID
--json Output in JSON format

Arguments:

  • name

kheeper clouds delete

Delete a cloud

kheeper clouds delete <org>/<name>

Flags:

Flag Description Default
--json Output in JSON format

Arguments:

  • name

kheeper clouds list

List clouds

kheeper clouds list [--org=<org>]

Flags:

Flag Description Default
--org Limit results to a specific org
--json Output in JSON format