BMP: Pull
The pull command will allow you to pull down the files needed to interact with the BMP via your CLI.
Â
IMPORTANT: When you first create a new BMP CLI project, you will need to run the Pull command.
If you are already using version control, then we recommend that you save any local changes and commit or stash them.
Â
Pull
To download project content, you can run the pull command:
bm bmp pull
Â
You should only need to do this once per project.
We will discuss the directory structure you've just pulled down in the next section - Creating Interactions.
Â
Next Steps
Â