quickspin-cli
v0.1.7
Published
Official CLI for QuickSpin - Managed microservices platform providing Redis, RabbitMQ, Elasticsearch, PostgreSQL, and MongoDB as fully managed services
Maintainers
Readme
quickspin-cli
Official CLI for QuickSpin - Managed microservices platform providing Redis, RabbitMQ, Elasticsearch, PostgreSQL, and MongoDB as fully managed services.
Installation
npm install -g quickspin-cliUsage
After installation, the qspin command will be available globally:
# Check version
qspin version
# Login
qspin auth login
# Create a service
qspin services create --name my-redis --type redis --tier developer
# List services
qspin services list
# Get help
qspin --helpQuick Start
Login to QuickSpin
qspin auth loginCreate your first service
qspin services create --name my-redis --type redis --tier developerGet connection credentials
qspin services connect my-redis
Features
- Service Management: Create, list, delete, and manage managed services
- Authentication: Secure JWT-based authentication with OAuth support
- Multi-Organization: Switch between organizations and manage teams
- Billing & Usage: Monitor usage and view invoices
- AI Recommendations: Get intelligent service optimization suggestions
- GitOps Support: Deploy services using YAML configuration files
- Shell Completions: Auto-completion for bash, zsh, fish, and PowerShell
Supported Services
- Redis (in-memory data store)
- RabbitMQ (message broker)
- PostgreSQL (relational database)
- MongoDB (document database)
- MySQL (relational database)
- Elasticsearch (search and analytics)
Documentation
For full documentation, visit https://docs.quickspin.dev
Support
- GitHub Issues: https://github.com/QuickSpin-Saas/quick-spin-cli/issues
- Email: [email protected]
License
MIT
