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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b0ef65d679c775ddb6867c82a3dcd03ff8b89242
4
- data.tar.gz: 1f59dcda5ee8d9dc6c66adc1253442602c79c33c
3
+ metadata.gz: 2aec11046fa93016d3c52c5372b13a997deda17e
4
+ data.tar.gz: b52b602e6d89a5c4e104f8b59476f71aa458677d
5
5
  SHA512:
6
- metadata.gz: 52cb99978e5c6ec6fdb91d9bbd8903d26df80a1ba4d1aecc62c63ee47bc415c24f864541a2d35e4b0e293be5f3b84d2ce482a1a5c1c8a8324f30d529b8ff0abf
7
- data.tar.gz: f50356c6dba2433f232b545415b887de601acc8f3e3ef9ec46d8dd9c0417c4e37dd31db3a2dd3cc2921cb3825822f9a5b894b37dbba5e7789c8fce22b76d4926
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)
@@ -1,5 +1,5 @@
1
1
  module Aptible
2
2
  module CLI
3
- VERSION = '0.15.0'.freeze
3
+ VERSION = '0.15.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aptible-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frank Macreery