v3.0.12 - AI DevOps Framework
AI DevOps Framework v3.0.12
Installation
# npm (recommended)
npm install -g aidevops && aidevops update
# Homebrew
brew install marcusquinn/tap/aidevops && aidevops update
# curl
bash <(curl -fsSL https://aidevops.sh/install)What's New
See CHANGELOG.md for detailed changes.
Quick Start
# Check installation
aidevops status
# Initialize in a project
aidevops init
# Update framework + projects
aidevops update
# List registered projects
aidevops reposDocumentation
- Setup Guide: Complete framework setup
- User Guide: AI assistant integration
- API Integrations: Service APIs
Links
- Website: https://aidevops.sh
- Repository: https://github.com/marcusquinn/aidevops
- Issues: https://github.com/marcusquinn/aidevops/issues
Full Changelog: v1.0.0...v3.0.12