Tsuru service
tsuru service¶
A service is a well-defined API that tsuru communicates with to provide extra functionality for applications.
Options¶
-h, --help help for service
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 - A command-line interface for interacting with tsuru
- tsuru service create - Creates a service based on a passed manifest. The manifest format should be a yaml and follow the standard described in the documentation (should link to it here)
- tsuru service destroy - removes a service from catalog
- tsuru service doc - Manage Service Docs
- tsuru service info - Displays a list of all instances of a given service (that the user has access
- tsuru service instance - Manage provisioned resources (like a database or proxy) that can be linked to an application.
- tsuru service list - Retrieves and shows a list of instances of service the user has access.
- tsuru service plan - Manage service plans of a given service.
- tsuru service template e.g.: - Generates a manifest template file and places it in current directory
- tsuru service update - Update service data, extracting it from the given manifest file.