You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/rain_build.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ rain build [<resource type>] or <prompt>
21
21
--model string The ID of the Bedrock model to use for --prompt. Shorthand: claude2, claude3haiku, claude3sonnet, claude3opus, claude3.5sonnet (default "claude2")
22
22
--no-cache Do not used cached schema files
23
23
--omit-patches Omit patches and use the raw schema
24
+
--only-cache Only use cached schema files
24
25
-o, --output string Output to a file
25
26
--pkl-class Output a pkl class based on a resource type schema
26
27
-p, --profile string AWS profile name; read from the AWS CLI configuration file
@@ -41,4 +42,4 @@ rain build [<resource type>] or <prompt>
41
42
42
43
*[rain](index.md) -
43
44
44
-
###### Auto generated by spf13/cobra on 17-Dec-2024
45
+
###### Auto generated by spf13/cobra on 10-Jan-2025
Copy file name to clipboardexpand all lines: docs/rain_deploy.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ rain deploy <template> [stack]
62
62
--ignore-unknown-params Ignore unknown parameters
63
63
-k, --keep keep deployed resources after a failure by disabling rollbacks
64
64
--nested-change-set Whether or not to include nested stacks in the change set (default true)
65
+
--no-analytics Do not write analytics to Metadata
65
66
-x, --no-exec do not execute the changeset
66
67
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, quotescalars, original, or flow (default "original")
67
68
--params strings set parameter values; use the format key1=value1,key2=value2
@@ -87,4 +88,4 @@ rain deploy <template> [stack]
87
88
88
89
*[rain](index.md) -
89
90
90
-
###### Auto generated by spf13/cobra on 17-Dec-2024
91
+
###### Auto generated by spf13/cobra on 10-Jan-2025
Copy file name to clipboardexpand all lines: docs/rain_stackset_deploy.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,10 @@ Rain will attempt to create an S3 bucket to store artifacts that it packages and
12
12
The bucket's name will be of the format rain-artifacts-<AWSaccountid>-<AWSregion>.
13
13
14
14
The config flags can be used to set accounts, regions to operate and tags with parameters to use.
15
-
Configuration file with extended options can be provided along with '--config' flag in YAML or JSON format (see example file for details).
15
+
Configuration file with extended options can be provided along with '--config' flag in YAML or JSON format (see [example file](https://github.com/aws-cloudformation/rain/blob/main/test/samples/test-config.yaml) for details).
16
16
17
17
YAML:
18
+
```
18
19
Parameters:
19
20
Name: Value
20
21
Tags:
@@ -28,9 +29,10 @@ StackSetInstances:
28
29
regions:
29
30
- us-east-1
30
31
- us-east-2
31
-
...
32
+
...
33
+
```
32
34
33
-
Account(s) and region(s) provided as flags OVERRIDE values from configuration files. Tags and parameters from the configuration file are MERGED with CLI flag values.
35
+
Account(s) and region(s) provided as flags OVERRIDE values from configuration files. Tags and parameters from the configuration file are MERGED with CLI flag values.
0 commit comments