Sha256: 25cf8a761f0f50c260e497790a0e2632a2296648fa8f385b82c1e4d15335a799

Contents?: true

Size: 980 Bytes

Versions: 4

Compression:

Stored size: 980 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"
# Foodcritic expects an `issues_url` and `source_url` in the metadata.rb
# We turn this off by default because only cookbooks uploaded to the
# Supermarket will have these added.
syntax = "foodcritic . --exclude spec -f any -t \"~FC064\" -t \"~FC065\""
provision = "chef exec kitchen create"
deploy = "chef exec kitchen converge"
smoke = "chef exec kitchen verify"
cleanup = "chef exec kitchen destroy"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chef-dk-0.19.6 lib/chef-dk/skeletons/code_generator/files/default/delivery-project.toml
chef-dk-0.18.30 lib/chef-dk/skeletons/code_generator/files/default/delivery-project.toml
chef-dk-0.18.26 lib/chef-dk/skeletons/code_generator/files/default/delivery-project.toml
chef-dk-0.17.17 lib/chef-dk/skeletons/code_generator/files/default/delivery-project.toml