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

hull-repl

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hull-repl

> Simple REPL for hull.io connector SDK

  • 0.4.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

hull-repl

Simple REPL for hull.io connector SDK

You need to provide connector credentials, which you can find on connector settings pane in advanced section.

Get started:

npm start
# or yarn start

then provide: SHIP_ID, SHIP_SECRET and SHIP_ORG.

Example

hull > ctx.client.get("app")

This command will return info about SHIP_ID you specified.

Import util

In authorized repl you can execute following line to generate 10 faked users with name and email:

hull > fakeUsers("name_of_the_file.json", 10)

then import it to the organization of the ship:

hull > importFile("name_of_the_file.json")

Custom hull-repl protocol

To easily launch hull-repl from browser install hull-repl as global package and run:

npm i -g hull-repl
hull-repl --install-protocol

FAQs

Package last updated on 02 Aug 2018

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