Add remote execution support in astro dev init#1931
Merged
Conversation
dc0db16 to
6655a46
Compare
9582921 to
a10fb43
Compare
--remote-execution-enabled support in astro dev initastro dev init
Pull Request Test Coverage Report for Build 0b79ae96-5cf2-44fc-9b53-56bb7806af87Details
💛 - Coveralls |
5a53a8a to
20f4afc
Compare
- add `--remote-execution-enabled` flag - add `--remote-image-repository` flag Co-authored-by: Jake Ferriero <[email protected]>
20f4afc to
70c6827
Compare
neel-astro
approved these changes
Oct 7, 2025
Contributor
neel-astro
left a comment
There was a problem hiding this comment.
left some minor comments, but otherwise LGTM
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
depends on: https://github.com/astronomer/astro-agent/pull/777
adds a
--remote-execution-enabledflag to theastro dev initcommand that will prompt the user for a remote repository URL generate extra project files, notably:adds a
--remote-image-repositoryflag. If not passed, the user will be interactively prompted to specify this with a warning that they will not be able to deploy until this is configured.🎟 Issue(s)
closes #1928
🧪 Functional Testing
📸 Screenshots
📋 Checklist
make testbefore taking out of draftmake lintbefore taking out of draft