Loading...
Loading...
Operate Ryvn infrastructure: manage organizations, provision environments, deploy services and installations, configure blueprints, manage release channels and promotion pipelines, set up connections and variable groups, view logs, approve tasks, and handle preview deployments. Use this skill whenever the user mentions Ryvn, environments, services, installations, blueprints, deployments, infrastructure, provisioning, Kubernetes, cloud, GCP, service installations, release channels, or promotion pipelines, even if they don't say "Ryvn" explicitly.
npx skill4agent add ryvn-technologies/skills use-ryvnproductionstagingenvsvcsibpbpircppmwconnvgcommand -v ryvn # CLI installed
ryvn auth status # authenticated and current profile
ryvn --version 2>&1 || true # check CLI versionryvn auth loginryvn auth use profile <name>ryvn auth use org <name-or-id>-e <environment>--config--profile--org--client-id--client-secret--debug-o json-e--environmentryvn get environment # list all environments
ryvn get environment production -o json # get specific environment as JSON
ryvn get services # list all services
ryvn get service-installations -e production # list installations in an environment
ryvn get blueprints # list all blueprints
ryvn get blueprint-installations -e production # list blueprint installations
ryvn describe environment production # detailed environment info
ryvn describe installation my-service -e production # detailed installation info
ryvn api-resources # list all supported resource types
ryvn logs installations my-service -e production --follow # tail application logs| Intent | Reference | Use for |
|---|---|---|
| Authenticate, install, or set up profiles | setup.md | Authentication, profiles, service accounts, CLI installation and upgrade |
| Ship code or manage releases | deploy.md | Environment provisioning/deprovisioning, deploying installations, dry runs, version pinning, task management |
| Change configuration | configure.md | Environments, services, installations, blueprints, blueprint inputs/exclusions, release channels, promotion pipelines, maintenance windows, connections, variable groups, previews, YAML-based create/replace/update/delete |
| Check health or debug failures | operate.md | Status, logs, tasks, troubleshooting deployments, monitoring installations |
-o jsonryvn getryvn describe--dry-runryvn task approve <uuid>