@lage-run/cli 0.4.27 → 0.4.28

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 CHANGED
@@ -2,7 +2,64 @@
2
2
  "name": "@lage-run/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 31 Oct 2022 21:56:01 GMT",
5
+ "date": "Tue, 01 Nov 2022 20:42:50 GMT",
6
+ "tag": "@lage-run/cli_v0.4.28",
7
+ "version": "0.4.28",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "kchau@microsoft.com",
12
+ "package": "@lage-run/cli",
13
+ "commit": "d93ffd227f46718fafd1062f9107bde2c98d4f37",
14
+ "comment": "cleaning up the tsconfig files"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/cli",
19
+ "comment": "Bump @lage-run/find-npm-client to v0.1.3",
20
+ "commit": "d93ffd227f46718fafd1062f9107bde2c98d4f37"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@lage-run/cli",
25
+ "comment": "Bump @lage-run/logger to v1.2.1",
26
+ "commit": "d93ffd227f46718fafd1062f9107bde2c98d4f37"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@lage-run/cli",
31
+ "comment": "Bump @lage-run/scheduler to v0.5.5",
32
+ "commit": "d93ffd227f46718fafd1062f9107bde2c98d4f37"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@lage-run/cli",
37
+ "comment": "Bump @lage-run/scheduler-types to v0.2.4",
38
+ "commit": "d93ffd227f46718fafd1062f9107bde2c98d4f37"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@lage-run/cli",
43
+ "comment": "Bump @lage-run/target-graph to v0.5.2",
44
+ "commit": "d93ffd227f46718fafd1062f9107bde2c98d4f37"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@lage-run/cli",
49
+ "comment": "Bump @lage-run/cache to v0.1.27",
50
+ "commit": "d93ffd227f46718fafd1062f9107bde2c98d4f37"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@lage-run/cli",
55
+ "comment": "Bump @lage-run/reporters to v0.2.35",
56
+ "commit": "d93ffd227f46718fafd1062f9107bde2c98d4f37"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Mon, 31 Oct 2022 21:56:09 GMT",
6
63
  "tag": "@lage-run/cli_v0.4.27",
7
64
  "version": "0.4.27",
8
65
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,27 @@
1
1
  # Change Log - @lage-run/cli
2
2
 
3
- This log was last generated on Mon, 31 Oct 2022 21:56:01 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Nov 2022 20:42:50 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.4.28
8
+
9
+ Tue, 01 Nov 2022 20:42:50 GMT
10
+
11
+ ### Patches
12
+
13
+ - cleaning up the tsconfig files (kchau@microsoft.com)
14
+ - Bump @lage-run/find-npm-client to v0.1.3
15
+ - Bump @lage-run/logger to v1.2.1
16
+ - Bump @lage-run/scheduler to v0.5.5
17
+ - Bump @lage-run/scheduler-types to v0.2.4
18
+ - Bump @lage-run/target-graph to v0.5.2
19
+ - Bump @lage-run/cache to v0.1.27
20
+ - Bump @lage-run/reporters to v0.2.35
21
+
7
22
  ## 0.4.27
8
23
 
9
- Mon, 31 Oct 2022 21:56:01 GMT
24
+ Mon, 31 Oct 2022 21:56:09 GMT
10
25
 
11
26
  ### Patches
12
27
 
@@ -0,0 +1 @@
1
+ export declare function showHelp(msg: string): void;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.showHelp = void 0;
4
+ function showHelp(msg) {
5
+ console.error(msg);
6
+ console.log(`
7
+ Usage: lage [command] [command] [options]
8
+
9
+ command:
10
+ init - initializes lage and its configuration file
11
+ cache - operates on the cache (pass in --clear or --prune [number of days, defaults to 30])
12
+ [command] - any command defined in the pipeline in the lage.config.js file
13
+
14
+ options:
15
+
16
+ `);
17
+ }
18
+ exports.showHelp = showHelp;
19
+ //# sourceMappingURL=showHelp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"showHelp.js","sourceRoot":"","sources":["../src/showHelp.ts"],"names":[],"mappings":";;;AAAA,SAAgB,QAAQ,CAAC,GAAW;IAClC,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAEnB,OAAO,CAAC,GAAG,CAAC;;;;;;;;;;CAUb,CAAC,CAAC;AACH,CAAC;AAdD,4BAcC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cli",
3
- "version": "0.4.27",
3
+ "version": "0.4.28",
4
4
  "description": "Command Line Interface for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -17,13 +17,13 @@
17
17
  "test": "jest"
18
18
  },
19
19
  "dependencies": {
20
- "@lage-run/find-npm-client": "^0.1.2",
21
- "@lage-run/logger": "^1.2.0",
22
- "@lage-run/scheduler": "^0.5.4",
23
- "@lage-run/scheduler-types": "^0.2.3",
24
- "@lage-run/target-graph": "^0.5.1",
25
- "@lage-run/cache": "^0.1.26",
26
- "@lage-run/reporters": "^0.2.34",
20
+ "@lage-run/find-npm-client": "^0.1.3",
21
+ "@lage-run/logger": "^1.2.1",
22
+ "@lage-run/scheduler": "^0.5.5",
23
+ "@lage-run/scheduler-types": "^0.2.4",
24
+ "@lage-run/target-graph": "^0.5.2",
25
+ "@lage-run/cache": "^0.1.27",
26
+ "@lage-run/reporters": "^0.2.35",
27
27
  "commander": "^9.4.0",
28
28
  "workspace-tools": "^0.29.0",
29
29
  "chokidar": "3.5.3",
package/tsconfig.json CHANGED
@@ -1,20 +1,7 @@
1
1
  {
2
+ "extends": "../tsconfig.lage2.json",
2
3
  "compilerOptions": {
3
- "target": "ES2017",
4
- "module": "CommonJS",
5
- "moduleResolution": "Node",
6
- "declaration": true,
7
- "lib": ["ES2017"],
8
- "allowJs": true,
9
- "outDir": "./lib",
10
- "strict": true,
11
- "noImplicitAny": false,
12
- "allowSyntheticDefaultImports": true,
13
- "esModuleInterop": true,
14
- "forceConsistentCasingInFileNames": true,
15
- "skipLibCheck": true,
16
- "noUnusedLocals": false,
17
- "sourceMap": true
4
+ "outDir": "./lib"
18
5
  },
19
- "include": ["src/cli.ts", "src/index.ts", "src/commands/**/*.ts"]
6
+ "include": ["src/**/*.ts", "src/index.ts"]
20
7
  }