0.0.10 • Published 6 years ago

weave-dev v0.0.10

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

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