config
Client configuration
Usage
Client configuration.
Commands:
Usage | Description |
---|---|
List available command aliases | |
Configure local docker client | |
List available clusters/org pairs | |
Log into Apolo Platform | |
Log into Apolo Platform in non-GUI environ | |
Log into Apolo Platform with token | |
Log out | |
Print current settings | |
Print current authorization token | |
Switch the active cluster | |
Switch the active organization | |
Switch the active project |
aliases
List available command aliases
Usage
List available command aliases.
Options
Name | Description |
---|---|
--help | Show this message and exit. |
docker
Configure local docker client
Usage
Configure local docker client
This command configures local docker client to use Apolo Platform's docker registry.
Options
Name | Description |
---|---|
--help | Show this message and exit. |
--docker-config PATH | Specifies the location of the Docker client configuration files |
get-clusters
List available clusters/org pairs
Usage
List available clusters/org pairs.
This command re-fetches cluster list and then displays each cluster with available orgs.
Options
Name | Description |
---|---|
--help | Show this message and exit. |
login
Log into Apolo Platform
Usage
Log into Apolo Platform.
URL
is a platform entrypoint URL
.
Options
Name | Description |
---|---|
--help | Show this message and exit. |
login-headless
Log into Apolo Platform in non-GUI environ
Usage
Log into Apolo Platform in non-GUI
environ
URL
is a platform entrypoint URL
.
The command works similar to "apolo login" but instead of opening a browser for performing OAuth registration prints an URL
that should be open on guest host.
Then user inputs a code displayed in a browser after successful login back in apolo command to finish the login process.
Options
Name | Description |
---|---|
--help | Show this message and exit. |
login-with-token
Log into Apolo Platform with token
Usage
Log into Apolo Platform with token.
TOKEN
is authentication token provided by administration team. URL
is a platform entrypoint URL
.
Options
Name | Description |
---|---|
--help | Show this message and exit. |
logout
Log out
Usage
Log out.
Options
Name | Description |
---|---|
--help | Show this message and exit. |
show
Print current settings
Usage
Print current settings.
Options
Name | Description |
---|---|
--help | Show this message and exit. |
--energy | Including cluster energy consumption and CO2 emissions information |
show-token
Print current authorization token
Usage
Print current authorization token.
Options
Name | Description |
---|---|
--help | Show this message and exit. |
switch-cluster
Switch the active cluster
Usage
Switch the active cluster.
CLUSTER
_NAME
is the cluster name to select. The interactive prompt is used if the name is omitted (default).
Options
Name | Description |
---|---|
--help | Show this message and exit. |
switch-org
Switch the active organization
Usage
Switch the active organization.
ORG
_NAME
is the organization name to select.
Options
Name | Description |
---|---|
--help | Show this message and exit. |
switch-project
Switch the active project
Usage
Switch the active project.
PROJECT
_NAME
is the project name to select. The interactive prompt is used if the name is omitted (default).
Options
Name | Description |
---|---|
--help | Show this message and exit. |
Last updated