noodl-lab-cli v0.5.0
Noodl Lab CLI tool
Noodl is a platform for iterative design of new products and service experiences created and maintained by Topp. This package contains the command line interface tool for managing content of a Noodl lab workspace.
Installing
$ npm install -g noodl-lab-cli
Initializing
Create a folder where you will keep your Lab assets, and in the folder run:
$ noodl-lab init --accessKey "XYZ" --name "your-lab-name"
Where XYZ needs to be replaced with your workspace key and “your-lab-name” is the identifier you use when signing in to your Noodl Lab workspace. This key is found in the workspace settings popup.
Once your Lab is initialised your will have a folder structure as shown below:
workspace.json
feed/
index.json
library/
index.json
The access key is stored in the workspace.json file, so make sure it is kept safe. To push your Lab to the cloud, run the following command in the lab folder:
$ noodl-lab push
That’s it, now you can sign in to your lab (you may need to restart Noodl to get any new stuff you pushed) and the feed and library should be available to all Lab users.