Skip to content

Commit a3e5ece

Browse files
authored
Merge pull request #613 from ericzbeard/v-1-20-0
Schema updates for version bump
2 parents e303a7b + 4fdec72 commit a3e5ece

File tree

317 files changed

+26105
-7645
lines changed

Some content is hidden

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

317 files changed

+26105
-7645
lines changed

docs/bash_completion.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,6 +1828,18 @@ _rain_stackset_deploy()
18281828
two_word_flags+=("--regions")
18291829
local_nonpersistent_flags+=("--regions")
18301830
local_nonpersistent_flags+=("--regions=")
1831+
flags+=("--s3-bucket=")
1832+
two_word_flags+=("--s3-bucket")
1833+
local_nonpersistent_flags+=("--s3-bucket")
1834+
local_nonpersistent_flags+=("--s3-bucket=")
1835+
flags+=("--s3-owner=")
1836+
two_word_flags+=("--s3-owner")
1837+
local_nonpersistent_flags+=("--s3-owner")
1838+
local_nonpersistent_flags+=("--s3-owner=")
1839+
flags+=("--s3-prefix=")
1840+
two_word_flags+=("--s3-prefix")
1841+
local_nonpersistent_flags+=("--s3-prefix")
1842+
local_nonpersistent_flags+=("--s3-prefix=")
18311843
flags+=("--tags=")
18321844
two_word_flags+=("--tags")
18331845
local_nonpersistent_flags+=("--tags")
@@ -2000,18 +2012,6 @@ _rain_stackset()
20002012
local_nonpersistent_flags+=("--region")
20012013
local_nonpersistent_flags+=("--region=")
20022014
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=")
20152015
flags+=("--debug")
20162016

20172017
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 11-Nov-2024
39+
###### Auto generated by spf13/cobra on 16-Dec-2024

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 11-Nov-2024
36+
###### Auto generated by spf13/cobra on 16-Dec-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 11-Nov-2024
44+
###### Auto generated by spf13/cobra on 16-Dec-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 11-Nov-2024
38+
###### Auto generated by spf13/cobra on 16-Dec-2024

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 11-Nov-2024
36+
###### Auto generated by spf13/cobra on 16-Dec-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 11-Nov-2024
43+
###### Auto generated by spf13/cobra on 16-Dec-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 11-Nov-2024
36+
###### Auto generated by spf13/cobra on 16-Dec-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 11-Nov-2024
36+
###### Auto generated by spf13/cobra on 16-Dec-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 11-Nov-2024
36+
###### Auto generated by spf13/cobra on 16-Dec-2024

0 commit comments

Comments
 (0)