bundle
- Ruby依存関係管理
bundle
COMMAND [--no-color] [--verbose] [ARGS]
Bundlerはアプリケーションの依存関係
を多数のマシンにまたがって、体系的かつ反復的にライフサイクル全体で管理します。
開始方法についてはbundlerウェブサイトを参照し、Gemfile
形式の詳細についてはGemfile(5)を参照してください。
--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)
プライマリコマンドまたはユーティリティに記載されていないコマンドを実行する場合、Bundlerはパス上にbundler-<command>
という名前の実行可能ファイルを見つけて実行し、追加の引数をすべて渡します。
これらのコマンドは廃止されており、使用しないでください
bundle inject(1)