Command `self:uninstall` is missing
See original GitHub issue- I have searched the issues of this repo and believe that this is not a duplicate.
Currently poetry
CLI help is missing self:uninstall
:
» poetry
Poetry 0.12.3
Usage:
command [options] [arguments]
Options:
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose[=VERBOSE] Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands:
about Short information about Poetry.
add Add a new dependency to pyproject.toml.
build Builds a package, as a tarball and a wheel by default.
check Checks the validity of the pyproject.toml file.
config Sets/Gets config options.
develop Installs the current project in development mode. (Deprecated)
help Displays help for a command
init Creates a basic pyproject.toml file in the current directory.
install Installs the project dependencies.
list Lists commands
lock Locks the project dependencies.
new Creates a new Python project at <path>
publish Publishes a package to a remote repository.
remove Removes a package from the project dependencies.
run Runs a command in the appropriate environment.
script Executes a script defined in pyproject.toml. (Deprecated)
search Searches for packages on remote repositories.
shell Spawns a shell within the virtual environment.
show Shows information about packages.
update Update dependencies as according to the pyproject.toml file.
version Bumps the version of the project.
cache
cache:clear Clears poetry's cache.
debug
debug:info Shows debug information.
debug:resolve Debugs dependency resolution.
self
self:update Updates poetry to the latest version.
But, it is listed after install is completed:
# Welcome to Poetry!
This will download and install the latest version of Poetry,
a dependency and package manager for Python.
It will add the `poetry` command to Poetry's bin directory, located at:
$HOME/.poetry/bin
This path will then be added to your `PATH` environment variable by
modifying the profile files located at:
$HOME/.profile
$HOME/.zprofile
$HOME/.bash_profile
You can uninstall at any time with `poetry self:uninstall`,
or by executing this script with the --uninstall option,
and these changes will be reverted.
Installing version: 0.12.3
- Downloading poetry-0.12.3-darwin.tar.gz (7.00MB)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:8 (3 by maintainers)
Top Results From Across the Web
How to uninstall a Windows Service when there is no ...
To delete a service: Click “start“ - “run“, and then enter “cmd“ to open Microsoft Command Console. Enter command: sc servername delete ......
Read more >Uninstall - Chocolatey Software Docs
Uninstall Command (choco uninstall) Uninstalls a package or a list of packages. 📝 NOTE 100% compatible with older chocolatey client (0.9. 8.32 and...
Read more >How to clean a corrupted Silverlight installation and then ...
To automatically uninstall Microsoft Silverlight, click the button in the "Fix it for me" section. If you would rather verify and update these...
Read more >How to uninstall apps on Mac (4 easy ways) - MacPaw
Press Command + Delete (⌘⌫). Empty the Trash by clicking the Empty button in the upper-right corner of the window. And the app...
Read more >Unable to reset/uninstall Deep Security Agent
Deactivate the DSA on the Deep Security Manager (DSM) console. Run "dsa_control -r, /r, --reset" on the command line. For DSA with agent...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks folks. But I still see this in version: 0.12.11. Can the documentation at least be changed until it is implemented?
Until then, remember that the way to uninstall it is to run
Closing this issue automatically because it has not had any activity since it has been marked as stale. If you think it is still relevant and should be addressed, feel free to open a new one.