Tsuru app router add
tsuru app router add¶
Add a new router to an application.
Synopsis¶
Add a new router to an application.
tsuru app router add <router name> [-a/--app appname] [-o/--opts key=value]... [flags]
Options¶
-a, --app string The name of the app.
-o, --opts key=value Custom options sent directly to router implementation.
-h, --help help for add
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 router - Router is a component responsible for routing user traffic to applications.