aptible-cli 0.15.0 → 0.15.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aptible/cli/subcommands/endpoints.rb +8 -0
- data/lib/aptible/cli/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2aec11046fa93016d3c52c5372b13a997deda17e
|
4
|
+
data.tar.gz: b52b602e6d89a5c4e104f8b59476f71aa458677d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cabaf10d1d361ffdd998d17bd2e77de1e9df12203aeb0f4dc3fdd53a7e76d615e0ab6e1087b8b6b9618ef16161d26a0340995d561e34b0d96bd92bfca8c8e5a8
|
7
|
+
data.tar.gz: 975b2bac642626633ccc13055759586619d6a70d36ae3eba8cbb20869cbaa504c91912a1f816ac6060032b6c0c00f5f7453e98c4bf8343bc648aa19837c7775b
|
@@ -153,6 +153,14 @@ module Aptible
|
|
153
153
|
|
154
154
|
desc 'endpoints:renew [--app APP] ENDPOINT_HOSTNAME', \
|
155
155
|
'Renew an App Managed TLS Endpoint'
|
156
|
+
long_desc <<-LONGDESC
|
157
|
+
Use this command for the initial activation of an App Managed
|
158
|
+
TLS Endpoint.
|
159
|
+
|
160
|
+
WARNING: review the documentation on rate limits before using
|
161
|
+
this command automatically
|
162
|
+
(http://go.aptible.com/managed-tls-rate-limits).
|
163
|
+
LONGDESC
|
156
164
|
app_options
|
157
165
|
define_method 'endpoints:renew' do |hostname|
|
158
166
|
app = ensure_app(options)
|
data/lib/aptible/cli/version.rb
CHANGED