Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 933 Bytes

rain_merge.md

File metadata and controls

34 lines (23 loc) · 933 Bytes

rain merge

Merge two or more CloudFormation templates

Synopsis

Merges all specified CloudFormation templates, print the resultant template to standard out

rain merge <template> <template> ...

Options

  -f, --force               Don't warn on clashing attributes; rename them instead. Note: this will not rename Refs, GetAtts, etc.
  -h, --help                help for merge
      --merge-imports       Convert imported output values into GetAtts
      --node-style string   Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-boolean, quotescalars, original, or flow
  -o, --output string       Output merged template to a file

Options inherited from parent commands

      --debug       Output debugging information
      --no-colour   Disable colour output

SEE ALSO

Auto generated by spf13/cobra on 17-Apr-2025