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

Error: The command "export" does not exist #73

Open
mathrick opened this issue Mar 4, 2025 · 2 comments
Open

Error: The command "export" does not exist #73

mathrick opened this issue Mar 4, 2025 · 2 comments

Comments

@mathrick
Copy link

mathrick commented Mar 4, 2025

$ 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.

@mathrick
Copy link
Author

mathrick commented Mar 4, 2025

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.

@ag14774
Copy link
Owner

ag14774 commented Mar 5, 2025

Thank you! I will leave this issue open until I have time to add some clarification in the Readme

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

2 participants