dcanary-cli
v1.0.1
Published
Dcanary - Decentralized CI/CD Pipeline for Internet Computer Projects
Downloads
6
Maintainers
Readme
🐤 DCanary CLI - Command the Future of CI/CD
The command-line interface for the world's first truly decentralized CI/CD pipeline ⛓️
Transform your development workflow with DCanary CLI - the gateway to unstoppable, blockchain-powered CI/CD that runs entirely on the Internet Computer!
🚀 Quick Installation
# Install globally and start building the future
npm install -g @dcanary/cli
# Verify installation
dcanary --version
# Get started immediately
dcanary init --type nodejs⚡ Common Commands
# Initialize a new project
dcanary init --type nodejs
# Create a pipeline
dcanary pipeline create --name "My App" --repo "github:user/repo"
# Trigger a build
dcanary build trigger --repo "github:user/repo"
# Check status
dcanary status
# View logs
dcanary logs --pipeline-id "my-pipeline-123"
# Deploy to IC
dcanary deploy🎯 What You Get
- 🔥 Zero-Config Setup - One command to initialize any project
- ⚡ Lightning-Fast - Instant pipeline creation and monitoring
- 🌍 Truly Decentralized - No vendor lock-in, runs on blockchain
- 🔒 Unhackable - Immutable pipeline configurations
- 👀 Transparent - Every build step is verifiable on-chain
📚 Learn More
- Main DCanary Documentation - Overview and architecture
- Complete Workflow Guide - Step-by-step tutorial
- Quick Start Guide - Get running in 5 minutes
- Implementation Status - See what's ready to use
- Testing Guide - Test and verify everything works
- DCanary Website - Official website
🐛 Issues & Support
Having trouble? Check out:
- GitHub Repository - Source code and issues
- DCanary Website - Documentation and guides
DCanary CLI - Building the decentralized future, one pipeline at a time! 🚀
