Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just print commands without executing #180

Open
danielrbradley opened this issue Oct 17, 2023 · 1 comment
Open

Just print commands without executing #180

danielrbradley opened this issue Oct 17, 2023 · 1 comment
Labels
kind/enhancement Improvements or new features

Comments

@danielrbradley
Copy link
Member

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

When a command near the end of the process fails (e.g. make build_sdks) it would be usefull to just run the last step or two manually to avoid having to wait again for up to 15-20 mins for the whole build to run again

Affected area/feature

@danielrbradley danielrbradley added the kind/enhancement Improvements or new features label Oct 17, 2023
@iwahbe
Copy link
Member

iwahbe commented Oct 31, 2023

It's not entirely a dump list of steps to execute. Lot's of commands create information that is then fed into the next command. I think implementing general --continue would be a hack-week kind of project.

Replay would be necessary to instantly run the provider up to the last step. It would also require everything to use stepv2, since step (v1) doesn't support replay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants