tsuru app update
Updates an app
Options
Name | Description |
---|---|
-a, --app <app> | App name |
--cpu | CPU limit for app, this will override the plan cpu value. One cpu is equivalent to 1 vCPU/Core, fractional requests are allowed and the expression 0.1 is equivalent to the expression 100m |
-d, --description | Changes description for the app |
-g, --tag | Add tags for the app |
-i, --image-reset | Forces next deploy to build app image from scratch |
-p, --platform <platform> | Filter applications by platform |
--memory | Memory limit for app, this will override the plan memory value. You can express memory as a bytes integer or using one of these suffixes: E, P, T, G, M, K, Ei, Pi, Ti, Gi, Mi, Ki |
--no-restart | Prevent tsuru from restarting the application |
-o, --pool <pool> | Filter applications by pool |
-p, --plan <plan> | Plan to be used by the app |
-t, --team <team> | Team that will own the app |