hyperstack-cli
v0.4.3
Published
Hyperstack CLI - Real-time Solana streaming pipelines
Downloads
890
Maintainers
Readme
Hyperstack CLI
Programmable data feeds for Solana. Hyperstack CLI lets you deploy feeds for any Solana data to our cloud.
Quick Start
npx hyperstack-cli create my-app
cd my-app
npm run devInstallation
npm (recommended for JS/TS developers)
npm install -g hyperstack-cliCargo (for Rust developers)
cargo install hyperstack-cliCommands
| Command | Description |
|---------|-------------|
| hyperstack-cli create [name] | Scaffold a new app from a template |
| hyperstack-cli init | Initialize a stack project |
| hyperstack-cli up | Deploy your stack |
| hyperstack-cli status | Show project overview |
| hyperstack-cli auth login | Authenticate with Hyperstack |
Note: If installed via Cargo, the command is hs instead of hyperstack-cli.
Documentation
License
Apache-2.0
