Skip to content
This repository was archived by the owner on Aug 25, 2023. It is now read-only.

BLOCKvIO/blockv-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Command line utilities for interacting with the BLOCKv system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published