1.1.0 • Published 6 years ago

candy-cli v1.1.0

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

candy-cli

A command line interface for Candy.

Setup

  1. Run npm i candy-cli -g (or yarn global add candy-cli).
  2. Set optional environment values.
  3. Done!

Environment values

  • CANDY_URL (optional) - Custom URL of Candy. (ex. ws://192.168.2.1:4540) (default: ws://localhost:4540)

Commands

  • reference - Displays the specified reference. (ex. candy reference /helloWorld)
  • list - Lists and seperates catalogs and references in the specified catalog. (ex. candy list /)
  • create - Creates a reference or catalog. (ex. candy create reference /helloWorld, candy create reference /helloWorld "# Hi!", candy create catalog /helloCatalog)
  • edit - Edits and existing reference. (ex. candy edit /helloWorld "# Hi!\n\nHello!\n")
1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago