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

handout-client

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

handout-client

CLI client for the Handout deployment server

  • 0.2.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12
increased by1100%
Maintainers
1
Weekly downloads
 
Created
Source

Installation

Install handout client as a global npm package. For this to work, your user must be registered with the tailored apps phabricator instance, and you must be granted access to the handout client repo.

npm i -g git+ssh://phrepo@phabricator.tailored-apps.com/diffusion/HANDOUTCLIENT/handout-client.git

Global Installation

Since globally installing npm packages usually requires superuser permissions, and since your root user's ssh credentials usually won't be known to phabricator, it'll likely be helpful to enable global package installation on a per user basis. See npm-g_nosudo for an easy way of achieving this.

Usage

After installing, see handout --help for a list of options and usage information.

Configuration

Handout will look in ~/.handoutrc for default values. This file must be formatted .json style and can contain defaults for values such as username, keyfile etc. For a list of supported values see defaults.json.

Example .handoutrc File

{
  "username": "myuser",
  "keyfile": "~/.ssh/some_id_rsa"
}

Keywords

FAQs

Package last updated on 29 Feb 2016

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