Tsuru service list
tsuru service list¶
Retrieves and shows a list of instances of service the user has access.
Synopsis¶
Retrieves and shows a list of instances of service the user has access.
tsuru service list [flags]
Options¶
-s, --service string Filter instances by service
-n, --name string Filter service instances by name
-o, --pool string Filter service instances by pool
-p, --plan string Filter service instances by plan
-t, --team string Filter service instances by team owner
-q, --only-name Display only service instances name
--json Display in JSON format
-j, --just-services Display just service names
-g, --tag string Filter services by tag. Can be used multiple times
-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 service - A service is a well-defined API that tsuru communicates with to provide extra functionality for applications.