debatefloor / docs /source /cli.md
AniketAsla's picture
sync: mirror git d05fcb5 to Space
b4ac377 verified

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 guide.

openenv init

.. automodule:: openenv.cli.commands.init
   :members:
   :undoc-members:
   :show-inheritance:

openenv build

.. automodule:: openenv.cli.commands.build
   :members:
   :undoc-members:
   :show-inheritance:

openenv validate

.. automodule:: openenv.cli.commands.validate
   :members:
   :undoc-members:
   :show-inheritance:

openenv push

.. automodule:: openenv.cli.commands.push
   :members:
   :undoc-members:
   :show-inheritance:

openenv serve

.. automodule:: openenv.cli.commands.serve
   :members:
   :undoc-members:
   :show-inheritance:

openenv fork

.. automodule:: openenv.cli.commands.fork
   :members:
   :undoc-members:
   :show-inheritance:

API Reference

Entry point

.. automodule:: openenv.cli.__main__
   :members:
   :undoc-members:
   :show-inheritance:

CLI helpers

.. automodule:: openenv.cli._cli_utils
   :members:
   :undoc-members:
   :show-inheritance:

Validation utilities

.. automodule:: openenv.cli._validation
   :members:
   :undoc-members:
   :show-inheritance: