eb_deployer 0.4.4.beta3 → 0.4.4.beta4
Sign up to get free protection for your applications and to get access to all the features.
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