New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

keg-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keg-cli

Node.js CLI for working with Keg Repos and Taps

  • 1.5.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

Keg CLI

  • Commands for running taps, and other keg related tasks

Setup

  • Follow the instructions for installing and validating the keg cli

Install

  • Create a folder named keg at ~/keg
    • mkdir -p ~/keg
  • Navigate to keg directory
    • cd ~/keg
  • Git clone the keg-cli repo locally to ~/keg/keg-cli
    • git clone https://github.com/simpleviewinc/keg-cli.git ~/keg/keg-cli
  • Run the bash setup script
    • bash keg-cli/scripts/setup/mac-init.sh
  • It should print [ KEG CLI ] Keg CLI setup complete!
    • This message may still print even it an error was thrown
      • Be sure to check the log output
  • Run the keg global setup task in the terminal
    • keg global setup
      • This task will setup up the keg-cli on the local machine
      • It will ask a few questions, so please pay attention

Validate

  • Run the key global validate task in the terminal
    • keg global validate
      • This task should validate the install
      • If a problem is found it will try to fix it
      • If the problem can not be fixed, it will let you know

FAQs

Package last updated on 24 Aug 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc