Skip to content

Commit 14af42d

Browse files
committed
chore: update npm references to @envcheck/cli
1 parent c578027 commit 14af42d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

content/introduction/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Get up and running in seconds:
2424

2525
```bash
2626
# Install via npm
27-
npx envcheck@latest init
27+
npx @envcheck/cli@latest init
2828

2929
# Or via cargo
3030
cargo install envcheck

content/introduction/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ brew install envcheck
3131
## npm
3232

3333
```bash
34-
npm install -g envcheck
34+
npm install -g @envcheck/cli
3535
# Or use without installing:
36-
npx envcheck lint .env
36+
npx @envcheck/cli lint .env
3737
```
3838

3939
## Docker

content/whats-new/v1-0-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ envcheck is a fast, modern Rust CLI for linting `.env` files and DevSecOps integ
4747
cargo install envcheck
4848

4949
# npm
50-
npm install -g envcheck
50+
npm install -g @envcheck/cli
5151

5252
# Homebrew
5353
brew tap envcheck/tap && brew install envcheck

content/whats-new/v1-1-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ weight = 1
2929
cargo install envcheck@1.1.0
3030

3131
# or npm
32-
npm install -g envcheck@1.1.0
32+
npm install -g @envcheck/cli@1.1.0
3333
```

0 commit comments

Comments
 (0)