https://github.com/massdriver-cloud/fogmachine
CLI for running cloudformation in CI
https://github.com/massdriver-cloud/fogmachine
Last synced: 6 months ago
JSON representation
CLI for running cloudformation in CI
- Host: GitHub
- URL: https://github.com/massdriver-cloud/fogmachine
- Owner: massdriver-cloud
- License: apache-2.0
- Created: 2023-12-05T04:16:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T20:59:10.000Z (over 2 years ago)
- Last Synced: 2025-01-23T03:13:53.529Z (over 1 year ago)
- Language: Go
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fogmachine
A CLI tool for running cloudformation in CI. Cloudformation verbose logging contains data that is noise when trying to determine what resources are created and what has happened during and after execution. This CLI aims to provide detailed output when running cloudformation configuration.
## Setup
- Open vscode with the dev container.
- Add AWS_SECRET_ACCESS_KEY and AWS_ACCESS_KEY_ID to env
- ./fogmachine apply --package-name md-test-cf-1234 --region us-west-2 --template-path template/s3.yaml --parameter-path template/s3-values.json
- Change value in s3-values.json from 1234 -> 12345 and back to get executions