itamae

概要

itamaeのインストール手順です。

インストールコマンド

$ gem i itamae

または

$ vim Gemfile
source "https://rubygems.org"

gem "itamae"
$ bundle install --path=vendor/bundler

確認

$ itamae version
Itamae v1.9.11

$ itamae --help
Commands:
 itamae destroy [cookbook|role] [NAME]   # Undo role or cookbook (short-cut alias: "d")
 itamae docker RECIPE [RECIPE...]        # Create Docker image
 itamae generate [cookbook|role] [NAME]  # Initialize role or cookbook (short-cut alias: "g")
 itamae help [COMMAND]                   # Describe available commands or one specific command
 itamae init NAME                        # Create a new project
 itamae local RECIPE [RECIPE...]         # Run Itamae locally
 itamae ssh RECIPE [RECIPE...]           # Run Itamae via ssh
 itamae version                          # Print version

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2022-06-30 (木) 01:40:11