eb_deployer 0.4.4.beta3 → 0.4.4.beta4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md
CHANGED
@@ -71,13 +71,11 @@ Once this new stack is stable or has run for a while you can choose to delete th
|
|
71
71
|
|
72
72
|
|
73
73
|
### Destroying a stack
|
74
|
-
So you are done with this
|
74
|
+
So you are done with this environment, you can destroy it easily as well.
|
75
75
|
|
76
76
|
# destroy one environment
|
77
77
|
$ eb_deployer -d -e <environment>
|
78
78
|
|
79
|
-
# alternatively, destroy all environments and the application along with it
|
80
|
-
$ eb_deployer -d --all
|
81
79
|
|
82
80
|
and you are done!
|
83
81
|
|
data/lib/eb_deployer/version.rb
CHANGED