recipe-update¶
Shortcut: ru
Help option
~ $ dk recipe-update --help
Current context is: default
Usage: dk recipe-update [OPTIONS]
Update all of the changed files for this Recipe
Options:
-d, --delete_remote Delete remote files to match local
-m, --message TEXT Change message [required]
--help Show this message and exit.
Update recipe
~/Kitchens/Dev_Sprint/Recipe1 $ dk recipe-update --message "Change message"
Current context is: default
YYYY-MM-DD HH:MM:SS - Updating all changed files in Recipe (Recipe1) in Kitchen (Dev_Sprint) with message (Change message)
Update results:
New files:
resources/newfile.json
Updated files:
variables.json
Deleted files:
None
Issues:
No issues found