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

Mass delete snapshots for a project #60

Open
vendion opened this issue Nov 2, 2016 · 2 comments
Open

Mass delete snapshots for a project #60

vendion opened this issue Nov 2, 2016 · 2 comments

Comments

@vendion
Copy link

vendion commented Nov 2, 2016

Given a project that has multiple snapshots created by stellar and I want to drop (remove) all snapshots for a given project is there a faster way to do it than calling stellar remove for each snapshot? If not maybe introduce a stellar purge that removes all snapshots for a project.

@quantus
Copy link
Member

quantus commented Nov 25, 2016

Sorry to respond so late, I've been busy with other things.

I thing purge command seems reasonable. If someone creates a PR about this, I can check it.

@Teemu
Copy link
Contributor

Teemu commented Nov 26, 2016

Meanwhile, stellar list | cut -d ":" -f 1 | xargs -L 1 stellar remove

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

3 participants