tsuru app update

Updates an app

Options

NameDescription
-a, --app <app>App name
--cpuCPU 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, --descriptionChanges description for the app
-g, --tagAdd tags for the app
-i, --image-resetForces next deploy to build app image from scratch
-p, --platform <platform>Filter applications by platform
--memoryMemory 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-restartPrevent 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