aptible-cli 0.6.6 → 0.6.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5476287949f6306971e1400683283f93a8a07d5f
4
- data.tar.gz: 8e1f9600ebc7787553c8c11e02b35dd80ae5af47
3
+ metadata.gz: 7800411b1c246c299e73b915d9352b3f3ba2ce47
4
+ data.tar.gz: 84b8ca4a819ba20f99887b10af6fb6921256fe80
5
5
  SHA512:
6
- metadata.gz: f63a2b3abaa73cfe3b61fcad53ad1701279e33ae7d2991646dbc1d997c6b5d8049f2e6515d2b79290e369ef5ce02195f6a30293e6439aae3a16e95685d862500
7
- data.tar.gz: 1dcfcaad6fd98538bea9a3772c505ee4331d3016ead7ccf4fa42c41e957841617a91c13a1e8a57e3f2f483b79821c06ac37fc9a219e968d5b8cc0230315ecac0
6
+ metadata.gz: 6b1d82455c6c2d2eea71366923ce913dc6a2678bc1aaef7222177c643d44088f14273aac3441bad4225044668c06f343aa52379cbb0241f1591f596437dc61cf
7
+ data.tar.gz: 0bddfeb029c33710957829594e08635c5e42811c46fd0b45dfd06994eb1a7e13c2c1a50173d4f387fd01f6ab26275aed9508aa21d0e48647abd29fbffb473c94
data/README.md CHANGED
@@ -43,7 +43,7 @@ Commands:
43
43
  aptible domains # Print an app's current virtual domains
44
44
  aptible help [COMMAND] # Describe available commands or one specific command
45
45
  aptible login # Log in to Aptible
46
- aptible logs # Follows logs from a running app - DEPRECATED
46
+ aptible logs # Follows logs from a running app
47
47
  aptible ps # Display running processes for an app - DEPRECATED
48
48
  aptible rebuild # Rebuild an app, and restart its services
49
49
  aptible restart # Restart all services associated with an app
@@ -9,11 +9,10 @@ module Aptible
9
9
  include Helpers::Operation
10
10
  include Helpers::App
11
11
 
12
- desc 'logs', 'Follows logs from a running app - DEPRECATED'
12
+ desc 'logs', 'Follows logs from a running app'
13
13
  app_options
14
14
  def logs
15
15
  app = ensure_app(options)
16
- deprecated('This command is deprecated on Aptible v2 stacks.')
17
16
  unless app.status == 'provisioned' && app.services.any?
18
17
  fail Thor::Error, 'Unable to retrieve logs. ' \
19
18
  "Have you deployed #{app.handle} yet?"
@@ -1,5 +1,5 @@
1
1
  module Aptible
2
2
  module CLI
3
- VERSION = '0.6.6'
3
+ VERSION = '0.6.7'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aptible-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.6
4
+ version: 0.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frank Macreery
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-06 00:00:00.000000000 Z
11
+ date: 2016-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aptible-api