Blockspring CLI

The Blockspring CLI is used to manage and run blocks from the command line.

Installation

Install via command line:

$ gem install blockspring-cli

Usage

Login with your api.blockspring.com account.

blockspring login

Create a new block

blockspring new js "My new JS block"
cd my-new-js-block

Edit your function

echo "console.log('hi');" > block.js

Push

blockspring push

License

MIT - see the license file.