openenv-cli
by huggingface
OpenEnv CLI (`openenv`) for scaffolding, validating, building, and pushing OpenEnv environments.
npx skills add https://github.com/huggingface/openenv --skill openenv-cliInstall: pip install openenv-core
The OpenEnv CLI command openenv is available.
Use openenv --help to view available commands.
Generated with openenv-core v0.2.3. Run openenv skills add --force to regenerate.
Tips
- Start with
openenv init <env_name>to scaffold a new environment - Validate projects with
openenv validate - Build and deploy with
openenv buildandopenenv push - Use
openenv <command> --helpfor command-specific options