Socket
Book a DemoInstallSign in
Socket

@blockv/cli

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockv/cli

Command line tools for the BLOCKv system.

latest
Source
npmnpm
Version
0.0.17
Version published
Maintainers
4
Created
Source

BLOCKv CLI tools

This provides a set of CLI tools for publishing and interacting with vAtoms on the BLOCKv platform.

To install or update, make sure you have Node installed and then run npm install -g @blockv/cli.

Examples

# See help info and version
blockv
# Get help on any command
blockv <command> --help
# Log in to prod or dev. Must be called first before any other commands to set up a session.
blockv login --user <email> --password <pwd>
blockv login --user <email> --password <pwd> --dev
# Fetch details about a vAtom, a variation, or a template
blockv read --id <vatom-id>
blockv read --variation <id>
blockv read --template <id>
# Publish a vatom template
blockv publish --variation <id>
blockv publish --template <id>
# Check your account's VEE balance
blockv balance
# Create or modify an App ID
blockv app-create --name "My App"
blockv app-modify --id xxx --redirect "https://myapp.com/oauth"
# Brain commands
blockv brain-register --variation <id> --init Drop --shutdown Pickup
blockv brain-upload --variation <id> --path /path/to/my_brain.js
blockv brain-shutdown --variation <id>
# Text-based vAtom designer
blockv autocreate

Keywords

blockv

FAQs

Package last updated on 29 Sep 2020

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