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 bots

Manage bot users

Flags

Flag Description Default
--context Config context to use default

Commands

kheeper bots create

Create a bot user

kheeper bots create <org>/<name>

Flags:

Flag Description Default
--json Output in JSON format

Arguments:

  • name

kheeper bots delete

Delete a bot user

kheeper bots delete <org>/<name>

Arguments:

  • name

kheeper bots keys

Manage bot keys

kheeper bots keys create

Attach a bot-supplied registration token to a bot

kheeper bots keys create <org>/<name> <key-name> (--token <jwt> | --token-file <path>)

Flags:

Flag Description Default
--token Registration token printed by kheeper auth bot
--token-file Path to a file containing the registration token (use - for stdin)

Arguments:

  • bot
  • key-name

kheeper bots keys delete

Delete a bot key

kheeper bots keys delete <org>/<name> <key-name>

Arguments:

  • bot
  • key-name

kheeper bots list

List bots in an org

kheeper bots list <org>

Flags:

Flag Description Default
--json Output in JSON format