Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeRDark
bm client deploy <path to local project>
Info
  • You must specify a folder, you can not specify an individual file to be deployed.
  • You should run the deploy command from the same folder location where the scope was set.

 

For example, to deploy the contents of the current folder:

RDark
Code Block
theme
bm client deploy .

 

Once deployed, your changes will be instantly available at your project URL.

...

Code Block
languagebash
themeRDark
bm client deploy <path to local project> --prune

--debug

The "debug" option will display extra debugging information. This is useful if you are having issues deploying your web app.

Code Block
languagebash
themeRDark
bm client deploy <path to local project> --debug



Using Multiple Environments (Dev, Test, Prod): 
Anchor
multipleEnvironmentsHeading
multipleEnvironmentsHeading

...