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

poetry env remove --all? #3208

Closed
2 tasks done
max-sixty opened this issue Oct 14, 2020 · 3 comments · Fixed by #3212
Closed
2 tasks done

poetry env remove --all? #3208

max-sixty opened this issue Oct 14, 2020 · 3 comments · Fixed by #3212
Labels
area/cli Related to the command line kind/feature Feature requests/implementations

Comments

@max-sixty
Copy link
Contributor

  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the documentation and believe that my question is not covered.

Feature Request

In debugging some recent issues, I've wanted to clear out all poetry environments to reset state. Any thoughts on a poetry env remove --all?

I tried poetry env list | xargs poetry env remove, but unfortunately given the (Activated) label, this would require a more complex command.

@max-sixty max-sixty added kind/feature Feature requests/implementations status/triage This issue needs to be triaged labels Oct 14, 2020
@abn
Copy link
Member

abn commented Oct 14, 2020

I do not see why not.

@abn abn added area/cli Related to the command line Good First Issue and removed status/triage This issue needs to be triaged labels Oct 14, 2020
@DustinMoriarty
Copy link
Contributor

@max-sixty : See PR #3212. I added an --all option and the ability to list multiple envs in one go. I'll check in the morning to make sure that all checks have passed.

Copy link

github-actions bot commented Mar 2, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/cli Related to the command line kind/feature Feature requests/implementations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants