service-account

Operations with service accounts

Usage

apolo service-account [OPTIONS] COMMAND [ARGS]...

Operations with service accounts.

Commands:

UsageDescription

Create a service account

Get service account SERVICE_ACCOUNT

List service accounts

Remove service accounts SERVICE_ACCOUNT

create

Create a service account

Usage

apolo service-account create [OPTIONS]

Create a service account.

Options

NameDescription

--help

Show this message and exit.

--default-cluster CLUSTER

Service account default cluster. Current cluster will be used if not specified

--default-org ORG

Service account default organization. Current org will be used if not specified

--default-project PROJECT

Service account default project. Current project will be used if not specified

--name NAME

Optional service account name

get

Get service account SERVICE_ACCOUNT

Usage

apolo service-account get [OPTIONS] SERVICE_ACCOUNT

Get service account SERVICE_ACCOUNT.

Options

NameDescription

--help

Show this message and exit.

ls

List service accounts

Usage

apolo service-account ls [OPTIONS]

List service accounts.

Options

NameDescription

--help

Show this message and exit.

rm

Remove service accounts SERVICE_ACCOUNT

Usage

apolo service-account rm [OPTIONS] SERVICE_ACCOUNTS...

Remove service accounts SERVICE_ACCOUNT.

Options

NameDescription

--help

Show this message and exit.

Last updated