Files
langgraph/libs/cli
Eugene YurtsevandGitHub 6906e12edb cli: add ability to output docker compose file (#2379)
* Add ability to output docker compose file `langgraph dockerfile
Dockerfile --add-docker-compose`
* Add emoji in places
2024-11-13 12:42:58 -05:00
..
2024-08-27 10:50:39 -07:00
2024-11-04 13:51:46 +01: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).