jkeiser / knife-essentials

Knife commands to treat the Chef server like a filesystem
Apache License 2.0
81 stars 27 forks source link

Make knife upload fill in defaults so that file creation is easier #82

Closed jkeiser closed 11 years ago

jkeiser commented 11 years ago

knife upload should fill in names, ids, and any other defaults that the server requires so that it's easy to create things. In general, a file with {} in it should be enough to upload a client, data bag item, node, role or user.

jkeiser commented 11 years ago

This probably relies on the "understand defaults" bug.