Kheeper

kheeper hosts

Manage host images

Flags

| Flag | Description | Default | |------|-------------|--------| | --context | Config context to use | default |

Commands

kheeper hosts create

Create a host

kheeper hosts create <org>/<name> --public-key-file=pub.pem

Flags:

| Flag | Description | Default | |------|-------------|--------| | --public-key-file | Path to a PEM-encoded ECDSA P-256 public key | | | --json | Output in JSON format | |

Arguments:

  • name

kheeper hosts get

Get a host

kheeper hosts get <org>/<name>

Flags:

| Flag | Description | Default | |------|-------------|--------| | --json | Output in JSON format | |

Arguments:

  • name

kheeper hosts activate

Set the active tag for a host

kheeper hosts activate <org>/<name>:<tag>

Flags:

| Flag | Description | Default | |------|-------------|--------| | --json | Output in JSON format | |

Arguments:

  • name

kheeper hosts delete

Delete a host

kheeper hosts delete <org>/<name>

Flags:

| Flag | Description | Default | |------|-------------|--------| | --json | Output in JSON format | |

Arguments:

  • name

kheeper hosts list

List hosts

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

Flags:

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