File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,22 @@ CLI & Agent Skill for managing Slack Enterprise Grid / Business+ workspaces via
1616
1717## Installation
1818
19+ Requires [ Bun] ( https://bun.sh ) runtime:
20+
21+ ``` bash
22+ npm install -g sladm-cli
23+ # or
24+ bun install -g sladm-cli
25+ ```
26+
27+ Or run directly without installing:
28+
29+ ``` bash
30+ npx sladm-cli --help
31+ # or
32+ bunx sladm-cli --help
33+ ```
34+
1935### Pre-built Binaries
2036
2137Standalone binaries (no runtime required) are available on the [ Releases] ( https://github.com/yamitzky/slack-admin-cli/releases ) page:
@@ -35,22 +51,6 @@ chmod +x sladm
3551sudo mv sladm /usr/local/bin/
3652```
3753
38- ### Via npm / Bun
39-
40- Requires [ Bun] ( https://bun.sh ) runtime:
41-
42- ``` bash
43- npm install -g sladm-cli
44- # or
45- bun install -g sladm-cli
46- ```
47-
48- Or run directly without installing:
49-
50- ``` bash
51- npx sladm-cli --help
52- ```
53-
5454## Agent Skill
5555
5656To use this CLI as an agent skill in Claude Code, Cursor, OpenCode, etc.:
Original file line number Diff line number Diff line change @@ -16,6 +16,22 @@ Slack Enterprise Grid / Business+ ワークスペースの `admin.*` API を操
1616
1717## Installation
1818
19+ [ Bun] ( https://bun.sh ) ランタイムが必要です:
20+
21+ ``` bash
22+ npm install -g sladm-cli
23+ # or
24+ bun install -g sladm-cli
25+ ```
26+
27+ インストールせずに直接実行:
28+
29+ ``` bash
30+ npx sladm-cli --help
31+ # or
32+ bunx sladm-cli --help
33+ ```
34+
1935### ビルド済みバイナリ
2036
2137ランタイム不要のスタンドアロンバイナリを [ Releases] ( https://github.com/yamitzky/slack-admin-cli/releases ) ページからダウンロードできます:
@@ -35,22 +51,6 @@ chmod +x sladm
3551sudo mv sladm /usr/local/bin/
3652```
3753
38- ### npm / Bun 経由
39-
40- [ Bun] ( https://bun.sh ) ランタイムが必要です:
41-
42- ``` bash
43- npm install -g sladm-cli
44- # or
45- bun install -g sladm-cli
46- ```
47-
48- インストールせずに直接実行:
49-
50- ``` bash
51- npx sladm-cli --help
52- ```
53-
5454## Agent Skill
5555
5656Claude Code、Cursor、OpenCode 等のコーディングエージェントでスキルとして利用する場合:
You can’t perform that action at this time.
0 commit comments