Tsuru app metadata unset
tsuru app metadata unset¶
DEPRECATED: For better usability, this command has been replaced by "tsuru metadata unset".
Synopsis¶
DEPRECATED: For better usability, this command has been replaced by "tsuru metadata unset".
Unsets metadata such as labels and annotations for an application or job.
tsuru app metadata unset <NAME> [NAME] ... <-a/--app appname | -j--job jobname> [-t/--type type] [flags]
Options¶
-a, --app string The name of the app.
-j, --job string The name of the job.
--no-restart Sets metadata without restarting the application
-p, --process string The name of process of app (optional).
-t, --type string Metadata type: annotation or label
-h, --help help for unset
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 app metadata - Metadata is a modern way to define labels and annotations to apps.