File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2525Or run directly without installing:
2626
2727``` bash
28- npx sladm --help
28+ npx sladm-cli --help
2929```
3030
3131### Pre-built Binaries
Original file line number Diff line number Diff 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### ビルド済みバイナリ
Original file line number Diff line number Diff line change 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" ,
2323 "bun" : " >=1.0"
2424 },
2525 "publishConfig" : {
26- "access" : " public" ,
27- "provenance" : true
26+ "access" : " public"
2827 },
2928 "dependencies" : {
3029 "@optique/core" : " latest" ,
You can’t perform that action at this time.
0 commit comments