What is Scope?
Before accessing an client code bucket in S3 via the Client CLI, each client code bucket needs to have a reference to its location within Amazon S3.
This is called the project Scope.
Set the project scope to the online URL for your project.
blinkm cloent scope https://example.com/project
blinkm bmp scope https: //example .com /project |
- This saves this information in a `.blinkmrc.json` file in the CWD, so you can version it with your project files if you like
- you may have to repeat this step later if you work on a new project, or if you chose not to version the `.blinkmrc.json` file
4. You can check the scope at any time by typing:
blinkm bmp scope |
This will return the current scope for that directory / project.
Next steps: