Spaces:
Sleeping
Sleeping
File size: 720 Bytes
7078f4d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | # CLI (`openenv.cli`)
The `openenv` CLI provides a set of commands for building, validating, and pushing environments to Hugging Face Spaces or a custom Docker registry. For an end-to-end tutorial on building environments with OpenEnv, see the [building an environment](environment-builder.md) guide.
## `openenv init`
::: openenv.cli.commands.init
## `openenv build`
::: openenv.cli.commands.build
## `openenv validate`
::: openenv.cli.commands.validate
## `openenv push`
::: openenv.cli.commands.push
## `openenv serve`
::: openenv.cli.commands.serve
# API Reference
## Entry point
::: openenv.cli.__main__
## CLI helpers
::: openenv.cli._cli_utils
## Validation utilities
::: openenv.cli._validation |