0.6.0 • Published 6 years ago

liab v0.6.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Lightning In A Bot CLI

A tool for developing nodes on the Lightning In A Bot platform

Installing

$ sudo npm install liab -g

Requirements

  • Node v >= 4

Documentation

There are 3 commands: create, init, and upload.

Create

Init

Running the init command creates the necessary resources on the server. When the command is run successfully from within a local node directory, it will return a node Id from the server and add it to the .env file. This Id is required in order to upload code updates.

Upload

Runnin the upload command creates the necessary resources locally that are the send to the server. You may use this command is used to update nodes as well. Make sure there is a valid node ID in the config.json file along with valid inputs for updatable keys (code will be updated so long as changes are saved). An example config.json:

{

"id": "56ac2407dbc0091100e9a524", "expressions": "An expression", "another expression", "description": "This is a description", "keys": {"name":"count"}, { "name":"datetime", "type":"datetime" }, { "name":"is_plural", "type":"boolean" } }

Warning: DO NOT change ID during upload. It will fail to correctly update your node.
0.6.0

6 years ago

0.5.1

7 years ago

0.4.18

7 years ago

0.4.16

8 years ago

0.4.15

8 years ago

0.4.14

8 years ago

0.4.13

8 years ago

0.4.11

8 years ago

0.4.10

8 years ago

0.4.9

8 years ago

0.4.8

8 years ago

0.4.7

8 years ago

0.4.6

8 years ago

0.4.5

8 years ago

0.4.4

8 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago