套件
- Ruby 相依性管理
bundle
COMMAND [--no-color] [--verbose] [ARGS]
Bundler 系統化且可重複地管理整個生命週期中 應用程式的相依性
,且適用於多部機器。
請參閱 Bundler 網站 以取得入門資訊,並參閱 Gemfile(5) 以取得更多關於 Gemfile
格式的資訊。
--no-color
--retry
, -r
--verbose
, -V
我們將 套件
子命令分為主要命令和工具程式
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)
當執行未列在主要指令或工具程式中的指令時,Bundler 會嘗試在你的路徑中尋找一個名為 bundler-<command>
的可執行檔並執行它,並傳遞任何額外的引數給它。
這些指令已過時,不應再使用
bundle inject(1)