Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

candy-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

candy-cli

A CLI for Candy.

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

candy-cli

A command line interface for Candy.

Setup

  • Run npm i candy-cli -g (or yarn global add candy-cli).
  • Set optional environment values.
  • 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")

FAQs

Package last updated on 18 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts