Skip to content

Tsuru app run

tsuru app run

Runs an arbitrary command in application's containers. The base directory for

Synopsis

Runs an arbitrary command in application's containers. The base directory for all commands is the root of the application.

If you use the [[--once]] flag tsuru will run the command only in one unit. Otherwise, it will run the command in all units.

tsuru app run <command> [commandarg1] [commandarg2] ... [commandargn] [-a/--app appname] [-o/--once] [-i/--isolated] [flags]

Options

  -a, --app string   The name of the app.
  -i, --isolated     Running in ephemeral container
  -o, --once         Running only one unit
  -h, --help         help for run

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 - App is a program source code running on Tsuru.
Auto generated by spf13/cobra on 16-Jan-2026