question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

--remove-untracked does not work

See original GitHub issue
  • I am on the latest Poetry version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).
  • Poetry version: 1.0.9

Issue

According to the documentation poetry install --remove-untracked should work. In version 1.0.9 however, it gives me a NoSuchOptionException.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
PetterScommented, Jul 16, 2020

No, you have to delete the virtualenv.

0reactions
kastephcommented, Jul 16, 2020

Thanks for the answer. Any ETA when the version of poetry is released?

It should be in late August or early September.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I remove local (untracked) files from the current Git ...
Remove untracked directories in addition to untracked files. If an untracked directory is managed by a different Git repository, it is not removed...
Read more >
How to remove untracked files in git - Educative.io
Once the untracked files are deleted, they cannot be restored. · Before running the git clean command, perform dry run to know what...
Read more >
How to git clean untracked files example - TheServerSide.com
If a developer wants to remove untracked files from a git working tree, the easiest way to do it is with the 'git...
Read more >
How to remove local untracked files from the current Git branch
How to remove local untracked files from the current Git branch · To remove directories, run git clean -f -d or git clean...
Read more >
How to Remove Untracked Files in Git - Linuxize
The command that allows you to remove untracked files is git clean . It is always a good idea to backup your repository...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found