Skip to content

Commit 68ca927

Browse files
committed
Revert npm package name back to @onkernel/cli
1 parent d2dbdff commit 68ca927

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ brews:
3939
system "#{bin}/kernel", "--version"
4040
4141
npms:
42-
- name: "@kernel/cli"
42+
- name: "@onkernel/cli"
4343
repository: "https://github.com/kernel"
4444
bugs: https://github.com/kernel/cli/issues
4545
description: Kernel CLI

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Install the Kernel CLI using your favorite package manager:
3636
brew install onkernel/tap/kernel
3737

3838
# Using pnpm
39-
pnpm install -g @kernel/cli
39+
pnpm install -g @onkernel/cli
4040

4141
# Using npm
42-
npm install -g @kernel/cli
42+
npm install -g @onkernel/cli
4343
```
4444

4545
Verify the installation:

pkg/update/check.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ func suggestUpgradeCommand() string {
273273

274274
rules := []rule{
275275
{hasHomebrew, nil, "brew upgrade onkernel/tap/kernel"},
276-
{hasBun, []string{"BUN_INSTALL"}, "bun add -g @kernel/cli@latest"},
277-
{hasPNPM, []string{"PNPM_HOME"}, "pnpm add -g @kernel/cli@latest"},
278-
{hasNPM, []string{"NPM_CONFIG_PREFIX", "npm_config_prefix", "VOLTA_HOME"}, "npm i -g @kernel/cli@latest"},
276+
{hasBun, []string{"BUN_INSTALL"}, "bun add -g @onkernel/cli@latest"},
277+
{hasPNPM, []string{"PNPM_HOME"}, "pnpm add -g @onkernel/cli@latest"},
278+
{hasNPM, []string{"NPM_CONFIG_PREFIX", "npm_config_prefix", "VOLTA_HOME"}, "npm i -g @onkernel/cli@latest"},
279279
}
280280

281281
// Path-based detection first

0 commit comments

Comments
 (0)