maple.cmd.cli.pull.pull_env

maple.cmd.cli.pull.pull_env(name: str = <typer.models.ArgumentInfo object>, port: int = <typer.models.OptionInfo object>) None

Download an environment image.

Pulls an environment container image from a remote registry, making it available for serving and running evaluations. The environment name typically corresponds to a Docker image.

Parameters:
  • name – Environment name or image specification.

  • port – Daemon port number.