Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

Vagrant | コマンドラインインターフェース

概要

コマンドラインインターフェース

詳細

Vagrantの操作はコマンドラインインターフェースです。

利用可能なコマンドは

vagrant

で確認出来ます。

また、個別のコマンドのヘルプは

vagrant command -h

で確認出来ます。

実行例

vagrantコマンド
$vagrant
Usage: vagrant [-v] [-h] command [<args>]

    -v, --version                    Print the version and exit.
    -h, --help                       Print this help.

Available subcommands:
     box
     destroy
     halt
     help
     init
     package
     plugin
     provision
     reload
     resume
     ssh
     ssh-config
     status
     suspend
     up

For help on any individual command run `vagrant COMMAND -h`
vagrantのヘルプ
$vagrant init -h
Usage: vagrant init [box-name] [box-url]
    -h, --help                       Print this help