feat(cli): support layer mode from environment

This commit is contained in:
Parker Rule
2026-08-25 22:36:09 -04:00
parent aeb9cdfef1
commit 58273fde86
+1
View File
@@ -411,6 +411,7 @@ For production use, requires a license key in env var LANGGRAPH_CLOUD_LICENSE_KE
@click.option(
"--single-user-layer",
is_flag=True,
envvar="LANGGRAPH_CLI_SINGLE_USER_LAYER",
help="Combine generated Python build steps into one image layer when supported.",
)
@click.argument("docker_build_args", nargs=-1, type=click.UNPROCESSED)