Typing chef
from the command line will display a list of all available commands.
Be sure that you are in the same directory as the Vagrantfile when running these commands!
Command | Description |
---|---|
kitchen create |
Creates one or more instances configured in the .kitchen.yml file |
kitchen converge |
Converging the vm(s) with the configured Chef policy (cookbooks, roles, environment and data bags) |
kitchen destroy |
Destroys the instance and deletes all information for the instance |
kitchen list |
List on or more instances and their state (Created, converged, Verified) |
kitchen login |
|
kitchen verify |
Run the test suite(s) configured in the.kitchen.yml file on one or more instances |
kitchen test |
Test (destroys, creates, converges, verifies and destroys) one or more instances |