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
  • get-values
  • install
  • list
  • ls
  • uninstall

Was this helpful?

  1. Commands

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

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

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

PreviousadminNextapp-template

Last updated 15 days ago

Was this helpful?

get-values
install
list
ls
uninstall