Skip to content

Tsuru metadata set

tsuru metadata set

Sets metadata such as labels and annotations for an application or job.

Synopsis

Sets metadata such as labels and annotations for an application or job.

tsuru 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 metadata - Metadata is a modern way to define labels and annotations to apps and jobs.
Auto generated by spf13/cobra on 16-Jan-2026