dpl 1.5.2.travis.243.2 → 1.5.2.travis.244.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 +13 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MGFiOGZlNTBhMjA5ZmFiMGFkMmExNWEwZWU5Yzg3ZmUyMzFiMjlkMA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YjEyYzE4MzVjYjJjZTAwNzhmMDY2ZTkzZTMzZDM4YWE1NDhjOGM3NA==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NWZkNTJiODJjYTdiOTk2ZjQ2ZGVhMTQ2MGZlOThiYzYzNmMzNGFlYWY2MTAx
|
|
10
|
+
NmRhN2I1ZDAzOTliODUyYjU5YjZjZjFiYjVkY2I3Yjc1NDNiZTZmZmU0MzY1
|
|
11
|
+
ZWU0ZmFhMjlhZDc5NjFhMjkxNzNjZTY5ODExNmU1NWU0MWUwZDk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YmMwNjk0NTY1MjIyYjhiYzQyM2E1YmFjMTE0M2NhYzYzYTZhZTc1MzRiNzQ1
|
|
14
|
+
NDhlYjJkNmQ3OTY2MzJjNjE1ZTM5ZjJiM2IwZjFjMmRkYzVmZjQ2YWQyOWRh
|
|
15
|
+
M2NhN2FjOTVhYmVkNmY0ZmZhYjllMWQ4ZDFkZTFjNGJjYTJkMmE=
|
data/README.md
CHANGED
|
@@ -196,3 +196,16 @@ As a rule of thumb, you should switch to the Git strategy if you run into issues
|
|
|
196
196
|
#### Examples:
|
|
197
197
|
|
|
198
198
|
dpl --provider=cloudfoundry --username=<username> --password=<password> --organization=<organization> --target=<target> --space=<space>
|
|
199
|
+
|
|
200
|
+
### dotCloud:
|
|
201
|
+
|
|
202
|
+
#### Options:
|
|
203
|
+
|
|
204
|
+
* **api_key**: dotCloud api key.
|
|
205
|
+
* **app**: dotcloud app.
|
|
206
|
+
* **service**: dotcloud service to run commands on. Defaults to 'www'.
|
|
207
|
+
|
|
208
|
+
#### Examples:
|
|
209
|
+
|
|
210
|
+
dpl --provider=dotcloud --api_key=<api_key> --app=<app>
|
|
211
|
+
dpl --provider=dotcloud --api_key=<api_key> --app=<app> --service=<service>
|