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

bundle plugin install need --path argument #7504

Closed
Whirlwind opened this issue Mar 5, 2024 · 1 comment · Fixed by #6960
Closed

bundle plugin install need --path argument #7504

Whirlwind opened this issue Mar 5, 2024 · 1 comment · Fixed by #6960
Labels

Comments

@Whirlwind
Copy link

In the document (https://bundler.io/guides/bundler_plugins.html#install-a-plugin-from-your-gemfile), there are two ways to install a plugin: from a command or from your Gemfile.

Install a plugin from your Gemfile

plugin 'my_plugin', path: '/path/to/plugin' # Installs from a path

But, there is not a --path argument for bundle plugin install.

The doc said:

  1. Running your plugin locally

To install and run your plugin locally, you can run bundler plugin install --git '/PATH/TO/GEM' copycat

But my plugin directory is not a git repository....

@deivid-rodriguez
Copy link
Member

This will get fixed by #6960!

@deivid-rodriguez deivid-rodriguez linked a pull request Mar 22, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants