Skip to content

Commit 75790ae

Browse files
committed
Update doe style docs and regenerate docs
1 parent ad08dbf commit 75790ae

31 files changed

+35
-35
lines changed

cft/format/transform.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
// Global, set by command arg --node-style
1212
var NodeStyle string
1313

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

1616
func mergeComments(comments []string) string {
1717
out := strings.Builder{}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Rain is a command line tool for working with AWS CloudFormation templates and st
3636
* [rain tree](rain_tree.md) - Find dependencies of Resources and Outputs in a local template
3737
* [rain watch](rain_watch.md) - Display an updating view of a CloudFormation stack
3838

39-
###### Auto generated by spf13/cobra on 3-Apr-2025
39+
###### Auto generated by spf13/cobra on 7-Apr-2025

docs/rain_bootstrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ rain bootstrap
3333

3434
* [rain](index.md) -
3535

36-
###### Auto generated by spf13/cobra on 3-Apr-2025
36+
###### Auto generated by spf13/cobra on 7-Apr-2025

docs/rain_build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ rain build [<resource type>] or <prompt>
4242

4343
* [rain](index.md) -
4444

45-
###### Auto generated by spf13/cobra on 3-Apr-2025
45+
###### Auto generated by spf13/cobra on 7-Apr-2025

docs/rain_cat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ rain cat <stack>
3535

3636
* [rain](index.md) -
3737

38-
###### Auto generated by spf13/cobra on 3-Apr-2025
38+
###### Auto generated by spf13/cobra on 7-Apr-2025

docs/rain_cc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ You must pass the --experimental (-x) flag to use this command, to acknowledge t
3333
* [rain cc rm](rain_cc_rm.md) - Delete a deployment created by cc deploy (Experimental!)
3434
* [rain cc state](rain_cc_state.md) - Download the state file for a template deployed with cc deploy
3535

36-
###### Auto generated by spf13/cobra on 3-Apr-2025
36+
###### Auto generated by spf13/cobra on 7-Apr-2025

docs/rain_cc_deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ rain cc deploy <template> <name>
4040

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

43-
###### Auto generated by spf13/cobra on 3-Apr-2025
43+
###### Auto generated by spf13/cobra on 7-Apr-2025

docs/rain_cc_drift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ rain cc drift <name>
3333

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

36-
###### Auto generated by spf13/cobra on 3-Apr-2025
36+
###### Auto generated by spf13/cobra on 7-Apr-2025

docs/rain_cc_rm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ rain cc rm <name>
3333

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

36-
###### Auto generated by spf13/cobra on 3-Apr-2025
36+
###### Auto generated by spf13/cobra on 7-Apr-2025

docs/rain_cc_state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ rain cc state <name>
3333

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

36-
###### Auto generated by spf13/cobra on 3-Apr-2025
36+
###### Auto generated by spf13/cobra on 7-Apr-2025

0 commit comments

Comments
 (0)