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

weave-dev

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weave-dev

Weave.io CLI

  • 0.0.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
41
increased by4000%
Maintainers
1
Weekly downloads
 
Created
Source

Weave Command Line

Command line interface for the Fluxweave Platform - https://www.npmjs.com/package/weave-cli

For users

Installation

  1. Install Node 8 or later; instructions.
  2. Install using npm: npm i weave-cli -g

Updating

  1. Use npm: npm update weave-cli -g

Usage

  1. Initialize your configuration by running weave-cli login; follow prompts
  2. To see available commands run weave-cli -h

For developers

Installation

  1. Clone this project locally using git.
  2. Install Node 8 or later; instructions.
  3. Install yarn; instructions.
  4. Run yarn (no arguments) to fully install needed libraries.
  5. Run yarn link to configure weave-cli as an executable script.

Usage

  1. Initialize your configuration by running weave-cli login; follow prompts
  2. To see available commands run weave-cli -h

Store all workspace files under ./files so they don't cause conflicts with updates from git.

Updating

  1. Grab latest code with git pull
  2. Run yarn to install any new dependencies

If you receive an error about local files move them to ./files and reset your local project. Keep in mind that reseting will delete any changed files that are showing under git status. To reset run git reset --hard.

Updating project in NPM

  1. Update the version with npm version xxx where xxx is major, minor or patch
  2. run npm publish

Keywords

FAQs

Package last updated on 29 May 2019

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