diff --git a/docs/docs/cloud/reference/cli.md b/docs/docs/cloud/reference/cli.md index 2181f59e2..87f405cba 100644 --- a/docs/docs/cloud/reference/cli.md +++ b/docs/docs/cloud/reference/cli.md @@ -409,6 +409,8 @@ The LangGraph CLI requires a JSON configuration file that follows this [schema]( | Option | Default | Description | | ---------------------------- | ------------------------- | ----------------------------------------------------------------------------------------------------------------------- | | `--wait` | | Wait for services to start before returning. Implies --detach | +| `--base-image TEXT` | `langchain/langgraph-api` | Base image to use for the LangGraph API server. Pin to specific versions using version tags. | +| `--image TEXT` | | Docker image to use for the langgraph-api service. If specified, skips building and uses this image directly. | | `--postgres-uri TEXT` | Local database | Postgres URI to use for the database. | | `--watch` | | Restart on file changes | | `--debugger-base-url TEXT` | `http://127.0.0.1:[PORT]` | URL used by the debugger to access LangGraph API. | @@ -436,6 +438,8 @@ The LangGraph CLI requires a JSON configuration file that follows this [schema]( | Option | Default | Description | | ---------------------------------------------------------------------- | ------------------------- | ----------------------------------------------------------------------------------------------------------------------- | | `--wait` | | Wait for services to start before returning. Implies --detach | +| `--base-image TEXT` | `langchain/langgraph-api` | Base image to use for the LangGraph API server. Pin to specific versions using version tags. | +| `--image TEXT` | | Docker image to use for the langgraph-api service. If specified, skips building and uses this image directly. | | `--postgres-uri TEXT` | Local database | Postgres URI to use for the database. | | `--watch` | | Restart on file changes | | `-c, --config FILE` | `langgraph.json` | Path to configuration file declaring dependencies, graphs and environment variables. |