Tsuru platform list
tsuru platform list¶
Lists the available platforms. All platforms displayed in this list may be used to create new apps (see app-create).
Synopsis¶
Lists the available platforms. All platforms displayed in this list may be used to create new apps (see app-create).
tsuru platform list [flags]
Options¶
--json Display in JSON format
-q, --only-name Display only platform name
-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 platform - A platform is a well-defined pack with installed dependencies for a language or framework that a group of applications will need. A platform might be a container template (Docker image).