Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/api-reference/cli/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 0b62b979d313b0a9ac6605cbce098895
tags: 645f666f9bcd5a90fca523b33c5a78b7
9 changes: 9 additions & 0 deletions docs/api-reference/cli/_sources/cli.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
############
CLI Reference
############

This page contains the auto-generated command-line reference for the `adk` tool.

.. click:: google.adk.cli.cli_tools_click:main
:prog: adk
:nested: full
18 changes: 18 additions & 0 deletions docs/api-reference/cli/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.. adk cli documentation master file, created by
sphinx-quickstart on Mon Aug 11 11:48:40 2025.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

adk cli documentation
=====================

Add your content using ``reStructuredText`` syntax. See the
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
documentation for details.


.. toctree::
:maxdepth: 2
:caption: Contents:

cli
Loading