Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.

Commit 3a1d363

Browse files
authored
Merge pull request #628 from ericzbeard/v-1-21-0
Version bump
2 parents 86ef206 + 69db385 commit 3a1d363

127 files changed

Lines changed: 3395 additions & 1172 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/bash_completion.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,8 @@ _rain_build()
454454
local_nonpersistent_flags+=("--no-cache")
455455
flags+=("--omit-patches")
456456
local_nonpersistent_flags+=("--omit-patches")
457+
flags+=("--only-cache")
458+
local_nonpersistent_flags+=("--only-cache")
457459
flags+=("--output=")
458460
two_word_flags+=("--output")
459461
two_word_flags+=("-o")
@@ -961,6 +963,8 @@ _rain_deploy()
961963
local_nonpersistent_flags+=("-k")
962964
flags+=("--nested-change-set")
963965
local_nonpersistent_flags+=("--nested-change-set")
966+
flags+=("--no-analytics")
967+
local_nonpersistent_flags+=("--no-analytics")
964968
flags+=("--no-exec")
965969
flags+=("-x")
966970
local_nonpersistent_flags+=("--no-exec")
@@ -1091,6 +1095,8 @@ _rain_fmt()
10911095
two_word_flags+=("--pkl-package")
10921096
local_nonpersistent_flags+=("--pkl-package")
10931097
local_nonpersistent_flags+=("--pkl-package=")
1098+
flags+=("--uncdk")
1099+
local_nonpersistent_flags+=("--uncdk")
10941100
flags+=("--unsorted")
10951101
flags+=("-u")
10961102
local_nonpersistent_flags+=("--unsorted")
@@ -1673,6 +1679,8 @@ _rain_pkg()
16731679
flags+=("-h")
16741680
local_nonpersistent_flags+=("--help")
16751681
local_nonpersistent_flags+=("-h")
1682+
flags+=("--no-analytics")
1683+
local_nonpersistent_flags+=("--no-analytics")
16761684
flags+=("--node-style=")
16771685
two_word_flags+=("--node-style")
16781686
local_nonpersistent_flags+=("--node-style")

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 17-Dec-2024
39+
###### Auto generated by spf13/cobra on 10-Jan-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 17-Dec-2024
36+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_build.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ rain build [<resource type>] or <prompt>
2121
--model string The ID of the Bedrock model to use for --prompt. Shorthand: claude2, claude3haiku, claude3sonnet, claude3opus, claude3.5sonnet (default "claude2")
2222
--no-cache Do not used cached schema files
2323
--omit-patches Omit patches and use the raw schema
24+
--only-cache Only use cached schema files
2425
-o, --output string Output to a file
2526
--pkl-class Output a pkl class based on a resource type schema
2627
-p, --profile string AWS profile name; read from the AWS CLI configuration file
@@ -41,4 +42,4 @@ rain build [<resource type>] or <prompt>
4142

4243
* [rain](index.md) -
4344

44-
###### Auto generated by spf13/cobra on 17-Dec-2024
45+
###### Auto generated by spf13/cobra on 10-Jan-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 17-Dec-2024
38+
###### Auto generated by spf13/cobra on 10-Jan-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 17-Dec-2024
36+
###### Auto generated by spf13/cobra on 10-Jan-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 17-Dec-2024
43+
###### Auto generated by spf13/cobra on 10-Jan-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 17-Dec-2024
36+
###### Auto generated by spf13/cobra on 10-Jan-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 17-Dec-2024
36+
###### Auto generated by spf13/cobra on 10-Jan-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 17-Dec-2024
36+
###### Auto generated by spf13/cobra on 10-Jan-2025

0 commit comments

Comments
 (0)