Update ADK doc according to issue #1113 - 3 - CLI flag --use_local_storage #1117
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A new CLI flag
--use_local_storage/--no_use_local_storagehas been added toadk run,adk web, andadk api-servercommands to control whether to use the local.adkstorage for sessions and artifacts when no service URIs are provided.Proposed Change:
Update the CLI reference and any relevant guides to include documentation for the
--use_local_storageflag.Current state:
The flag is not mentioned in the documentation.
Proposed Change:
Add the
--use_local_storageflag to the list of options for the relevant CLI commands, explaining what it does and how it interacts with--session_service_uriand--artifact_service_uri.Reasoning:
This is a new user-facing feature that is not yet documented.