You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ poetry export
The command "export" does not exist.
$ poetry self show plugins
- poetry-monoranger-plugin (0.4.0) Monoranger is a plugin for Poetry that helps you manage your monorepo, enabling shared lockfiles and virtual environments.
1 application plugin
Dependencies
- poetry (>=1.8.0)
I'm seeing this no matter whether the plugin is auto-installed via [tool.poetry.requires-plugins], or explicitly added through poetry self add poetry-monoranger-plugin. Running on Ubuntu 24.04, Python 3.12.3, Poetry 2.0.1 installed via pipx.
The text was updated successfully, but these errors were encountered:
Oh, I think I realise what the issue is, the export command was moved to a separate plugin. I guess there's nothing wrong with monoranger, though perhaps a small note in the docs would be helpful to alert people to the fact it's now a plugin command.
I'm seeing this no matter whether the plugin is auto-installed via
[tool.poetry.requires-plugins]
, or explicitly added throughpoetry self add poetry-monoranger-plugin
. Running on Ubuntu 24.04, Python 3.12.3, Poetry 2.0.1 installed via pipx.The text was updated successfully, but these errors were encountered: