dpl 1.8.32.travis.1935.5 → 1.8.32.travis.1949.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fad357af3207b1973843a10be41c1824a821e8be
|
4
|
+
data.tar.gz: 3dd571a615255b27304801f53db6f19de047fc4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ce1543fd186579f5743af1aa049dfcb4df83101bdfaa35556882cb4c372a2b2e0ea9ee35da21c61af0e07d794abb1db231e685ee66886b53abc7edd23028339
|
7
|
+
data.tar.gz: aa65ef2a16855d9c2d735046e5fc885cb75f885ef0dc3e4ec11dc44f0b8d497c45e74450e800fee1cb515697f334290dd1396a795640a0522b2deb836c24f3de
|
data/README.md
CHANGED
@@ -59,11 +59,11 @@ Dpl is published to rubygems.
|
|
59
59
|
|
60
60
|
## Usage:
|
61
61
|
|
62
|
-
###Security Warning:
|
62
|
+
### Security Warning:
|
63
63
|
|
64
64
|
Running dpl in a terminal that saves history is insecure as your password/api key will be saved as plain text by it.
|
65
65
|
|
66
|
-
###Global Flags
|
66
|
+
### Global Flags
|
67
67
|
* `--provider=<provider>` sets the provider you want to deploy to. Every provider has slightly different flags, which are documented in the section about your provider following.
|
68
68
|
* Dpl will deploy by default from the latest commit. Use the `--skip_cleanup` flag to deploy from the current file state. Note that many providers deploy by git and could ignore this option.
|
69
69
|
|
@@ -260,7 +260,7 @@ For authentication you can also use Travis CI secure environment variable:
|
|
260
260
|
* **domain**: Openshift Application Domain.
|
261
261
|
* **app**: Openshift Application. Defaults to git repo's name.
|
262
262
|
|
263
|
-
####Examples:
|
263
|
+
#### Examples:
|
264
264
|
|
265
265
|
dpl --provider=openshift --user=<username> --password=<password> --domain=<domain>
|
266
266
|
dpl --provider=openshift --user=<username> --password=<password> --domain=<domain> --app=<app>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dpl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.8.32.travis.
|
4
|
+
version: 1.8.32.travis.1949.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-04-
|
11
|
+
date: 2017-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|