...
Code Block | ||||
---|---|---|---|---|
| ||||
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.
...