Skip to content

fix(cli): show adk create --type in --help - #6745

Open
ktz03 wants to merge 1 commit into
google:mainfrom
ktz03:fix/expose-adk-create-type
Open

fix(cli): show adk create --type in --help#6745
ktz03 wants to merge 1 commit into
google:mainfrom
ktz03:fix/expose-adk-create-type

Conversation

@ktz03

@ktz03 ktz03 commented Aug 16, 2026

Copy link
Copy Markdown

Summary

  • Expose the existing adk create --type option in --help by removing hidden=True.
  • Aligns CLI help with the Agent Config docs that already document adk create --type=config.

Fixes #6737

Testing plan

  • Confirmed the option is defined in cli_tools_click.py and only hidden from help.
  • After merge / local install: adk create --help lists --type with choices CODE / CONFIG.

@google-cla

google-cla Bot commented Aug 16, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@ktz03

ktz03 commented Aug 16, 2026

Copy link
Copy Markdown
Author

I signed the CLA.

@ktz03
ktz03 force-pushed the fix/expose-adk-create-type branch from d8a9876 to 1b7c035 Compare August 16, 2026 03:50
@ktz03 ktz03 closed this Aug 16, 2026
@ktz03
ktz03 force-pushed the fix/expose-adk-create-type branch from 1b7c035 to 735402d Compare August 16, 2026 11:55
Remove hidden=True so the documented option appears in --help.

Fixes google#6737
@ktz03 ktz03 reopened this Aug 16, 2026
@ktz03

ktz03 commented Aug 16, 2026

Copy link
Copy Markdown
Author

Rebased onto latest main (was behind). Same one-line change: remove hidden=True from adk create --type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Show the documented adk create --type option in --help

2 participants