Tsuru service instance
tsuru service instance¶
Manage provisioned resources (like a database or proxy) that can be linked to an application.
Options¶
-h, --help help for instance
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.
- tsuru service instance add - Creates a service instance of a service. There can later be binded to
- tsuru service instance bind - Binds an application or job to a previously created service instance. See [[tsuru
- tsuru service instance grant - Grant access to team in a service instance.
- tsuru service instance info - Displays the information of the given service instance.
- tsuru service instance remove - Destroys a service instance. It can't remove a service instance that is bound
- tsuru service instance revoke - Revoke access to team in a service instance.
- tsuru service instance unbind - Unbinds an application or job from a service instance. After unbinding, the instance
- tsuru service instance update - Updates a service instance.