cli library

CLI entrypoint exports for the adk executable.

Import this library when embedding the ADK CLI in tests or custom runners.

Functions

main(List<String> args, {IOSink? outSink, IOSink? errSink, Map<String, String>? environment}) Future<int>
Dispatches Click-style command invocations.
runAdkCli(List<String> args, {IOSink? outSink, IOSink? errSink}) Future<int>
Runs the primary ADK CLI command router.