https://github.com/daks/kitchen-toolkit
https://github.com/daks/kitchen-toolkit
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/daks/kitchen-toolkit
- Owner: daks
- License: mit
- Created: 2017-10-10T07:12:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T01:11:53.000Z (over 8 years ago)
- Last Synced: 2025-02-15T01:28:36.628Z (over 1 year ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KitchenToolkit
[](https://github.com/jbox-web/kitchen-toolkit/blob/master/LICENSE)
[](https://travis-ci.org/jbox-web/kitchen-toolkit)
[](https://codeclimate.com/github/jbox-web/kitchen-toolkit)
[](https://codeclimate.com/github/jbox-web/kitchen-toolkit/coverage)
[](https://gemnasium.com/github.com/jbox-web/kitchen-toolkit)
KitchenToolkit est un outil en ligne de commande qui permet de gérer facilement plusieurs profils Kitchen simultanément.
Les profils Kitchen (`.kitchen.yml`) doivent être placés dans le répertoire `config/kitchen` de votre projet Kitchen.
```sh
Commands:
ci-tool converge KITCHEN_PROFILE SUITE_NAME # Run Salt on the virtual machine of SUITE_NAME defined in KITCHEN_PROFILE
ci-tool create KITCHEN_PROFILE SUITE_NAME # Create the virtual machine for SUITE_NAME defined in KITCHEN_PROFILE
ci-tool destroy KITCHEN_PROFILE SUITE_NAME # Destroy the virtual machine of SUITE_NAME defined in KITCHEN_PROFILE
ci-tool dump KITCHEN_PROFILE SUITE_NAME # Dump pillars of the virtual machine of SUITE_NAME defined in KITCHEN_PROFILE
ci-tool help [COMMAND] # Describe available commands or one specific command
ci-tool list KITCHEN_PROFILE # List instances of virtual machines of KITCHEN_PROFILE
ci-tool login KITCHEN_PROFILE SUITE_NAME # Log into the virtual machine of SUITE_NAME defined in KITCHEN_PROFILE
ci-tool package KITCHEN_PROFILE SUITE_NAME # Run Kitchen package on the virtual machine of SUITE_NAME defined in KITCHEN_PROFILE
ci-tool prepare KITCHEN_PROFILE SUITE_NAME # Prepare the virtual machine for SUITE_NAME defined in KITCHEN_PROFILE
ci-tool test KITCHEN_PROFILE SUITE_NAME # Dump pillars of the virtual machine of SUITE_NAME defined in KITCHEN_PROFILE then run Kitchen tests
ci-tool verify KITCHEN_PROFILE SUITE_NAME # Run Kitchen tests on the virtual machine of SUITE_NAME defined in KITCHEN_PROFILE
Options:
[--dry-run], [--no-dry-run]
```