cirrus icon indicating copy to clipboard operation
cirrus copied to clipboard

Cloudformation management CLI tool

Results 17 cirrus issues
Sort by recently updated
recently updated
newest added

i.e. have ```json { "MyParam": "" } ``` See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html and http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-walk.html Would have to do API calls to look up param values at the time of parameter expansion (like...

enhancement

add a cancel update stack, this is useful when you're updating a stack and want to cancel and revert to previous version before it completes. I reused the code in...

When no changes are detected, exit code 1 comes out. Either make this 0 or some specific code we can ignore. ``` [Thu Apr 20 2017 15:07:09 GMT+1000 (AEST) :cloudformation:...

bug
help wanted

To avoid this: ``` Creating stack diff... ⠏ GMT+1000 (AEST) :cloudformation: :barely_sunny:] Creating stack diff... ⠋ GMT+1000 (AEST) :cloudformation: :barely_sunny:] Creating stack diff... ⠙ GMT+1000 (AEST) :cloudformation: :barely_sunny:] Creating stack...

bug
help wanted

``` [Thu Oct 22 2015 16:13:17 GMT+1100 (AEDT)] * dat_test_cf - CREATE_IN_PROGRESS (User Initiated) [Thu Oct 22 2015 16:13:21 GMT+1100 (AEDT)] * dat_test_cf - CREATE_IN_PROGRESS ```

bug
help wanted

Key example is not having to pass in secrets like passwords for general updates. http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html

enhancement

Just thinking if we can implement some YAML to JSON template converter. YAML format is simpler and supports comments in the template. ``` yml description: Create postgres database parameters: -...

thinking