Tsuru app metadata set
tsuru app metadata set¶
DEPRECATED: For better usability, this command has been replaced by "tsuru metadata set".
Synopsis¶
DEPRECATED: For better usability, this command has been replaced by "tsuru metadata set".
Sets metadata such as labels and annotations for an application or job.
tsuru app metadata set <NAME=value> [NAME=value] ... <-a/--app appname | -j/--job jobname> <-p process> [-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 set
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.