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 authorizations

Manage repo access permissions

Flags

Flag Description Default
--context Config context to use default

Commands

kheeper authorizations create

Grant a user read or write access to a repo or to an entire org

kheeper authorizations create <org>[/<repo>] --email=<email> --permission=reader|writer

Flags:

Flag Description Default
--email Email of the user to grant access
--permission Permission level: reader or writer

Arguments:

  • target

kheeper authorizations delete

Revoke a user's authorization on an org or repo

kheeper authorizations delete <org>[/<repo>] --email=<email>

Flags:

Flag Description Default
--email Email of the user to revoke

Arguments:

  • target

kheeper authorizations list

List authorizations on an org or repo

kheeper authorizations list <org>[/<repo>]

Flags:

Flag Description Default
--json Output in JSON format

Arguments:

  • target