dokku-installer-cli 0.1.2 → 0.1.3

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: 4c58e7bdae88a45380d380daf693545cb54a456e
4
- data.tar.gz: 1bee3b376ba7bafa373dbf982762da12c314115d
3
+ metadata.gz: b362f64ffe33bf2332b30bccf6dfc0566a9e2ad9
4
+ data.tar.gz: 875be774fb38f75bbf46c226886f24a3c4cd3bc2
5
5
  SHA512:
6
- metadata.gz: 7d8c7e0c230d043a6518b7174aeab7d416125b21385bfc873a3d46379dcc2500fe096d6f9f932cd634227f27177e1894f1bb0ce8806dbe1d74c1796d2f2d99a1
7
- data.tar.gz: bc6dac8fa9bcea34fd866917010b2e4d19ecedda5fa9eed3804e6f8ef3985cef50a2a55e2e3a8366a4504ac75c35c416848ccba9f8a2b5a6bb5715deb6d2b48e
6
+ metadata.gz: 7b0ad9a8d8cb557a58706d99530a71091b74df15e223fb6eb32757aa130c2d90ee3659327b07c1c9a8d8c480f7590ea8e8ec65aece1b5fd21e684daca5511a84
7
+ data.tar.gz: 8f235856ca998bedd643d990e656624cc59b206ad378b0b4526415121225ce22011d668c19d0273c32f602b2a96d289c0273722e701f1439888a839930ea15b9
data/README.md CHANGED
@@ -37,8 +37,10 @@ Commands:
37
37
  dokku ssl:add CRT KEY # Add an SSL endpoint.
38
38
  dokku ssl:force DOMAIN # Force SSL on the given domain.
39
39
  dokku ssl:remove # Remove an SSL endpoint.
40
+ dokku update # Update dokku-installer-cli to latest version
41
+ dokku upgrade # Upgrade the Dokku install on your remote server
40
42
  dokku url # Show the URL for the application
41
- dokku version # Show dokku-installer-cli's version
43
+ dokku version # Show version information
42
44
  ```
43
45
 
44
46
  ## Contributing
@@ -3,7 +3,7 @@ require "net/http"
3
3
  require "thor"
4
4
 
5
5
  module DokkuInstaller
6
- VERSION = "0.1.2"
6
+ VERSION = "0.1.3"
7
7
 
8
8
  class Cli < Thor
9
9
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dokku-installer-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Pattison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-29 00:00:00.000000000 Z
11
+ date: 2014-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor