Huge News!Announcing our $40M Series B led by Abstract Ventures.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

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
Maintainers
1
Weekly downloads
 
Created
Source

Installation

npm install -g handout-client

Usage

After installing, see handout --help for a list of options and usage information. Someone with the appropriate privileges will have to create an account and set up permissions before you can use the client to do anything useful. It'll propably be best to consult your friendly neighbourhood sysadmin.

Configuration

Handout will look in ~/.handoutrc for default values. This file must be formatted in .json style and can contain defaults for values such as username, keyfile etc. Using this file you can set default values for pretty much all of the supported commandline options.

Example .handoutrc File

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

Keywords

FAQs

Package last updated on 28 Mar 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