dpl 1.5.2.travis.241.2 → 1.5.2.travis.242.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 +14 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MDI4ZTI4OTc1M2EwNmUxZjkxNGQ1NmZhOTZjYzYyZWU0NmJlYTI3Nw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZDQyYWQ1MWIwMzViOWQwNmI0MzA4YzU4NDZiYjc3YzlkMzdhOTRmOQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZGY1MTAxOWEwOTZmNDc1NTA5MmIxODA1NTU3NDFhMjZiZTBhNjJjY2Q0ZTAy
|
|
10
|
+
YTdjMmY4MGJkMTQyOWQ4NTk5ZTdiNGNlNzRjZTE2MWM5YzI4ODc3ZTAzZWJk
|
|
11
|
+
MjVhYWRkYTczMTI4OGQxNGNmN2M0Yzk1ODUyZjA4MjMxN2M5ODU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ODRiMTBjN2JiOTI0M2ZlMDc0YWY0OTFkYjI4ZjFiYTA5YTM1NTJmZWU3ZGVl
|
|
14
|
+
OWU3ZjAwZWQzYTA4YTVmM2E3MzMyYmY4ZTg3MDIyMzc5ZjNkMjcwNDExYWUw
|
|
15
|
+
MjNkOWM0ZDdmNmZhNDMzZTMwMTU4MTNkYjA4NWMxZjA4M2M0YjA=
|
data/README.md
CHANGED
|
@@ -178,3 +178,17 @@ As a rule of thumb, you should switch to the Git strategy if you run into issues
|
|
|
178
178
|
|
|
179
179
|
* **api-key**: Divshot.io API key
|
|
180
180
|
* **environment**: Which environment (development, staging, production) to deploy to
|
|
181
|
+
|
|
182
|
+
### Cloud Foundry:
|
|
183
|
+
|
|
184
|
+
#### Options:
|
|
185
|
+
|
|
186
|
+
* **username**: Cloud Foundry username.
|
|
187
|
+
* **password**: Cloud Foundry password.
|
|
188
|
+
* **organization**: Cloud Foundry target organization.
|
|
189
|
+
* **target**: Cloud Foundry target cloud/URL
|
|
190
|
+
* **space**: Cloud Foundry target space
|
|
191
|
+
|
|
192
|
+
#### Examples:
|
|
193
|
+
|
|
194
|
+
dpl --provider=cloudfoundry --username=<username> --password=<password> --organization=<organization> --target=<target> --space=<space>
|