dpl 1.5.2.travis.242.2 → 1.5.2.travis.243.2
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 +8 -8
- data/README.md +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NTAxMTg0MWFjNWZiODlkMGE3OGIyZjIzOWM2NTYyYzA3YmY5NTQwYw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZTkzOTU4OGQzMDUxMzUxZjdlZmQ3ODliYThiY2IyMmY4N2QxYmUxYQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NDFiNTM0ODBhZjdlYjVhYjhiY2FhMzBhMGU3MmJhMjY0NmYwZjczNzg2ODMx
|
|
10
|
+
MmFiZjQyNDUyZTRkZDU4YjA5ZGZmMDcwM2Y2NGI0Nzg4NmQxOGQ1ZmY3MmEz
|
|
11
|
+
YjE2MzJkYTQxZTM5MTAxZTAwOWYzMmJjM2MzNzY1OTljMjY0M2U=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YjI2ODQ5M2FkY2JjOGE2Y2RjZmM0NTkyNTcxOGUzMzNhM2RjMDFmYjdkZDU1
|
|
14
|
+
NGQ2NjY3MjM4YmM4ZDJhNTc5OTE3NTdjYWVlYmQ0NGY5YWVlMjk4ZjZkNjcw
|
|
15
|
+
Yjk3NDFmYWY4ZDUzYjdlYWZiMjM0MzNjMmY2NmExZDM5ZjI2OTQ=
|
data/README.md
CHANGED
|
@@ -179,6 +179,10 @@ As a rule of thumb, you should switch to the Git strategy if you run into issues
|
|
|
179
179
|
* **api-key**: Divshot.io API key
|
|
180
180
|
* **environment**: Which environment (development, staging, production) to deploy to
|
|
181
181
|
|
|
182
|
+
#### Examples:
|
|
183
|
+
|
|
184
|
+
dpl --provider=divshot --api-key=<api-key> --environment=<environment>
|
|
185
|
+
|
|
182
186
|
### Cloud Foundry:
|
|
183
187
|
|
|
184
188
|
#### Options:
|