Skip to content

v3.0.12 - AI DevOps Framework

Choose a tag to compare

@marcusquinn marcusquinn released this 16 Mar 23:14
· 85 commits to main since this release

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 repos

Documentation

Links


Full Changelog: v1.0.0...v3.0.12