Files
langgraph/libs/cli
74c8589045 Add support for Docker arg passthrough in langgraph CLI (#2206)
Added a js-example to show it builds
Adapted integration tests after removing the test CLI command

---------

Co-authored-by: Nuno Campos <nuno@langchain.dev>
2024-10-29 22:33:40 -07:00
..
2024-08-27 10:50:39 -07:00
2024-08-27 10:50:39 -07:00
2024-08-28 12:12:46 -04:00

langchain-cli

This package implements the official CLI for LangGraph API.

How to Test CLI Changes Locally

These instructions are for CLI development and testing. Use the CLI examples to test CLI changes locally.

  1. Make changes to the CLI code.
  2. Navigate to the libs/cli/examples: cd libs/cli/examples
  3. Install CLI examples dependencies: poetry install
  4. Run/test CLI command (e.g. langgraph build).