## rain fmt Format CloudFormation templates ### Synopsis Reads CloudFormation templates from filename arguments (or stdin if no filenames are supplied) and formats them ``` rain fmt ... ``` ### Options ``` -h, --help help for fmt -j, --json Output the template as JSON (default format: YAML). -u, --unsorted Do not sort the template's properties. -v, --verify Check if the input is already correctly formatted and exit. The exit status will be 0 if so and 1 if not. -w, --write Write the output back to the file rather than to stdout. ``` ### Options inherited from parent commands ``` --debug Output debugging information --no-colour Disable colour output ``` ### SEE ALSO * [rain](index.md) - ###### Auto generated by spf13/cobra on 2-Aug-2023