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.
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
brimble domains add [domain]
brimble domains add [domain] -n <name>
You can also unlink or delete a domain from your project using the project ID or name.
brimble domains delete [domain] -n <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 modified 7mo ago