Skip to main content

Installation

Package managers

brew install partio-io/tap/partio

Verify installation

partio version
You should see:
partio v0.1.0

Shell completions

partio is built with Cobra and supports shell completions:
partio completion bash > /etc/bash_completion.d/partio

Requirements

  • Git 2.25 or later (for orphan branch support)
  • macOS or Linux (Windows support is planned)

Upgrading

brew upgrade partio
After upgrading, run partio doctor in your repositories to verify everything is healthy.

Uninstalling

  1. Disable partio in each repository:
partio disable --remove-data
  1. Remove the binary:
brew uninstall partio
  1. Optionally remove the global config:
rm -rf ~/.config/partio