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 and the file location on your computer.
This is called the project Scope.Before accessing your Client project area, you will need to set the scope within the Client CLI.
Set Scope:
The scope will be the production URL for your project (do not include http or https). Before setting scope, it is good practice to ensure you are in your current project directory as scope details will be saved to that folder.
For example:
Code Block | ||||
---|---|---|---|---|
| ||||
bm client scope company-project.blinkm.io |
Tip |
---|
This scope will be the same for all of your dev, test, prod environments. You can set which environment to deploy to during the deployment phase. |
Check Current Scope:
You can check your current scope at any time by using the command:
Code Block | ||
---|---|---|
| ||
bm client scope |
Next steps: