Merged
Conversation
neel-astro
reviewed
Aug 22, 2025
Contributor
neel-astro
left a comment
There was a problem hiding this comment.
Thanks for taking it up ❤️ , the change seems ok, but can we please add unit tests for all the newly added logic
a2cc253 to
7ea6be8
Compare
Pull Request Test Coverage Report for Build 4912ce8e-d882-467c-92ec-0e8aad0263f2Details
💛 - Coveralls |
Contributor
Author
Added These live under TestWaitForStatus in fromfile_test.go
|
7c3e82b to
38ef143
Compare
neel-astro
approved these changes
Sep 4, 2025
Contributor
neel-astro
left a comment
There was a problem hiding this comment.
Thanks for adding this; it was a long-awaited feature. I am approving the PR to not be blocked on review, but I left a few tiny comments to be addressed before merging
3bab132 to
2338971
Compare
neel-astro
approved these changes
Sep 17, 2025
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.
Description
Enable
astro deployment create --deployment-fileto accept--waitand--verbosity. Historically, we blocked most flags when using--deployment-fileto avoid configuration conflicts and ambiguity. This PR preserves that guardrail while whitelisting two operational flags that don’t alter the deployment spec:--waitonly affects command behavior (poll until healthy) after creation.--verbosityonly affects logging output.All other flags remain disallowed alongside --deployment-file.
🎟 Issue(s)
Related #1328, #1894
🧪 Functional Testing
--wait=true--wait=false--wait flagMake test:
📸 Screenshots
📋 Checklist
make testbefore taking out of draftmake lintbefore taking out of draft