Deploy 🚀

Get your project off localhost

Manual Deploy without git authentication is only available on mac os & linux.

Let's take a look at how you can get your project off 127.0.0.1 or localhost as it's commonly called into the hands of real users out there on the internet with just one simple command.

brimble cook [options] [project directory]

Options

Just like the dev command, the cook command also has a couple of options

ShortcutOptionFunction

-o

--open

View your project in the browser once the deployment is complete

-n <name>

--name <name>

Specify a name for your project

-d <domain>

--domain <domain>

Specify a custom domain for your project

-s

--silent

Deploy your project in silent mode (no build logs)

Last updated