Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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:


  • No labels