Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
bm client deploy --env prod

--cwd (defaults to current folder)

This allows you to set the current working directory for your deployment. By default, it will use the current directory.

Code Block
languagebash
themeRDark
bm client deploy --cwd ./myfolder

--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 --force

--skip

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

...