Tsuru cname add
tsuru cname add¶
Adds a new CNAME to the application.
Synopsis¶
Adds a new CNAME to the application.
It will not manage any DNS register, it's up to the user to create the DNS register. Once the app contains a custom CNAME, it will be displayed by "app list" and "app info".
tsuru cname add <cname> [<cname> ...] [-a/--app appname] [flags]
Options¶
-a, --app string The name of the app.
-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 cname - CNAME (Canonical Name) is a custom domain you assign to your application, allowing users to access it via a friendly URL (e.g., myapp.mydomain.com)