Skip to content

Commit c5b5da7

Browse files
yamitzkyclaude
andcommitted
chore: rename npm package to sladm-cli
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2c57092 commit c5b5da7

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ CLI & Agent Skill for managing Slack Enterprise Grid / Business+ workspaces via
1717
## Installation
1818

1919
```bash
20-
npm install -g sladm
20+
npm install -g sladm-cli
2121
# or
22-
bun install -g sladm
22+
bun install -g sladm-cli
2323
```
2424

2525
Or run directly without installing:
2626

2727
```bash
28-
npx sladm --help
28+
npx sladm-cli --help
2929
```
3030

3131
### Pre-built Binaries

README_ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Slack Enterprise Grid / Business+ ワークスペースの `admin.*` API を操
1717
## Installation
1818

1919
```bash
20-
npm install -g sladm
20+
npm install -g sladm-cli
2121
# or
22-
bun install -g sladm
22+
bun install -g sladm-cli
2323
```
2424

2525
インストールせずに直接実行:
2626

2727
```bash
28-
npx sladm --help
28+
npx sladm-cli --help
2929
```
3030

3131
### ビルド済みバイナリ

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "sladm",
2+
"name": "sladm-cli",
33
"version": "0.1.0",
44
"description": "Slack Admin CLI for humans and AI agents — manage Enterprise Grid via admin.* APIs",
55
"type": "module",
@@ -23,8 +23,7 @@
2323
"bun": ">=1.0"
2424
},
2525
"publishConfig": {
26-
"access": "public",
27-
"provenance": true
26+
"access": "public"
2827
},
2928
"dependencies": {
3029
"@optique/core": "latest",

0 commit comments

Comments
 (0)