Domains 🔗

View domains

You can easily use Brimble CLI to view and configure the domains connected to your project. Let's take a look at how to do this.

List Domains

To list the domain(s) connected to your project, you can easily use the command below

brimble domains list

You can easily connect or add a domain to your project using any of the commands below

Standard Method

brimble domains add [domain]

Using Project Name

brimble domains add [domain] -n <name>

You can also unlink or delete a domain from your project using the project ID or name.

Using Project Name

brimble domains delete [domain] -n <name>

Using Only domain name

brimble domains delete [domain]

The name is the one you set with the "cook" command during deployment, both can also be automatically generated by Brimble if they're not provided, you would need to either of these to view the domains connected to your project.

Last updated