Skip to content

cloud apps list

Overview

Get all applications in the specified environment

Aliases: list, ls

Usage:

quix cloud apps list [<workspace-id>] [options]

Arguments:

  • <workspace-id> : The ID of the environment

Options:

  • -o, --output <json|table> : Output type of the retrieved data

Example Usage

When you enter the command without any options:

$ quix cloud applications list

A table containing all your local applications is printed:

ApplicationId                  | Name                           | Language | Dockerfile | RunEntryPoint | Default File    
-------------------------------|--------------------------------|----------|------------|---------------|-----------------
Event Detection Transformation | Event Detection Transformation | Python   | dockerfile | main.py       | quix_function.py
Starter Source                 | Starter Source                 | Python   | dockerfile | main.py       | main.py