app

Operations with applications

Usage

apolo app [OPTIONS] COMMAND [ARGS]...

Operations with applications.

Commands:

Usage
Description

Get application values

Install an app from a YAML file

List apps

Print the logs for an app

Alias to list

Uninstall an app

get-values

Get application values

Usage

apolo app get-values [OPTIONS] [APP_ID]

Get application values.

APP_ID: Optional ID of the app to get values for.

Options

Name
Description

--help

Show this message and exit.

--cluster CLUSTER

Look on a specified cluster (the current cluster by default).

--org ORG

Look on a specified org (the current org by default).

-o, --output TEXT

Output format (default: table).

--project PROJECT

Look on a specified project (the current project by default).

-t, --type TEXT

Filter by value type.

install

Install an app from a YAML file

Usage

apolo app install [OPTIONS]

Install an app from a YAML file.

Options

Name
Description

--help

Show this message and exit.

--cluster CLUSTER

Specify the cluster (the current cluster by default).

-f, --file TEXT

Path to the app YAML file. [required]

--org ORG

Specify the org (the current org by default).

--project PROJECT

Specify the project (the current project by default).

list

List apps

Usage

apolo app list [OPTIONS]

List apps.

Options

Name
Description

--help

Show this message and exit.

--cluster CLUSTER

Look on a specified cluster (the current cluster by default).

--org ORG

Look on a specified org (the current org by default).

--project PROJECT

Look on a specified project (the current project by default).

logs

Print the logs for an app

Usage

apolo app logs [OPTIONS] APP_ID

Print the logs for an app.

Options

Name
Description

--help

Show this message and exit.

--cluster CLUSTER

Look on a specified cluster (the current cluster by default).

--org ORG

Look on a specified org (the current org by default).

--project PROJECT

Look on a specified project (the current project by default).

--since DATE_OR_TIMEDELTA

Only return logs after a specific date (including). Use value of format '1d2h3m4s' to specify moment in past relatively to current time.

--timestamps

Include timestamps on each line in the log output.

ls

Alias to list

Usage

apolo app ls [OPTIONS]

Alias to list

Options

Name
Description

--help

Show this message and exit.

--cluster CLUSTER

Look on a specified cluster (the current cluster by default).

--org ORG

Look on a specified org (the current org by default).

--project PROJECT

Look on a specified project (the current project by default).

uninstall

Uninstall an app

Usage

apolo app uninstall [OPTIONS] APP_ID

Uninstall an app.

APP_ID: ID of the app to uninstall

Options

Name
Description

--help

Show this message and exit.

--cluster CLUSTER

Look on a specified cluster (the current cluster by default).

--org ORG

Look on a specified org (the current org by default).

--project PROJECT

Look on a specified project (the current project by default).

Last updated

Was this helpful?