upgrade-pegasus
Installation
SKILL.md
Upgrading Pegasus
Instructions
This skill helps users upgrade their SaaS Pegasus codebase.
Use the pegasus-cli to trigger the upgrade. It can be called via the pegasus command in the project's python environment.
You first need to list the user's project and find the right one.
pegasus projects list
You should be able to compare the project names to what's defined pegasus-config.yaml to find the right id.
You may need to prompt the user to authenticate first. If necessary, do that via the CLI (pegasus auth).
Before pushing
Related skills