Apolo
HomeConsoleGitHub
  • Apolo concepts
  • CLI Reference
  • Examples/Use Cases
  • Flow CLI
  • Actions Reference
  • Apolo Extras CLI
  • Python SDK
  • Introduction
  • Commands
    • acl
    • admin
    • app
    • app-template
    • blob
    • completion
    • config
    • disk
    • image
    • job
    • secret
    • service-account
    • shortcuts
    • storage
  • Topics
    • Custom command aliases
    • Format for column specification
    • Using secrets
    • Using the sharing functionality
    • Format for column specification
    • User configuration files
Powered by GitBook
On this page
  • Usage
  • create
  • get
  • ls
  • rm

Was this helpful?

  1. Commands

service-account

Operations with service accounts

Usage

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

Operations with service accounts.

Commands:

Usage
Description

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

Name
Description

--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

Name
Description

--help

Show this message and exit.

ls

List service accounts

Usage

apolo service-account ls [OPTIONS]

List service accounts.

Options

Name
Description

--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

Name
Description

--help

Show this message and exit.

PrevioussecretNextshortcuts

Last updated 2 months ago

Was this helpful?

create
get
ls
rm