Created
June 9, 2013 15:46
-
-
Save inokappa/5743999 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kappa@x1carbon:~/git/forks/knife-xapi/lib/xenapi$ knife xapi guest create --help |egrep -i 'chef|recipe|recipes' | |
--bootstrap-version VERSION The version of Chef to install | |
-N, --node-name NAME The Chef node name for your new node | |
-s, --server-url URL Chef Server URL | |
-E, --environment ENVIRONMENT Set the Chef environment | |
-j JSON_ATTRIBS, A JSON string to be added to the first run of chef-client | |
-r, --run-list RUN_LIST Comma separated list of roles/recipes to apply | |
-v, --version Show chef version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment