Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cft/format/transform.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
// Global, set by command arg --node-style
var NodeStyle string

var NodeStyleDocs = "Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-boolean, quotescalars, original, or flow"
var NodeStyleDocs = "Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-booleans, quotescalars, original, or flow"

func mergeComments(comments []string) string {
out := strings.Builder{}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Rain is a command line tool for working with AWS CloudFormation templates and st
* [rain tree](rain_tree.md) - Find dependencies of Resources and Outputs in a local template
* [rain watch](rain_watch.md) - Display an updating view of a CloudFormation stack

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ rain bootstrap

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ rain build [<resource type>] or <prompt>

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_cat.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ rain cat <stack>

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_cc.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ You must pass the --experimental (-x) flag to use this command, to acknowledge t
* [rain cc rm](rain_cc_rm.md) - Delete a deployment created by cc deploy (Experimental!)
* [rain cc state](rain_cc_state.md) - Download the state file for a template deployed with cc deploy

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_cc_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ rain cc deploy <template> <name>

* [rain cc](rain_cc.md) - Interact with templates using Cloud Control API instead of CloudFormation

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_cc_drift.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ rain cc drift <name>

* [rain cc](rain_cc.md) - Interact with templates using Cloud Control API instead of CloudFormation

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_cc_rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ rain cc rm <name>

* [rain cc](rain_cc.md) - Interact with templates using Cloud Control API instead of CloudFormation

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_cc_state.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ rain cc state <name>

* [rain cc](rain_cc.md) - Interact with templates using Cloud Control API instead of CloudFormation

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_console.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ rain console [stack]

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
4 changes: 2 additions & 2 deletions docs/rain_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ rain deploy <template> [stack]
--nested-change-set Whether or not to include nested stacks in the change set (default true)
--no-analytics Do not write analytics to Metadata
-x, --no-exec do not execute the changeset
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-boolean, quotescalars, original, or flow (default "original")
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-booleans, quotescalars, original, or flow (default "original")
--params strings set parameter values; use the format key1=value1,key2=value2
-p, --profile string AWS profile name; read from the AWS CLI configuration file
-r, --region string AWS region to use
Expand All @@ -88,4 +88,4 @@ rain deploy <template> [stack]

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ rain diff <from> <to>

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
4 changes: 2 additions & 2 deletions docs/rain_fmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rain fmt <filename>...
--debug Output debugging information
-h, --help help for fmt
-j, --json Output the template as JSON (default format: YAML).
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-boolean, quotescalars, original, or flow
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-booleans, quotescalars, original, or flow
-p, --pkl Output the template as Pkl (default format: YAML).
--pkl-basic Don't use Pkl modules for output
--pkl-package string An alias or full package URI for the Pkl package for generated Pkl files (default "@cfn")
Expand All @@ -38,4 +38,4 @@ rain fmt <filename>...

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_forecast.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ rain forecast --experimental <template> [stackName]

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ rain info

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ rain logs <stack> (<resource>)

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ rain ls <stack> [changeset]

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
4 changes: 2 additions & 2 deletions docs/rain_merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rain merge <template> <template> ...
-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
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-booleans, quotescalars, original, or flow
-o, --output string Output merged template to a file
```

Expand All @@ -31,4 +31,4 @@ rain merge <template> <template> ...

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ The rain module command can be used to publish modules to CodeArtifact, and to i
* [rain module install](rain_module_install.md) - Install a package of Rain modules from CodeArtifact
* [rain module publish](rain_module_publish.md) - Publish a directory of Rain modules to CodeArtifact

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_module_bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ rain module bootstrap [flags]

* [rain module](rain_module.md) - Interact with Rain modules in CodeArtifact

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_module_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ rain module install <name> [flags]

* [rain module](rain_module.md) - Interact with Rain modules in CodeArtifact

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_module_publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ rain module publish <name> [flags]

* [rain module](rain_module.md) - Interact with Rain modules in CodeArtifact

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
4 changes: 2 additions & 2 deletions docs/rain_pkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ rain pkg <template>
-x, --experimental Enable experimental features
-h, --help help for pkg
--no-analytics Do not include analytics in Metadata
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-boolean, quotescalars, original, or flow
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-booleans, quotescalars, original, or flow
-o, --output string Output packaged template to a file
-p, --profile string AWS profile name; read from the AWS CLI configuration file
-r, --region string AWS region to use
Expand All @@ -70,4 +70,4 @@ rain pkg <template>

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ rain rm <stack> [changeset]

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_stackset.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ This command manipulates stack sets. It has no action if specific stack set comm
* [rain stackset ls](rain_stackset_ls.md) - List a CloudFormation stack sets in a given region
* [rain stackset rm](rain_stackset_rm.md) - Delete a CloudFormation stack set and/or its instances.

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_stackset_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ rain stackset deploy <template> [stackset] [flags]

* [rain stackset](rain_stackset.md) - This command manipulates stack sets.

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_stackset_ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ rain stackset ls <stack set>

* [rain stackset](rain_stackset.md) - This command manipulates stack sets.

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_stackset_rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ rain stackset rm <stackset>

* [rain stackset](rain_stackset.md) - This command manipulates stack sets.

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ rain tree [template]

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025
2 changes: 1 addition & 1 deletion docs/rain_watch.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ rain watch <stack>

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Apr-2025
###### Auto generated by spf13/cobra on 4-Jun-2025