Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 1.19 KB

README.md

File metadata and controls

82 lines (52 loc) · 1.19 KB

my-component CfHighlander Component

cftest

NOTE: Rename and replace my-component with the name of your component

TODO: Add Description

kurgan add my-component

Requirements

Parameters

Name Use Default Global Type Allowed Values
EnvironmentName Tagging dev true string
EnvironmentType Tagging development true string ['development','production']

Configuration

TODO: Add configuration examples

Other Config Options

See the test configs in the tests directory

Outputs/Exports

Name Value Exported

Development

gem install cfhighlander

or via docker

docker pull theonestack/cfhighlander

Testing

Generate cftest

kurgan test example

Run cftest

cfhighlander cftest -t tests/example.test.yaml

or run all tests

cfhighlander cftest

Generate spec tests

kurgan test example --type spec

run spec tests

gem install rspec
rspec