To deploy you client code and assets to the Client project area, you can use the deploy command. Before deploying, ensure you're in your current project folder.
bm client deploy <path to local project>
To deploy the contents of the current folder use:
.
- To deploy contents of a particular folder <path to local project folder>
- Note: you must specify a folder, you can not specify an individual file to be deployed.
Once deployed, your changes will be instantly available at your project URL.
Note: The Client CLI tool will only upload files that have changed since the last deploy.