table of contents
ITAMAE(1) | Itamae Manual | ITAMAE(1) |
NAME¶
itamae - Simple and lightweight configuration management tool inspired by Chef.
SYNOPSIS¶
itamae destroy [cookbook|role] [NAME]
itamae docker RECIPE [RECIPE...]
itamae generate [cookbook|role] [NAME]
itamae help [COMMAND]
itamae init NAME
itamae local RECIPE [RECIPE...]
itamae ssh RECIPE [RECIPE...]
itamae version
DESCRIPTION¶
itamae(1) is a simple and lightweight configuration management tool inspired by Chef.
SUBCOMMANDS¶
destroy¶
Undo role or cookbook (short-cut alias d).
docker¶
Create Docker image.
generate¶
Initialize role or cookbook (short-cut alias: g).
help¶
Describe available commands or one specific command.
init¶
Create a new project.
local¶
Run Itamae locally.
ssh¶
Run Itamae via ssh.
OPTIONS¶
Options are valid for all subcommands unless otherwise noted.
-l, --log-level=LOG_LEVEL
--[no-]color
-c, --config=CONFIG
--recipe-graph=PATH
Subcommands: docker, local, ssh.
-j, --node-json=NODE_JSON
Subcommands: docker, local, ssh.
-y, --node-yaml=NODE_YAML
Subcommands: docker, local, ssh.
-n, --[no-]dry-run
Subcommands: docker, local, ssh.
--shell=SHELL
Subcommands: docker, local, ssh.
--[no-]login-shell
Subcommands: docker, local, ssh.
--[no-]ohai
Subcommands: docker, local, ssh.
--profile=PATH
Subcommands: docker, local, ssh.
--[no-]detailed-exitcode
Subcommands: docker, local, ssh.
--image=IMAGE
Subcommands: docker.
--container=CONTAINER
Subcommands: docker.
--[no-]tls-verify-peer]
Subcommands: docker.
-h, --host=HOST
Subcommands: ssh.
-u, --user=USER
Subcommands: ssh.
-i, --key=KEY
Subcommands: ssh.
-p, --port=PORT
Subcommands: ssh.
--ssh-config=SSH_CONFIG
Subcommands: ssh.
--[no-]vagrant
Subcommands: ssh.
--[no-]ask-password
Subcommands: ssh.
--[no-]sudo
Subcommands: ssh.
ENVIRONMENT¶
SUDO_PASSWORD
EXIT STATUS¶
With --detailed-exitcode=false (default):
0
1
With --detailed-exitcode=true:
0
1
2
BUGS¶
Refer to the Itamae issue tracker at <https://github.com/itamae-kitchen/itamae/issues>
AUTHORS¶
Itamae was written by Ryota Arai, and other contributors.
This man page was written by Scott Leggett for the Debian Project.
RESOURCES¶
Project web site: <http://itamae.kitchen/>
Git source repository on GitHub: <https://github.com/itamae-kitchen/itamae>
GitHub organization: <https://github.com/itamae-kitchen>
COPYING¶
Copyright (C) 2013-2016 Ryota Arai. Free use of this software is granted under the terms of the MIT License.
AUTHOR¶
Ryota Arai
2023-10-04 | Itamae 1.9.9 |