To deploy your project you client code and assets to the remote URL for your project.
...
Client project area, you can use the deploy command:
Code Block | ||
---|---|---|
|
...
bm client deploy <path to local project> |
Your "path to local project" will point at the folder containing the files and assets you wish to deploy to the remote service.
Once deployed, your changes will be instantly available at your project URL.
Info |
---|
Note: The Client CLI tool will only upload files that have changed since the last deploy. |