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

Add more granular clean commands #71

Closed
steezeburger opened this issue May 2, 2024 · 0 comments
Closed

Add more granular clean commands #71

steezeburger opened this issue May 2, 2024 · 0 comments
Assignees

Comments

@steezeburger
Copy link
Member

steezeburger commented May 2, 2024

I’m working on a rollup and want to restart the sequencer from a clean state but don’t want to lose my env changes. astria-go dev clean alone does not work because you lose the cometbft configs. I have to run astria-go dev init to get them back

We could add more granular clean commands to solve this issue.

clean config
clean state
clean env
clean binaries
clean all

This would let the developer just clear state without losing any manual env changes or cometbft genesis changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants