@followthecode/cli 1.2.0 → 1.2.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.
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Serilog": {
|
|
3
|
+
"Using": [
|
|
4
|
+
"Serilog.Sinks.Console",
|
|
5
|
+
"Serilog.Sinks.OpenTelemetry"
|
|
6
|
+
],
|
|
7
|
+
"MinimumLevel": {
|
|
8
|
+
"Default": "Information",
|
|
9
|
+
"Override": {
|
|
10
|
+
"Microsoft": "Warning",
|
|
11
|
+
"System": "Warning"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"Enrich": [
|
|
15
|
+
"FromLogContext",
|
|
16
|
+
"WithThreadId",
|
|
17
|
+
"WithMachineName",
|
|
18
|
+
"WithEnvironmentUserName",
|
|
19
|
+
"WithExceptionDetails",
|
|
20
|
+
"WithOpenTelemetryTraceId",
|
|
21
|
+
"WithOpenTelemetrySpanId"
|
|
22
|
+
],
|
|
23
|
+
"Properties": {
|
|
24
|
+
"ApplicationName": "FTC-CLI"
|
|
25
|
+
},
|
|
26
|
+
"WriteTo": [
|
|
27
|
+
{
|
|
28
|
+
"Name": "Console",
|
|
29
|
+
"Args": {
|
|
30
|
+
"outputTemplate": "[{Timestamp:HH:mm:ss} {Level:u3}] [{ThreadId}] [{TraceId}/{SpanId}] {Message:lj}{NewLine}{Exception}"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Serilog": {
|
|
3
|
+
"Using": [
|
|
4
|
+
"Serilog.Sinks.Console",
|
|
5
|
+
"Serilog.Sinks.OpenTelemetry"
|
|
6
|
+
],
|
|
7
|
+
"MinimumLevel": {
|
|
8
|
+
"Default": "Information",
|
|
9
|
+
"Override": {
|
|
10
|
+
"Microsoft": "Warning",
|
|
11
|
+
"System": "Warning"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"Enrich": [
|
|
15
|
+
"FromLogContext",
|
|
16
|
+
"WithThreadId",
|
|
17
|
+
"WithMachineName",
|
|
18
|
+
"WithEnvironmentUserName",
|
|
19
|
+
"WithExceptionDetails",
|
|
20
|
+
"WithOpenTelemetryTraceId",
|
|
21
|
+
"WithOpenTelemetrySpanId"
|
|
22
|
+
],
|
|
23
|
+
"Properties": {
|
|
24
|
+
"ApplicationName": "FTC-CLI"
|
|
25
|
+
},
|
|
26
|
+
"WriteTo": [
|
|
27
|
+
{
|
|
28
|
+
"Name": "Console",
|
|
29
|
+
"Args": {
|
|
30
|
+
"outputTemplate": "[{Timestamp:HH:mm:ss} {Level:u3}] [{ThreadId}] [{TraceId}/{SpanId}] {Message:lj}{NewLine}{Exception}"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Serilog": {
|
|
3
|
+
"Using": [
|
|
4
|
+
"Serilog.Sinks.Console",
|
|
5
|
+
"Serilog.Sinks.OpenTelemetry"
|
|
6
|
+
],
|
|
7
|
+
"MinimumLevel": {
|
|
8
|
+
"Default": "Information",
|
|
9
|
+
"Override": {
|
|
10
|
+
"Microsoft": "Warning",
|
|
11
|
+
"System": "Warning"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"Enrich": [
|
|
15
|
+
"FromLogContext",
|
|
16
|
+
"WithThreadId",
|
|
17
|
+
"WithMachineName",
|
|
18
|
+
"WithEnvironmentUserName",
|
|
19
|
+
"WithExceptionDetails",
|
|
20
|
+
"WithOpenTelemetryTraceId",
|
|
21
|
+
"WithOpenTelemetrySpanId"
|
|
22
|
+
],
|
|
23
|
+
"Properties": {
|
|
24
|
+
"ApplicationName": "FTC-CLI"
|
|
25
|
+
},
|
|
26
|
+
"WriteTo": [
|
|
27
|
+
{
|
|
28
|
+
"Name": "Console",
|
|
29
|
+
"Args": {
|
|
30
|
+
"outputTemplate": "[{Timestamp:HH:mm:ss} {Level:u3}] [{ThreadId}] [{TraceId}/{SpanId}] {Message:lj}{NewLine}{Exception}"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@followthecode/cli",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "CLI tool for Git repository analysis and data collection",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -72,8 +72,13 @@
|
|
|
72
72
|
"bin/ftc.js",
|
|
73
73
|
"bin/ftc",
|
|
74
74
|
"bin/win-x64/ftc.cli.exe",
|
|
75
|
+
"bin/win-x64/appsettings.json",
|
|
76
|
+
"bin/win-x64/git2-c058aa8.dll",
|
|
75
77
|
"bin/osx-x64/ftc.cli",
|
|
78
|
+
"bin/osx-x64/appsettings.json",
|
|
76
79
|
"bin/linux-x64/ftc.cli",
|
|
80
|
+
"bin/linux-x64/appsettings.json",
|
|
81
|
+
"bin/linux-x64/libgit2-c058aa8.so",
|
|
77
82
|
"scripts/set-permissions.js",
|
|
78
83
|
"scripts/fix-permissions.js",
|
|
79
84
|
"scripts/install-wrapper.js",
|