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 (optional)

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

--skip

The "skip" option will bypass unchanged files (default) on your local machine.

...