@todesktop/cli 1.5.0 → 1.5.1

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.
@@ -1,5 +1,31 @@
1
1
  {
2
2
  "commands": [
3
+ {
4
+ "description": "Build an Electron app with native installers, code signing baked-in, etc. but without releasing it (existing users won't get an auto-update). For quicker builds, you can append `--code-sign=false` to disable code-signing and notarization.",
5
+ "positionalArgs": [],
6
+ "args": [
7
+ {
8
+ "key": "codeSign",
9
+ "type": "boolean",
10
+ "description": "Whether or not code-signing and notarization should be performed. Disable this for quicker builds",
11
+ "isRequired": false,
12
+ "aliases": [],
13
+ "positional": false
14
+ },
15
+ {
16
+ "key": "config",
17
+ "type": "string",
18
+ "description": "Path to a different configuration file. If not specified, `todesktop.json` in the project root will be used",
19
+ "isRequired": false,
20
+ "aliases": [],
21
+ "positional": false
22
+ }
23
+ ],
24
+ "isIndex": false,
25
+ "name": "build",
26
+ "path": "build.js",
27
+ "subCommands": []
28
+ },
3
29
  {
4
30
  "description": "View your builds",
5
31
  "positionalArgs": [
@@ -33,7 +59,7 @@
33
59
  {
34
60
  "key": "count",
35
61
  "type": "number",
36
- "description": "Number of builds to show initially",
62
+ "description": "Number of builds to show per page",
37
63
  "isRequired": false,
38
64
  "aliases": [],
39
65
  "positional": false
@@ -45,55 +71,19 @@
45
71
  "isRequired": false,
46
72
  "aliases": [],
47
73
  "positional": false
48
- }
49
- ],
50
- "isIndex": false,
51
- "name": "builds",
52
- "path": "builds.js",
53
- "subCommands": []
54
- },
55
- {
56
- "description": "Build an Electron app with native installers, code signing baked-in, etc. but without releasing it (existing users won't get an auto-update). For quicker builds, you can append `--code-sign=false` to disable code-signing and notarization.",
57
- "positionalArgs": [],
58
- "args": [
59
- {
60
- "key": "codeSign",
61
- "type": "boolean",
62
- "description": "Whether or not code-signing and notarization should be performed. Disable this for quicker builds",
63
- "isRequired": false,
64
- "aliases": [],
65
- "positional": false
66
74
  },
67
75
  {
68
- "key": "config",
69
- "type": "string",
70
- "description": "Path to a different configuration file. If not specified, `todesktop.json` in the project root will be used",
76
+ "key": "exit",
77
+ "type": "boolean",
78
+ "description": "Disable dynamic pagination and exit the process once the build data has been displayed",
71
79
  "isRequired": false,
72
80
  "aliases": [],
73
81
  "positional": false
74
82
  }
75
83
  ],
76
84
  "isIndex": false,
77
- "name": "build",
78
- "path": "build.js",
79
- "subCommands": []
80
- },
81
- {
82
- "description": "",
83
- "positionalArgs": [],
84
- "args": [],
85
- "isIndex": false,
86
- "name": "whoami",
87
- "path": "whoami.js",
88
- "subCommands": []
89
- },
90
- {
91
- "description": "",
92
- "positionalArgs": [],
93
- "args": [],
94
- "isIndex": false,
95
- "name": "logout",
96
- "path": "logout.js",
85
+ "name": "builds",
86
+ "path": "builds.js",
97
87
  "subCommands": []
98
88
  },
99
89
  {
@@ -139,6 +129,24 @@
139
129
  "name": "release",
140
130
  "path": "release.js",
141
131
  "subCommands": []
132
+ },
133
+ {
134
+ "description": "",
135
+ "positionalArgs": [],
136
+ "args": [],
137
+ "isIndex": false,
138
+ "name": "logout",
139
+ "path": "logout.js",
140
+ "subCommands": []
141
+ },
142
+ {
143
+ "description": "",
144
+ "positionalArgs": [],
145
+ "args": [],
146
+ "isIndex": false,
147
+ "name": "whoami",
148
+ "path": "whoami.js",
149
+ "subCommands": []
142
150
  }
143
151
  ]
144
152
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@todesktop/cli",
7
- "version": "1.5.0",
7
+ "version": "1.5.1",
8
8
  "license": "MIT",
9
9
  "author": "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
10
10
  "homepage": "https://todesktop.com/cli",