Tsuru plan create
tsuru plan create¶
Creates a new plan for being used when creating apps.
Synopsis¶
Creates a new plan for being used when creating apps.
tsuru plan create <name> -c cpu [-m memory] [--default] [flags]
Options¶
-c, --cpu string Relative cpu each unit will have available. (default "0")
-d, --default Set plan as default, this will remove the default flag from any other plan.
The default plan will be used when creating an application without explicitly
setting a plan.
-m, --memory string Amount of available memory for units in bytes or an integer value followed
by M, K or G for megabytes, kilobytes or gigabytes respectively. (default "0")
-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 plan - Plan specifies how computational resources are allocated to your application.