bundle
- Ruby 依赖管理
bundle
COMMAND [--no-color] [--verbose] [ARGS]
Bundler 在应用程序的整个生命周期中,跨越多个机器,系统化且可重复地管理应用程序的依赖项。
请参阅 捆绑器网站 以获取有关入门的更多信息,以及 Gemfile(5) 以获取有关 Gemfile
格式的更多信息。
--no-color
--retry
, -r
--verbose
, -V
我们将 bundle
子命令分为主要命令和实用程序
bundle install(1)
Gemfile
或 Gemfile.lock
指定的 gem
bundle update(1)
bundle cache(1)
vendor/cache
目录中(别名:bundle package
, bundle pack
)bundle exec(1)
bundle config(1)
bundle help(1)
bundle add(1)
bundle install
bundle binstubs(1)
bundle check(1)
bundle show(1)
bundle outdated(1)
bundle console(1)
(已弃用)bundle open(1)
bundle lock(1)
bundle viz(1)
(已弃用)bundle init(1)
Gemfile
,放置在当前目录中bundle gem(1)
bundle platform(1)
bundle clean(1)
bundle doctor(1)
bundle remove(1)
bundle plugin(1)
bundle version(1)
当运行 PRIMARY COMMANDS 或 UTILITIES 中未列出的命令时,Bundler 会尝试在您的路径上找到名为 bundler-<command>
的可执行文件并执行它,并将任何额外的参数传递给它。
这些命令已弃用,不再使用
bundle inject(1)