-
Notifications
You must be signed in to change notification settings - Fork 0
/
logfire.json
37 lines (37 loc) · 1.12 KB
/
logfire.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"version": "1.6.2",
"architecture": {
"32bit": {
"url": "https://github.com/logfire-ai/cli/releases/download/v1.6.2/logfire_windows_386.zip",
"bin": [
"logfire.exe"
],
"hash": "df964aef9c345750bb5aabe818271961ff5b0cadd42ce198eeda1baa06e6c864"
},
"64bit": {
"url": "https://github.com/logfire-ai/cli/releases/download/v1.6.2/logfire_windows_amd64.zip",
"bin": [
"logfire.exe"
],
"hash": "071c1c66db1d36e565bfe4a1088baffb32731abdb8c0984b18911a8a264430a7"
},
"arm64": {
"url": "https://github.com/logfire-ai/cli/releases/download/v1.6.2/logfire_windows_arm64.zip",
"bin": [
"logfire.exe"
],
"hash": "d0900d45ec60467131f6162db5893e16629f2802d25d1f3017e734e5a64a0966"
}
},
"homepage": "https://logfire.ai/",
"description": "Logfire command line interface.",
"depends": [
"git"
],
"shortcuts": [
[
"logfire.exe",
"logfire"
]
]
}