You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add push command to OpenEnv CLI for deploying environments to Hugging Face Spaces
- Introduced `openenv push` command to validate and upload OpenEnv environments.
- Updated `README.md` and template files to include deployment instructions.
- Enhanced `pyproject.toml` with new dependencies: `pyyaml` and `huggingface_hub`.
- Modified import statements to support the new command structure.
- Added tests for the `push` command to ensure functionality and validation.
0 commit comments