Getting Started
Crustomize is a CLI that merges and, if needed, deploys CloudFormation templates.
Prerequisites
Make sure you have AWS CLI installed.
We also recommend to install cfn-lint for linting the generated templates.
bun is only required when building from source.
Installation
- Download a binary from the release page and place it in your
$PATH
. - Verify the installation:
crustomize --help
Building from source
If you prefer to build the binary yourself:
git clone git@github.com:djupudga/crustomize.git
cd crustomize
bun install
make bundle
Then copy the relevant executable from dist/
to your $PATH
, or, if you
are on an Intel/AMD linux machine you should be able to run make install
Test the installation by running crustomize --help
.