@digigov/cli 0.5.22 → 0.5.26
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/CHANGELOG.json +41 -0
- package/CHANGELOG.md +25 -1
- package/README.md +3 -3
- package/lib.js +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +7 -8
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/cli",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.5.26",
|
|
6
|
+
"tag": "@digigov/cli_v0.5.26",
|
|
7
|
+
"date": "Thu, 10 Feb 2022 13:45:56 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "pin down dependency versions"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "0.5.25",
|
|
18
|
+
"tag": "@digigov/cli_v0.5.25",
|
|
19
|
+
"date": "Tue, 02 Nov 2021 13:03:39 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"none": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "change node supported versions"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"patch": [
|
|
27
|
+
{
|
|
28
|
+
"comment": "Bump version to update node engine version"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"version": "0.5.24",
|
|
35
|
+
"tag": "@digigov/cli_v0.5.24",
|
|
36
|
+
"date": "Thu, 12 Aug 2021 08:56:35 GMT",
|
|
37
|
+
"comments": {}
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"version": "0.5.23",
|
|
41
|
+
"tag": "@digigov/cli_v0.5.23",
|
|
42
|
+
"date": "Thu, 12 Aug 2021 06:18:14 GMT",
|
|
43
|
+
"comments": {}
|
|
44
|
+
},
|
|
4
45
|
{
|
|
5
46
|
"version": "0.5.22",
|
|
6
47
|
"tag": "@digigov/cli_v0.5.22",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
# Change Log - @digigov/cli
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 10 Feb 2022 13:45:56 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.5.26
|
|
6
|
+
Thu, 10 Feb 2022 13:45:56 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- pin down dependency versions
|
|
11
|
+
|
|
12
|
+
## 0.5.25
|
|
13
|
+
Tue, 02 Nov 2021 13:03:39 GMT
|
|
14
|
+
|
|
15
|
+
### Patches
|
|
16
|
+
|
|
17
|
+
- Bump version to update node engine version
|
|
18
|
+
|
|
19
|
+
## 0.5.24
|
|
20
|
+
Thu, 12 Aug 2021 08:56:35 GMT
|
|
21
|
+
|
|
22
|
+
_Version update only_
|
|
23
|
+
|
|
24
|
+
## 0.5.23
|
|
25
|
+
Thu, 12 Aug 2021 06:18:14 GMT
|
|
26
|
+
|
|
27
|
+
_Version update only_
|
|
4
28
|
|
|
5
29
|
## 0.5.22
|
|
6
30
|
Tue, 03 Aug 2021 12:09:02 GMT
|
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ $ npm install -g @digigov/cli
|
|
|
19
19
|
$ digigov COMMAND
|
|
20
20
|
running command...
|
|
21
21
|
$ digigov (-v|--version|version)
|
|
22
|
-
@digigov/cli/0.5.
|
|
22
|
+
@digigov/cli/0.5.26 darwin-x64 node-v14.17.6
|
|
23
23
|
$ digigov --help [COMMAND]
|
|
24
24
|
USAGE
|
|
25
25
|
$ digigov COMMAND
|
|
@@ -44,7 +44,7 @@ EXAMPLE
|
|
|
44
44
|
hello world from ./src/hello.ts!
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
_See code: [src/commands/hello.ts](https://github.com/tooling/cli/blob/v0.5.
|
|
47
|
+
_See code: [src/commands/hello.ts](https://github.com/tooling/cli/blob/v0.5.26/src/commands/hello.ts)_
|
|
48
48
|
|
|
49
49
|
## `digigov help [COMMAND]`
|
|
50
50
|
|
|
@@ -61,5 +61,5 @@ OPTIONS
|
|
|
61
61
|
--all see all commands in CLI
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.
|
|
64
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.3.1/src/commands/help.ts)_
|
|
65
65
|
<!-- commandsstop -->
|
package/lib.js
CHANGED
|
@@ -173,7 +173,7 @@ function aliases(dir, absolute = false) {
|
|
|
173
173
|
const packages = resolveLocalPackages(project.root, deps);
|
|
174
174
|
Object.keys(packages).forEach((key) => {
|
|
175
175
|
const project = packages[key];
|
|
176
|
-
if (deps.includes(project.name)
|
|
176
|
+
if (deps.includes(project.name) && project.package.devDependencies && project.package.devDependencies['@digigov/cli-build'] && project.isWorkspace) {
|
|
177
177
|
const projectSrc = path.join(project.root, project.src);
|
|
178
178
|
if (absolute) {
|
|
179
179
|
aliases[project.name] = path.resolve(root, projectSrc);
|
|
@@ -226,7 +226,7 @@ class DigigovCommand extends Command {
|
|
|
226
226
|
const { stdout: currentBinFolder } = await execa('npm', ['bin'])
|
|
227
227
|
executable = path.join(currentBinFolder, script)
|
|
228
228
|
}
|
|
229
|
-
if(!fs.existsSync(executable)){
|
|
229
|
+
if (!fs.existsSync(executable)) {
|
|
230
230
|
throw new Error(`Executable ${script} not installed`)
|
|
231
231
|
}
|
|
232
232
|
console.log('Running ', executable, ...args)
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.5.
|
|
1
|
+
{"version":"0.5.26","commands":{"hello":{"id":"hello","description":"describe the command here","pluginName":"@digigov/cli","pluginType":"core","aliases":[],"examples":["$ digigov hello\nhello world from ./src/hello.ts!\n"],"flags":{},"args":[{"name":"file"}]}}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/cli",
|
|
3
3
|
"description": "CLI for Digigov apps and libs with plugin support",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.26",
|
|
5
5
|
"author": "GRNET Devs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"digigov": "./bin/run"
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
"@oclif/config": "1",
|
|
12
12
|
"@oclif/plugin-help": "3",
|
|
13
13
|
"tslib": "1",
|
|
14
|
-
"cli-ux": "
|
|
15
|
-
"@oclif/errors": "
|
|
14
|
+
"cli-ux": "5.5.1",
|
|
15
|
+
"@oclif/errors": "1.3.4",
|
|
16
16
|
"pkg-up": "3.1.0",
|
|
17
|
-
"fs-extra": "
|
|
18
|
-
"deepmerge": "
|
|
17
|
+
"fs-extra": "10.0.0",
|
|
18
|
+
"deepmerge": "4.2.2",
|
|
19
19
|
"execa": "5.0.0",
|
|
20
20
|
"rimraf": "3.0.2",
|
|
21
21
|
"glob": "7.1.6",
|
|
22
|
-
"@microsoft/rush-lib": "
|
|
22
|
+
"@microsoft/rush-lib": "5.46.1"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@oclif/dev-cli": "1",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"typescript": "4.2.3"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
|
-
"node": ">=12.13.0
|
|
38
|
+
"node": ">=12.13.0"
|
|
39
39
|
},
|
|
40
40
|
"files": [
|
|
41
41
|
"/bin",
|
|
@@ -48,7 +48,6 @@
|
|
|
48
48
|
"keywords": [
|
|
49
49
|
"oclif"
|
|
50
50
|
],
|
|
51
|
-
"license": "\\",
|
|
52
51
|
"main": "lib/index.js",
|
|
53
52
|
"oclif": {
|
|
54
53
|
"commands": "./lib/commands",
|