Versions Compared

Key

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

...

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

--force

This will deploy your project without asking for confirmation. This feature is designed to allow automatic deployments for those interested in an automated release.

...

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

--no-skip

The "no-skip" option will upload all files, including unchanged files on your local machine.

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

--prune

The "prune" option will remove any files that don't exist on your local machine.

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

...