Sha256: 2b812342950b9191b058371de83fdf87235c433bc4c5bbb1a84cd5af034bf7b7
Contents?: true
Size: 774 Bytes
Versions: 1
Compression:
Stored size: 774 Bytes
Contents
# Delivery Prototype for Local Phases Execution # # The purpose of this file is to prototype a new way to execute # phases locally on your workstation. The delivery-cli will read # this file and execute the command(s) that are configured for # each phase. You can customize them by just modifying the phase # key on this file. # # By default these phases are configured for Cookbook Workflow only # # As this is still a prototype we are not modifying the current # config.json file and it will continue working as usual. [local_phases] unit = "rspec spec/" lint = "cookstyle" syntax = "foodcritic . --exclude spec -f any" provision = "chef exec kitchen create" deploy = "chef exec kitchen converge" smoke = "chef exec kitchen verify" cleanup = "chef exec kitchen destroy"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chef-dk-0.16.28 | lib/chef-dk/skeletons/code_generator/files/default/delivery-project.toml |