docs: adk branch create --env flag to specify source env for new branch#57
Merged
AaronForinton merged 5 commits intomainfrom Apr 14, 2026
Merged
docs: adk branch create --env flag to specify source env for new branch#57AaronForinton merged 5 commits intomainfrom
AaronForinton merged 5 commits intomainfrom
Conversation
bill-parker
reviewed
Apr 1, 2026
|
|
||
| | Flag | Description | | ||
| |---|---| | ||
| | `--env`, `--environment` | Source the new branch from a deployment snapshot instead of sandbox main. Choices: `sandbox`, `pre-release`, `live`. | |
Contributor
There was a problem hiding this comment.
Is snapshot a good concept here, or better to just refer to
'current state of deployment environment'?
Also can we talk about 'commiting' changes or is this too potentially confused with git commits?
Collaborator
There was a problem hiding this comment.
Yeah agreed.
Source the new branch from the current state of a deployed environment
Force branch creation and discard local changes
bill-parker
reviewed
Apr 1, 2026
yuenhsi
approved these changes
Apr 14, 2026
Contributor
yuenhsi
left a comment
There was a problem hiding this comment.
Approving to unblock, but note that generating an API key in agent studio is no longer under the Data Access tab.
Please update this before merging!
7eb25c6 to
941b968
Compare
Co-authored-by: Ruari Phipps <ruari@poly-ai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR is related to #56
Motivation
Closes #
Changes
Test strategy
poly <command>)Checklist
ruff check .andruff format --check .passpytestpassespolyCLI interface (or migration path documented)Screenshots / Logs