dpl 1.5.2.travis.211.2 → 1.5.2.travis.216.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 +36 -36
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
Yzk3YzM5MDQ4M2FjZTk4Njg0MDVkN2M0MzQyZjc4MjNjNjYyZTA2NQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NWY3MDdhZTEzMGY4NTE0YzY2YjVjYjRhMWVkNTE3YTc2ZTZlZTQwMA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NTZhMmQxOWRkODNkYmQyOGMxNmRiNDIyOGQ5NjQ0N2Y4OTA2NjYxYmIzMTIw
|
10
|
+
NTUzMTQzMjE0MTFhNDFiZjkzZDM2MDQ4Y2UxOGMzNTM4M2Y3ZTkxYWRhZmM4
|
11
|
+
NzdiYjg0ZDFhMmJlMmRhNDhmYTBhNGU2NDZhZGE2Mjg4OGNiYTc=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OGY4ODJhMDlkODYwMjY3ZGRhMmNkMWVkMjg2ZTUyNzE4M2I4OTRiMWE5NzA0
|
14
|
+
OThmNTA5NGFhN2VkNTg4OTI2NDY5N2Q3ZmRkYjI5MTA1ZmFiOTU1MTZkNzY0
|
15
|
+
NGUyYzdiZDE2ODQxNTM0MjM2ZGM2MTliZDQ0Zjk3ZWVjM2E4ZTg=
|
data/README.md
CHANGED
@@ -85,89 +85,89 @@ As a rule of thumb, you should switch to the Git strategy if you run into issues
|
|
85
85
|
dpl --provider=engineyard --api-key=<api-key>
|
86
86
|
dpl --provider=engineyard --username=<username> --password=<password> --environment=staging
|
87
87
|
dpl --provider=engineyard --api-key=<api-key> --app=<application> --migrate=`rake db:migrate`
|
88
|
-
|
88
|
+
|
89
89
|
### Openshift:
|
90
|
-
|
90
|
+
|
91
91
|
#### Options:
|
92
|
-
|
92
|
+
|
93
93
|
* **username**: Openshift Username.
|
94
94
|
* **password**: Openshift Password.
|
95
95
|
* **domain**: Openshift Application Domain.
|
96
96
|
* **app**: Openshift Application. Defaults to git repo's name.
|
97
|
-
|
97
|
+
|
98
98
|
####Examples:
|
99
|
-
|
99
|
+
|
100
100
|
dpl --provider=openshift --username=<username> --password=<password> --domain=<domain>
|
101
101
|
dpl --provider=openshift --username=<username> --password=<password> --domain=<domain> --app=<app>
|
102
|
-
|
102
|
+
|
103
103
|
### cloudControl:
|
104
|
-
|
104
|
+
|
105
105
|
#### Options:
|
106
|
-
|
106
|
+
|
107
107
|
* **email**: cloudControll email.
|
108
108
|
* **password**: cloudControll password.
|
109
109
|
* **deployment**: cloudControll Deployment. Follows the format "APP_NAME/DEP_NAME".
|
110
|
-
|
110
|
+
|
111
111
|
#### Examples:
|
112
|
-
|
112
|
+
|
113
113
|
dpl --provider=cloudcontroll --email=<email> --password<password> --deployment=`APP_NAME/DEP_NAME`
|
114
|
-
|
114
|
+
|
115
115
|
### RubyGems:
|
116
|
-
|
116
|
+
|
117
117
|
#### Options:
|
118
|
-
|
118
|
+
|
119
119
|
* **api-key**: Rubygems Api Key.
|
120
|
-
|
120
|
+
|
121
121
|
#### Examples:
|
122
|
-
|
122
|
+
|
123
123
|
dpl --provider=rubygems --api-key=<api-key>
|
124
|
-
|
124
|
+
|
125
125
|
### PyPI:
|
126
|
-
|
126
|
+
|
127
127
|
#### Options:
|
128
|
-
|
128
|
+
|
129
129
|
* **user**: PyPI Username.
|
130
130
|
* **password**: PyPI Password.
|
131
131
|
* **server**: Optional. Only required if you want to release to a different index. Follows the form of "https://mypackageindex.com/index".
|
132
|
-
|
132
|
+
|
133
133
|
#### Examples:
|
134
|
-
|
134
|
+
|
135
135
|
dpl --provider=pypi --user=<username> --password=<password>
|
136
136
|
dpl --provider=pypi --user=<username> --password=<password> --server=`https://mypackageindex.com/index`
|
137
|
-
|
137
|
+
|
138
138
|
### NPM:
|
139
|
-
|
139
|
+
|
140
140
|
#### Options:
|
141
|
-
|
141
|
+
|
142
142
|
* **email**: NPM email.
|
143
143
|
* **api-key**: NPM api key. Can be retrieved from your ~/.npmrc file.
|
144
|
-
|
144
|
+
|
145
145
|
#### Examples:
|
146
|
-
|
146
|
+
|
147
147
|
dpl --provider=npm --email=<email> --api-key=<api-key>
|
148
|
-
|
148
|
+
|
149
149
|
### S3:
|
150
|
-
|
150
|
+
|
151
151
|
#### Options:
|
152
|
-
|
152
|
+
|
153
153
|
* **access-key-id**: AWS Access Key ID. Can be obtained from [here](https://console.aws.amazon.com/iam/home?#security_credential).
|
154
154
|
* **secret-access-key**: AWS Secret Key. Can be obtained from [here](https://console.aws.amazon.com/iam/home?#security_credential).
|
155
155
|
* **bucket**: S3 Bucket.
|
156
|
-
|
156
|
+
|
157
157
|
#### Examples:
|
158
|
-
|
158
|
+
|
159
159
|
dpl --provider=s3 --access-key-id=<access-key-id> --secret-access-key=<secret-access-key> --bucket=<bucket>
|
160
|
-
|
160
|
+
|
161
161
|
### Appfog:
|
162
|
-
|
162
|
+
|
163
163
|
#### Options:
|
164
|
-
|
164
|
+
|
165
165
|
* **email**: Appfog Email.
|
166
166
|
* **password**: Appfog Password.
|
167
167
|
* **app**: Appfog App. Defaults to git repo's name.
|
168
|
-
|
168
|
+
|
169
169
|
#### Examples:
|
170
|
-
|
170
|
+
|
171
171
|
dpl --provider=appfog --email=<email> --password=<password>
|
172
172
|
dpl --provider=appfog --email=<email> --password=<password> --app=<app>
|
173
|
-
|
173
|
+
|
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.5.2.travis.
|
4
|
+
version: 1.5.2.travis.216.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-11-
|
11
|
+
date: 2013-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|