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

github.com/isobit/nats-repl

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/isobit/nats-repl

  • v0.0.0-20170501053526-6b57548d66ae
  • Source
  • Go
  • Socket score

Version published
Created
Source

nats-repl

A simple REPL console for interacting with a NATS (http://nats.io) server.

Installation

go get github.com/isobit/nats-repl

Usage

CLI

USAGE:
   nats-repl [global options] command [command options] [arguments...]

COMMANDS:
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --server URL, -s URL  NATS URL to connect to [$NATS_DEFAULT_URL]
   --help, -h            show help
   --version, -v         print the version

Commands

  • pub <subject> [data]
  • sub <subject>
  • req <subject> [data]

Development

This project uses gopm for dependency management and building.

go get -u github.com/gpmgo/gopm
gopm get
GOOS=<os> GOARCH=<arch> gopm build

FAQs

Package last updated on 01 May 2017

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