Hasura CLI: hasura platform:conf generate-domain

Generate a new domain configuration for a cluster

Synopsis

Generate a new domain configuration that can to be added to domains.yaml configuration to update domains for a cluster

hasura platform:conf generate-domain [domain-name] [flags]

Examples

# To generate a domain configuration:
$ hasura conf generate-domain example.com
# add the output to conf/domains.yaml, git commit and push

Options

-h, --help   help for generate-domain

Options inherited from parent commands

--project string   hasura project directory where the commands should be executed. (default: current directory)

SEE ALSO

Auto generated by spf13/cobra