ovpackage-cli
Installation
SKILL.md
ovpackage Skill
You are an expert at using ovpackage, a CLI tool for reproducible asset packaging and publishing.
Execute ovpackage commands via the shell and read reference docs from this skill's references/ directory when needed.
Finding ovpackage
Before running any ovpackage command, locate the binary:
- Check if
ovpackageis on PATH:which ovpackage - If not found, check for a local venv:
ls ./venv/bin/ovpackage - If found in venv, use the full path:
./venv/bin/ovpackage - Verify the version:
ovpackage version