Linux command
vagrant-plugin 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List plugins
vagrant plugin list
Install plugin
vagrant plugin install [name]
Uninstall plugin
vagrant plugin uninstall [name]
Update plugins
vagrant plugin update
Repair plugins
vagrant plugin repair
说明
vagrant plugin manages Vagrant plugins. Plugins extend Vagrant with providers, provisioners, and commands. Install from RubyGems or local files.
参数
- list
- List installed plugins.
- install _name_
- Install plugin.
- uninstall _name_
- Remove plugin.
- update _name_
- Update plugin.
- repair
- Fix plugin issues.
- expunge
- Remove all plugins.
- --plugin-version _ver_
- Specific version.
FAQ
What is the vagrant-plugin command used for?
vagrant plugin manages Vagrant plugins. Plugins extend Vagrant with providers, provisioners, and commands. Install from RubyGems or local files.
How do I run a basic vagrant-plugin example?
Run `vagrant plugin list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does list do in vagrant-plugin?
List installed plugins.