Tsuru service create
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)
Synopsis¶
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 create path/to/manifest [- for stdin] [flags]
Options¶
-h, --help help for create
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.