Skip to content

Commit 4ff7e23

Browse files
doc++
1 parent 2a511d3 commit 4ff7e23

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

README.md

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,18 @@ Using a command like this will tell you how many apps have the update installed:
200200
nativescript-code-push deployment history <codepush-ios-appname> Staging
201201
```
202202

203+
Which produces something like this:
204+
205+
|Label|Release Time|App Version|Mandatory|Description|Install Metrics
206+
|---|---|---|---|---|---
207+
|v2|an hour ago|1.0.0|Yes|Mandatory iOS version!|Active: 11% (2 of 19)
208+
|||||Total: 2|
209+
||||||
210+
|v1|2 hours ago|1.0.0|No|Awesome iOS version!|Active: 26% (5 of 19)
211+
|||||Total: 5|
212+
203213
### Give me the details of the current release!
214+
This dumps the details of the most recent release for both the Staging and Production environments of your app:
204215

205216
```shell
206217
nativescript-code-push deployment ls <codepush-ios-appname>
@@ -212,18 +223,18 @@ And if you want to dump your deployment keys as well, use:
212223
nativescript-code-push deployment ls <codepush-ios-appname> --displayKeys
213224
```
214225

215-
┌────────────┬───────────────────────────────────────┬───────────────────────────────────────┬───────────────────────┐
216-
│ Name │ Deployment Key │ Update Metadata │ Install Metrics │
217-
├────────────┼───────────────────────────────────────┼───────────────────────────────────────┼───────────────────────┤
218-
│ Production │ r1DVaLfKjc0Y5d6BzqX45SFVss6a4ksvOXqog │ No updates released │ No installs recorded │
219-
├────────────┼───────────────────────────────────────┼───────────────────────────────────────┼───────────────────────┤
220-
│ Staging │ YTmVMy0GLCknVu3GVIynTxmfwxJN4ksvOXqog │ Label: v5 │ Active: 11% (2 of 19) │
221-
│ │ │ App Version: 1.0.0 │ Total: 2 │
222-
│ │ │ Mandatory: Yes │ │
223-
│ │ │ Release Time: an hour ago │ │
224-
│ │ │ Released By: eddyverbruggen@gmail.com │ │
225-
│ │ │ Description: Mandatory iOS version! │ │
226-
└────────────┴───────────────────────────────────────┴───────────────────────────────────────┴───────────────────────┘
226+
Which produces something like this:
227+
228+
|Name|Deployment Key|Update Metadata|Install Metrics
229+
|---|---|---|---
230+
|Production|r1DVaLfKjc0Y5d6BzqX45SFVss6a4ksvOXqog|No updates released|No installs recorded
231+
| | | |
232+
|Staging|YTmVMy0GLCknVu3GVIynTxmfwxJN4ksvOXqog|Label: v5|Active: 11% (2 of 19)
233+
| | |App Version: 1.0.0|Total: 2
234+
| | |Mandatory: Yes|
235+
| | |Release Time: an hour ago|
236+
| | |Released By: eddyverbruggen@gmail.com/
237+
| | |Description: Mandatory iOS version!/
227238

228239
## Testing CodePush packages during development
229240
You may want to play with CodePush before using it in production (smart move!).

0 commit comments

Comments
 (0)