Skip to content

Commit efb944c

Browse files
authored
Merge pull request #579 from ericzbeard/v-1-19-0
Version bump to v1.19.0
2 parents 7cbaaab + de297fa commit efb944c

File tree

125 files changed

+3886
-1774
lines changed

Some content is hidden

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

125 files changed

+3886
-1774
lines changed

docs/bash_completion.sh

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,18 @@ _rain_bootstrap()
390390
local_nonpersistent_flags+=("--region")
391391
local_nonpersistent_flags+=("--region=")
392392
local_nonpersistent_flags+=("-r")
393+
flags+=("--s3-bucket=")
394+
two_word_flags+=("--s3-bucket")
395+
local_nonpersistent_flags+=("--s3-bucket")
396+
local_nonpersistent_flags+=("--s3-bucket=")
397+
flags+=("--s3-owner=")
398+
two_word_flags+=("--s3-owner")
399+
local_nonpersistent_flags+=("--s3-owner")
400+
local_nonpersistent_flags+=("--s3-owner=")
401+
flags+=("--s3-prefix=")
402+
two_word_flags+=("--s3-prefix")
403+
local_nonpersistent_flags+=("--s3-prefix")
404+
local_nonpersistent_flags+=("--s3-prefix=")
393405
flags+=("--yes")
394406
flags+=("-y")
395407
local_nonpersistent_flags+=("--yes")
@@ -835,6 +847,10 @@ _rain_cc()
835847
two_word_flags+=("--s3-bucket")
836848
local_nonpersistent_flags+=("--s3-bucket")
837849
local_nonpersistent_flags+=("--s3-bucket=")
850+
flags+=("--s3-owner=")
851+
two_word_flags+=("--s3-owner")
852+
local_nonpersistent_flags+=("--s3-owner")
853+
local_nonpersistent_flags+=("--s3-owner=")
838854
flags+=("--s3-prefix=")
839855
two_word_flags+=("--s3-prefix")
840856
local_nonpersistent_flags+=("--s3-prefix")
@@ -977,6 +993,10 @@ _rain_deploy()
977993
two_word_flags+=("--s3-bucket")
978994
local_nonpersistent_flags+=("--s3-bucket")
979995
local_nonpersistent_flags+=("--s3-bucket=")
996+
flags+=("--s3-owner=")
997+
two_word_flags+=("--s3-owner")
998+
local_nonpersistent_flags+=("--s3-owner")
999+
local_nonpersistent_flags+=("--s3-owner=")
9801000
flags+=("--s3-prefix=")
9811001
two_word_flags+=("--s3-prefix")
9821002
local_nonpersistent_flags+=("--s3-prefix")
@@ -1679,6 +1699,10 @@ _rain_pkg()
16791699
two_word_flags+=("--s3-bucket")
16801700
local_nonpersistent_flags+=("--s3-bucket")
16811701
local_nonpersistent_flags+=("--s3-bucket=")
1702+
flags+=("--s3-owner=")
1703+
two_word_flags+=("--s3-owner")
1704+
local_nonpersistent_flags+=("--s3-owner")
1705+
local_nonpersistent_flags+=("--s3-owner=")
16821706
flags+=("--s3-prefix=")
16831707
two_word_flags+=("--s3-prefix")
16841708
local_nonpersistent_flags+=("--s3-prefix")
@@ -1976,6 +2000,18 @@ _rain_stackset()
19762000
local_nonpersistent_flags+=("--region")
19772001
local_nonpersistent_flags+=("--region=")
19782002
local_nonpersistent_flags+=("-r")
2003+
flags+=("--s3-bucket=")
2004+
two_word_flags+=("--s3-bucket")
2005+
local_nonpersistent_flags+=("--s3-bucket")
2006+
local_nonpersistent_flags+=("--s3-bucket=")
2007+
flags+=("--s3-owner=")
2008+
two_word_flags+=("--s3-owner")
2009+
local_nonpersistent_flags+=("--s3-owner")
2010+
local_nonpersistent_flags+=("--s3-owner=")
2011+
flags+=("--s3-prefix=")
2012+
two_word_flags+=("--s3-prefix")
2013+
local_nonpersistent_flags+=("--s3-prefix")
2014+
local_nonpersistent_flags+=("--s3-prefix=")
19792015
flags+=("--debug")
19802016

19812017
must_have_one_flag=()

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 21-Oct-2024
39+
###### Auto generated by spf13/cobra on 31-Oct-2024

docs/rain_bootstrap.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ rain bootstrap
1313
### Options
1414

1515
```
16-
-h, --help help for bootstrap
17-
-p, --profile string AWS profile name; read from the AWS CLI configuration file
18-
-r, --region string AWS region to use
19-
-y, --yes creates the bucket in the account without any user confirmation
16+
-h, --help help for bootstrap
17+
-p, --profile string AWS profile name; read from the AWS CLI configuration file
18+
-r, --region string AWS region to use
19+
--s3-bucket string Name of the S3 bucket that is used to upload assets
20+
--s3-owner string The account where S3 assets are stored
21+
--s3-prefix string Prefix to add to objects uploaded to S3 bucket
22+
-y, --yes creates the bucket in the account without any user confirmation
2023
```
2124

2225
### Options inherited from parent commands
@@ -30,4 +33,4 @@ rain bootstrap
3033

3134
* [rain](index.md) -
3235

33-
###### Auto generated by spf13/cobra on 21-Oct-2024
36+
###### Auto generated by spf13/cobra on 31-Oct-2024

docs/rain_build.md

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

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

44-
###### Auto generated by spf13/cobra on 21-Oct-2024
44+
###### Auto generated by spf13/cobra on 31-Oct-2024

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 21-Oct-2024
38+
###### Auto generated by spf13/cobra on 31-Oct-2024

docs/rain_cc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ You must pass the --experimental (-x) flag to use this command, to acknowledge t
1414
-p, --profile string AWS profile name; read from the AWS CLI configuration file
1515
-r, --region string AWS region to use
1616
--s3-bucket string Name of the S3 bucket that is used to upload assets
17+
--s3-owner string The account where S3 assets are stored
1718
--s3-prefix string Prefix to add to objects uploaded to S3 bucket
1819
```
1920

@@ -32,4 +33,4 @@ You must pass the --experimental (-x) flag to use this command, to acknowledge t
3233
* [rain cc rm](rain_cc_rm.md) - Delete a deployment created by cc deploy (Experimental!)
3334
* [rain cc state](rain_cc_state.md) - Download the state file for a template deployed with cc deploy
3435

35-
###### Auto generated by spf13/cobra on 21-Oct-2024
36+
###### Auto generated by spf13/cobra on 31-Oct-2024

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 21-Oct-2024
43+
###### Auto generated by spf13/cobra on 31-Oct-2024

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 21-Oct-2024
36+
###### Auto generated by spf13/cobra on 31-Oct-2024

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 21-Oct-2024
36+
###### Auto generated by spf13/cobra on 31-Oct-2024

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 21-Oct-2024
36+
###### Auto generated by spf13/cobra on 31-Oct-2024

0 commit comments

Comments
 (0)