Skip to content

Commit ea4eb87

Browse files
authored
Merge pull request #674 from dothomson/docs-update
Update docs - strict-booleans and default branch name
2 parents d7787d2 + 75790ae commit ea4eb87

32 files changed

+37
-37
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ reported the issue. Please try to include as much information as you can. Detail
2323
## Contributing via Pull Requests
2424
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
2525

26-
1. You are working against the latest source on the *master* branch.
26+
1. You are working against the latest source on the *main* branch.
2727
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
2828
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
2929

@@ -56,6 +56,6 @@ If you discover a potential security issue in this project we ask that you notif
5656

5757
## Licensing
5858

59-
See the [LICENSE](https://github.com/aws-cloudformation/rain/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
59+
See the [LICENSE](https://github.com/aws-cloudformation/rain/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
6060

6161
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

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

0 commit comments

Comments
 (0)