Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vermillion-client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vermillion-client

  • 1.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

vermillion-client

Interact with your vermillion-server instances.

Installation

gem install vermillion-client

If no ~/.vermillion.yml file is present, the application will attempt to create on before anything else so you don't have to create this file. You do have to update it with real information, here is an example.

servers:
  -
    name: domain1
    address: domain2.com
    https: false
    key: SHA_HASH
  -
    name: local
    address: localhost:8000
    https: false
    key: DIFFERENT_SHA_HASH
  -
    name: domain2
    address: domain2.com
    https: true
user:
  test@example.com

Supported Commands

change

Change branches on the requested server.

vermillion change branch local/domain1 -t my-feature-branch

status

Prints information about vermillion, including the app's configuration data and a list of the servers the client can access.

vermillion status

update

Quite simply, executes git-pull in the requested project.

vermillion update one local/domain1

create

Create a new directory on the server.

vermillion create one local/domain4

FAQs

Package last updated on 12 Oct 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