Skip to content

Commit 800f041

Browse files
committed
docs: Add the s to strict-booleans
1 parent 455f5f9 commit 800f041

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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, strict-boolean, quotescalars, original, or flow"
14+
var NodeStyleDocs = "Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-booleans, quotescalars, original, or flow"
1515

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

docs/rain_deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ rain deploy <template> [stack]
6464
--nested-change-set Whether or not to include nested stacks in the change set (default true)
6565
--no-analytics Do not write analytics to Metadata
6666
-x, --no-exec do not execute the changeset
67-
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-boolean, quotescalars, original, or flow (default "original")
67+
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-booleans, quotescalars, original, or flow (default "original")
6868
--params strings set parameter values; use the format key1=value1,key2=value2
6969
-p, --profile string AWS profile name; read from the AWS CLI configuration file
7070
-r, --region string AWS region to use

docs/rain_fmt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rain fmt <filename>...
1717
--debug Output debugging information
1818
-h, --help help for fmt
1919
-j, --json Output the template as JSON (default format: YAML).
20-
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-boolean, quotescalars, original, or flow
20+
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-booleans, quotescalars, original, or flow
2121
-p, --pkl Output the template as Pkl (default format: YAML).
2222
--pkl-basic Don't use Pkl modules for output
2323
--pkl-package string An alias or full package URI for the Pkl package for generated Pkl files (default "@cfn")

docs/rain_merge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rain merge <template> <template> ...
1616
-f, --force Don't warn on clashing attributes; rename them instead. Note: this will not rename Refs, GetAtts, etc.
1717
-h, --help help for merge
1818
--merge-imports Convert imported output values into GetAtts
19-
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-boolean, quotescalars, original, or flow
19+
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-booleans, quotescalars, original, or flow
2020
-o, --output string Output merged template to a file
2121
```
2222

docs/rain_pkg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ rain pkg <template>
5151
-x, --experimental Enable experimental features
5252
-h, --help help for pkg
5353
--no-analytics Do not include analytics in Metadata
54-
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-boolean, quotescalars, original, or flow
54+
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, strict-booleans, quotescalars, original, or flow
5555
-o, --output string Output packaged template to a file
5656
-p, --profile string AWS profile name; read from the AWS CLI configuration file
5757
-r, --region string AWS region to use

0 commit comments

Comments
 (0)