LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-clicli
    Module●Since v0.1

    cli

    CLI entrypoint for LangGraph API server.

    Attributes

    attribute
    DEFAULT_CONFIG: str
    attribute
    DEFAULT_PORT: int
    attribute
    TEMPLATE_HELP_STRING: str
    attribute
    OPT_DOCKER_COMPOSE
    attribute
    OPT_CONFIG
    attribute
    OPT_PORT
    attribute
    OPT_RECREATE
    attribute
    OPT_PULL
    attribute
    OPT_VERBOSE
    attribute
    OPT_WATCH
    attribute
    OPT_DEBUGGER_PORT
    attribute
    OPT_DEBUGGER_BASE_URL
    attribute
    OPT_POSTGRES_URI
    attribute
    OPT_API_VERSION
    attribute
    OPT_ENGINE_RUNTIME_MODE

    Functions

    function
    log_command
    function
    deploy
    function
    build_docker_image
    function
    Runner
    function
    subp_exec
    function
    create_new
    function
    warn_non_wolfi_distro
    function
    cli
    function
    up
    function
    build
    function
    dockerfile
    function
    dev
    function
    validate
    function
    new
    function
    prepare_args_and_stdin
    function
    prepare

    Classes

    class
    Config
    class
    DockerCapabilities
    class
    Progress
    class
    NestedHelpGroup

    Modules

    View source on GitHub
    module
    langgraph_cli

    Build a Docker image from a LangGraph config.

    Create a new LangGraph project at the specified PATH using the chosen TEMPLATE.

    Show warning if image_distro is not set to 'wolfi'.

    When emit is provided, each warning line is sent through it (used by callers that need JSON-aware output). Otherwise falls back to colored click.secho output.

    CLI entrypoint for running the LangGraph API server.

    Create a new LangGraph project from a template.

    Prepare the arguments and stdin for running the LangGraph API server.

    Top-level config for langgraph-cli or similar deployment tooling.

    Click group that shows one level of nested subcommands in top-level help.