UNPKG

bw-cli

Version:

The Brightwork (bw) command line deployment tool. Build & deploy serverless RESTful APIs in minutes.

54 lines (39 loc) 1.2 kB
# BrightWork Build & deploy serverless RESTful APIs in minutes. ## Getting Started Follow these quick steps to get BrightWork registered and the CLI installed on your machine ### Signup You can request an invitation by going to our website: http://www.brightwork.io/#signup ### Install the CLI ``` npm install bw-cli ``` ### Login ``` bw login email: yourname@somewhere.com password: yourpassword ``` ### List your apps ``` bw list ``` Fetching... APIs ------------------------------------------------------------------------------------ | Id | Name | API Key | Services | |--------------------------|--------|----------------------------------|-----------| | 57b5f04b6bbd571400a5ea57 | photos | YOUR-KEY-HERE | photos | ------------------------------------------------------------------------------------ ### Initialize a new app (waring this will replace the manifest.yml) ``` bw init ``` ### Push your app to BrightWork.io ``` bw push ``` ## Docs Find out more at: http://www.brightwork.io/docs ##Contact & Support We're always trying to improve our product. Get in touch with us by email: <support@brightwork.io>