@onkernel/cli 0.3.1 → 0.3.3
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/README.md +4 -7
- package/package.json +19 -19
package/README.md
CHANGED
|
@@ -50,14 +50,11 @@ A typical workflow we encounter is updating the API and integrating those change
|
|
|
50
50
|
1. Iterate in the diagnostics view until all errors are fixed
|
|
51
51
|
1. Hit `Save & build branch`
|
|
52
52
|
1. This will then create a branch in https://github.com/stainless-sdks/kernel-go
|
|
53
|
-
1.
|
|
54
|
-
1. Add the following to your `go.mod`:
|
|
53
|
+
1. Using either your branch name or a specific commit hash you want to point to, run this script to modify the CLI's `go.mod`:
|
|
55
54
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
1. Run `GOPRIVATE=github.com/stainless-sdks/kernel-go go mod tidy` to pull the updated SDK
|
|
55
|
+
```
|
|
56
|
+
./scripts/go-mod-replace-kernel.sh <commit | branch name>
|
|
57
|
+
```
|
|
61
58
|
|
|
62
59
|
### Releasing a new version
|
|
63
60
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onkernel/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Kernel CLI",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "node install.js",
|
|
@@ -33,75 +33,75 @@
|
|
|
33
33
|
},
|
|
34
34
|
"archives": {
|
|
35
35
|
"darwin-arm64": {
|
|
36
|
-
"name": "kernel_0.3.
|
|
37
|
-
"url": "https://onkernel-public.s3.us-east-1.amazonaws.com/releases/download/cli/0.3.
|
|
36
|
+
"name": "kernel_0.3.3_darwin_arm64.tar.gz",
|
|
37
|
+
"url": "https://onkernel-public.s3.us-east-1.amazonaws.com/releases/download/cli/0.3.3/kernel_0.3.3_darwin_arm64.tar.gz",
|
|
38
38
|
"bins": [
|
|
39
39
|
"kernel"
|
|
40
40
|
],
|
|
41
41
|
"format": "tar.gz",
|
|
42
42
|
"checksum": {
|
|
43
43
|
"algorithm": "sha256",
|
|
44
|
-
"digest": "
|
|
44
|
+
"digest": "1175da126fd954690ef8287e0f21266e64a3b97aaf33767de1e2bc7fe3e04354"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"darwin-x64": {
|
|
48
|
-
"name": "kernel_0.3.
|
|
49
|
-
"url": "https://onkernel-public.s3.us-east-1.amazonaws.com/releases/download/cli/0.3.
|
|
48
|
+
"name": "kernel_0.3.3_darwin_amd64.tar.gz",
|
|
49
|
+
"url": "https://onkernel-public.s3.us-east-1.amazonaws.com/releases/download/cli/0.3.3/kernel_0.3.3_darwin_amd64.tar.gz",
|
|
50
50
|
"bins": [
|
|
51
51
|
"kernel"
|
|
52
52
|
],
|
|
53
53
|
"format": "tar.gz",
|
|
54
54
|
"checksum": {
|
|
55
55
|
"algorithm": "sha256",
|
|
56
|
-
"digest": "
|
|
56
|
+
"digest": "d3567941879d3db916ff08d15eb1bc3eaf03d666d2484d308d68e31e15b7b3c2"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"linux-arm64": {
|
|
60
|
-
"name": "kernel_0.3.
|
|
61
|
-
"url": "https://onkernel-public.s3.us-east-1.amazonaws.com/releases/download/cli/0.3.
|
|
60
|
+
"name": "kernel_0.3.3_linux_arm64.tar.gz",
|
|
61
|
+
"url": "https://onkernel-public.s3.us-east-1.amazonaws.com/releases/download/cli/0.3.3/kernel_0.3.3_linux_arm64.tar.gz",
|
|
62
62
|
"bins": [
|
|
63
63
|
"kernel"
|
|
64
64
|
],
|
|
65
65
|
"format": "tar.gz",
|
|
66
66
|
"checksum": {
|
|
67
67
|
"algorithm": "sha256",
|
|
68
|
-
"digest": "
|
|
68
|
+
"digest": "14141aa0a057a6518935f17c090278147460b007d598fe60599ff8cdffc85304"
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"linux-x64": {
|
|
72
|
-
"name": "kernel_0.3.
|
|
73
|
-
"url": "https://onkernel-public.s3.us-east-1.amazonaws.com/releases/download/cli/0.3.
|
|
72
|
+
"name": "kernel_0.3.3_linux_amd64.tar.gz",
|
|
73
|
+
"url": "https://onkernel-public.s3.us-east-1.amazonaws.com/releases/download/cli/0.3.3/kernel_0.3.3_linux_amd64.tar.gz",
|
|
74
74
|
"bins": [
|
|
75
75
|
"kernel"
|
|
76
76
|
],
|
|
77
77
|
"format": "tar.gz",
|
|
78
78
|
"checksum": {
|
|
79
79
|
"algorithm": "sha256",
|
|
80
|
-
"digest": "
|
|
80
|
+
"digest": "728bbf1c83b2619a18a8ec04c1d9bdc3c3a4e553afbabf04e3c994a1431fa79c"
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
"win32-arm64": {
|
|
84
|
-
"name": "kernel_0.3.
|
|
85
|
-
"url": "https://onkernel-public.s3.us-east-1.amazonaws.com/releases/download/cli/0.3.
|
|
84
|
+
"name": "kernel_0.3.3_windows_arm64.tar.gz",
|
|
85
|
+
"url": "https://onkernel-public.s3.us-east-1.amazonaws.com/releases/download/cli/0.3.3/kernel_0.3.3_windows_arm64.tar.gz",
|
|
86
86
|
"bins": [
|
|
87
87
|
"kernel.exe"
|
|
88
88
|
],
|
|
89
89
|
"format": "tar.gz",
|
|
90
90
|
"checksum": {
|
|
91
91
|
"algorithm": "sha256",
|
|
92
|
-
"digest": "
|
|
92
|
+
"digest": "ddfe45d1d5e9e8a146b9a7c268c4c66a3f7b7be2c46f238ff187cbbff32b223f"
|
|
93
93
|
}
|
|
94
94
|
},
|
|
95
95
|
"win32-x64": {
|
|
96
|
-
"name": "kernel_0.3.
|
|
97
|
-
"url": "https://onkernel-public.s3.us-east-1.amazonaws.com/releases/download/cli/0.3.
|
|
96
|
+
"name": "kernel_0.3.3_windows_amd64.tar.gz",
|
|
97
|
+
"url": "https://onkernel-public.s3.us-east-1.amazonaws.com/releases/download/cli/0.3.3/kernel_0.3.3_windows_amd64.tar.gz",
|
|
98
98
|
"bins": [
|
|
99
99
|
"kernel.exe"
|
|
100
100
|
],
|
|
101
101
|
"format": "tar.gz",
|
|
102
102
|
"checksum": {
|
|
103
103
|
"algorithm": "sha256",
|
|
104
|
-
"digest": "
|
|
104
|
+
"digest": "ef0e1804694dd39885442afbe1800fec4d7ec566798ed20129fc8ae1d3493f23"
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
}
|