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:
bm client scope company-project.blinkm.io
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:
bm client scope
Â
Â
Next steps: