Tsuru app list
tsuru app list¶
Lists all apps that you have access to. App access is controlled by teams. If
Synopsis¶
Lists all apps that you have access to. App access is controlled by teams. If your team has access to an app, then you have access to it.
Flags can be used to filter the list of applications.
tsuru app list [flags]
Options¶
--json Display applications in JSON format
-n, --name string Filter applications by name
-q, --only-name Display only applications name
-p, --platform string Filter applications by platform
-o, --pool string Filter applications by pool
-s, --status string Filter applications by unit status. Accepts multiple values separated by commas. Possible values can be: building, created, starting, error, started, stopped, asleep
-g, --tag string Filter applications by tag. Can be used multiple times
-t, --team string Filter applications by team owner
-u, --user string Filter applications by owner
-h, --help help for list
Options inherited from parent commands¶
--target string Tsuru server endpoint
--verbosity int Verbosity level: 1 => print HTTP requests; 2 => print HTTP requests/responses
SEE ALSO¶
- tsuru app - App is a program source code running on Tsuru.