@todesktop/cli 1.4.0 → 1.4.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.
@@ -1,5 +1,40 @@
1
1
  {
2
2
  "commands": [
3
+ {
4
+ "description": "",
5
+ "positionalArgs": [],
6
+ "args": [],
7
+ "isIndex": false,
8
+ "name": "logout",
9
+ "path": "logout.js",
10
+ "subCommands": []
11
+ },
12
+ {
13
+ "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.",
14
+ "positionalArgs": [],
15
+ "args": [
16
+ {
17
+ "key": "codeSign",
18
+ "type": "boolean",
19
+ "description": "Whether or not code-signing and notarization should be performed. Disable this for quicker builds",
20
+ "isRequired": false,
21
+ "aliases": [],
22
+ "positional": false
23
+ },
24
+ {
25
+ "key": "config",
26
+ "type": "string",
27
+ "description": "Path to a different configuration file. If not specified, `todesktop.json` in the project root will be used",
28
+ "isRequired": false,
29
+ "aliases": [],
30
+ "positional": false
31
+ }
32
+ ],
33
+ "isIndex": false,
34
+ "name": "build",
35
+ "path": "build.js",
36
+ "subCommands": []
37
+ },
3
38
  {
4
39
  "description": "View your builds",
5
40
  "positionalArgs": [
@@ -21,6 +56,14 @@
21
56
  "isRequired": false,
22
57
  "aliases": [],
23
58
  "positional": false
59
+ },
60
+ {
61
+ "key": "config",
62
+ "type": "string",
63
+ "description": "Path to a different configuration file. If not specified, `todesktop.json` in the project root will be used",
64
+ "isRequired": false,
65
+ "aliases": [],
66
+ "positional": false
24
67
  }
25
68
  ],
26
69
  "isIndex": false,
@@ -57,6 +100,14 @@
57
100
  "isRequired": false,
58
101
  "aliases": [],
59
102
  "positional": false
103
+ },
104
+ {
105
+ "key": "config",
106
+ "type": "string",
107
+ "description": "Path to a different configuration file. If not specified, `todesktop.json` in the project root will be used",
108
+ "isRequired": false,
109
+ "aliases": [],
110
+ "positional": false
60
111
  }
61
112
  ],
62
113
  "isIndex": false,
@@ -64,15 +115,6 @@
64
115
  "path": "release.js",
65
116
  "subCommands": []
66
117
  },
67
- {
68
- "description": "",
69
- "positionalArgs": [],
70
- "args": [],
71
- "isIndex": false,
72
- "name": "logout",
73
- "path": "logout.js",
74
- "subCommands": []
75
- },
76
118
  {
77
119
  "description": "",
78
120
  "positionalArgs": [],
@@ -81,32 +123,6 @@
81
123
  "name": "whoami",
82
124
  "path": "whoami.js",
83
125
  "subCommands": []
84
- },
85
- {
86
- "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.",
87
- "positionalArgs": [],
88
- "args": [
89
- {
90
- "key": "codeSign",
91
- "type": "boolean",
92
- "description": "Whether or not code-signing and notarization should be performed. Disable this for quicker builds",
93
- "isRequired": false,
94
- "aliases": [],
95
- "positional": false
96
- },
97
- {
98
- "key": "config",
99
- "type": "string",
100
- "description": "",
101
- "isRequired": false,
102
- "aliases": [],
103
- "positional": false
104
- }
105
- ],
106
- "isIndex": false,
107
- "name": "build",
108
- "path": "build.js",
109
- "subCommands": []
110
126
  }
111
127
  ]
112
128
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@todesktop/cli",
7
- "version": "1.4.0",
7
+ "version": "1.4.2",
8
8
  "license": "MIT",
9
9
  "author": "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
10
10
  "homepage": "https://todesktop.com/cli",