What problem does it solve?
Portal operations often require switching between consoles and tools to manage instances, configs, secrets, logs, and service restarts. This Skill provides a centralized Portal Ops CLI workflow to streamline common operational tasks across environments.
Core Features & Use Cases
- List Portal instances across environments and filter by status or environment.
- Retrieve, view, and export instance configurations and their histories.
- Manage secrets and perform basic maintenance tasks like viewing logs and restarting services.
- Monitor and diagnose Portal deployments with consolidated CLI commands.
- Use with export conventions to capture reproducible state dumps.
Quick Start
Run portal-ops to list all Portal instances: portal-ops list
Then export a config for a specific instance using the repo's convention: portal-ops config export -i <instance> -o tmp/<instance>-$(date +%Y-%m-%d-%H%M).json