@todesktop/cli 0.27.1 → 0.27.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.
- package/build/commands/build.js +3 -3
- package/build/commands/build.js.map +1 -1
- package/build/commands/builds.js +2 -2
- package/build/commands/builds.js.map +1 -1
- package/build/commands/logout.js +2 -2
- package/build/commands/logout.js.map +1 -1
- package/build/commands/release.js +2 -2
- package/build/commands/release.js.map +1 -1
- package/build/commands/whoami.js +2 -2
- package/build/commands/whoami.js.map +1 -1
- package/build/commands.json +33 -33
- package/package.json +5 -5
package/build/commands.json
CHANGED
|
@@ -1,12 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"commands": [
|
|
3
3
|
{
|
|
4
|
-
"description": "",
|
|
5
|
-
"positionalArgs": [
|
|
6
|
-
|
|
4
|
+
"description": "View your builds",
|
|
5
|
+
"positionalArgs": [
|
|
6
|
+
"id"
|
|
7
|
+
],
|
|
8
|
+
"args": [
|
|
9
|
+
{
|
|
10
|
+
"key": "id",
|
|
11
|
+
"type": "string",
|
|
12
|
+
"description": "View a specific build by ID",
|
|
13
|
+
"isRequired": false,
|
|
14
|
+
"aliases": [],
|
|
15
|
+
"positional": true
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"key": "latest",
|
|
19
|
+
"type": "boolean",
|
|
20
|
+
"description": "View the latest build",
|
|
21
|
+
"isRequired": false,
|
|
22
|
+
"aliases": [],
|
|
23
|
+
"positional": false
|
|
24
|
+
}
|
|
25
|
+
],
|
|
7
26
|
"isIndex": false,
|
|
8
|
-
"name": "
|
|
9
|
-
"path": "
|
|
27
|
+
"name": "builds",
|
|
28
|
+
"path": "builds.js",
|
|
10
29
|
"subCommands": []
|
|
11
30
|
},
|
|
12
31
|
{
|
|
@@ -27,6 +46,15 @@
|
|
|
27
46
|
"path": "build.js",
|
|
28
47
|
"subCommands": []
|
|
29
48
|
},
|
|
49
|
+
{
|
|
50
|
+
"description": "",
|
|
51
|
+
"positionalArgs": [],
|
|
52
|
+
"args": [],
|
|
53
|
+
"isIndex": false,
|
|
54
|
+
"name": "logout",
|
|
55
|
+
"path": "logout.js",
|
|
56
|
+
"subCommands": []
|
|
57
|
+
},
|
|
30
58
|
{
|
|
31
59
|
"description": "Release a build",
|
|
32
60
|
"positionalArgs": [
|
|
@@ -63,34 +91,6 @@
|
|
|
63
91
|
"path": "release.js",
|
|
64
92
|
"subCommands": []
|
|
65
93
|
},
|
|
66
|
-
{
|
|
67
|
-
"description": "View your builds",
|
|
68
|
-
"positionalArgs": [
|
|
69
|
-
"id"
|
|
70
|
-
],
|
|
71
|
-
"args": [
|
|
72
|
-
{
|
|
73
|
-
"key": "id",
|
|
74
|
-
"type": "string",
|
|
75
|
-
"description": "View a specific build by ID",
|
|
76
|
-
"isRequired": false,
|
|
77
|
-
"aliases": [],
|
|
78
|
-
"positional": true
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"key": "latest",
|
|
82
|
-
"type": "boolean",
|
|
83
|
-
"description": "View the latest build",
|
|
84
|
-
"isRequired": false,
|
|
85
|
-
"aliases": [],
|
|
86
|
-
"positional": false
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"isIndex": false,
|
|
90
|
-
"name": "builds",
|
|
91
|
-
"path": "builds.js",
|
|
92
|
-
"subCommands": []
|
|
93
|
-
},
|
|
94
94
|
{
|
|
95
95
|
"description": "",
|
|
96
96
|
"positionalArgs": [],
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"name": "@todesktop/cli",
|
|
7
|
-
"version": "0.27.
|
|
7
|
+
"version": "0.27.2",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"author": "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
|
|
10
10
|
"homepage": "https://todesktop.com/cli",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"bunyan": "^1.8.14",
|
|
46
46
|
"chalk": "^4.1.0",
|
|
47
47
|
"conf": "^7.1.2",
|
|
48
|
-
"date-fns": "^2.
|
|
48
|
+
"date-fns": "^2.28.0",
|
|
49
49
|
"del": "^6.0.0",
|
|
50
50
|
"dotenv": "^8.2.0",
|
|
51
51
|
"du": "^1.0.0",
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"final-form": "^4.20.1",
|
|
55
55
|
"find-up": "^5.0.0",
|
|
56
56
|
"firebase": "^7.23.0",
|
|
57
|
-
"git-rev-sync": "^3.0.
|
|
58
|
-
"ink": "^3.0
|
|
57
|
+
"git-rev-sync": "^3.0.2",
|
|
58
|
+
"ink": "^3.2.0",
|
|
59
59
|
"ink-gradient": "^2.0.0",
|
|
60
60
|
"ink-link": "^2.0.0",
|
|
61
61
|
"ink-progress-bar": "^3.0.0",
|
|
62
|
-
"ink-select-input": "^4.2.
|
|
62
|
+
"ink-select-input": "^4.2.1",
|
|
63
63
|
"ink-text-input": "^4.0.1",
|
|
64
64
|
"is-installed-globally": "^0.3.2",
|
|
65
65
|
"latest-version": "^5.1.0",
|