You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Homebrew tap for [`abrd`](https://github.com/Teamtailor/aboard-cli) — the Aboard agent CLI.
11
+
Homebrew tap for **`abrd`** — the [Aboard](https://aboardhr.com) agent CLI.
12
+
13
+
Give AI assistants (Claude, Cursor, ChatGPT, …) read/write access to your Aboard HR data, on your behalf, from your terminal.
4
14
5
15
## Install
6
16
@@ -9,17 +19,53 @@ brew tap Teamtailor/aboard
9
19
brew install abrd
10
20
```
11
21
12
-
`brew upgrade abrd` to pick up new versions.
22
+
Then authenticate:
13
23
14
-
## Platforms
24
+
```sh
25
+
abrd auth login
26
+
```
27
+
28
+
That opens `app.aboardhr.com/settings/cli-tokens/authorize` in your browser. Approve, and the CLI catches the token on a loopback callback.
29
+
30
+
To update later:
15
31
16
-
- macOS (Apple Silicon)
17
-
- Linux (x86_64)
32
+
```sh
33
+
brew upgrade abrd
34
+
```
18
35
19
-
Windows users: download the `.exe` directly from a [release](https://github.com/Teamtailor/homebrew-aboard/releases).
36
+
## What `abrd` does
37
+
38
+
A single static binary — no Node, no Python, no build tools — that:
39
+
40
+
- Talks to `api.aboardhr.com` with a personal access token scoped to *your* account
41
+
- Surfaces 1-on-1s, direct reports, agenda templates, skills, performance reviews, time off, and holidays as structured JSON
42
+
- Plays nicely with agent skills so a coding assistant can use `abrd …` to look up *"who's on PTO next week"*, *"draft an agenda for my next 1:1 with X"*, *"summarise my team's last review cycle"* — and always stops to confirm before writes
43
+
44
+
Pair it with the [aboard agent skill](https://github.com/Teamtailor/aboard-skills) for the fastest setup — a single prompt that installs CLI, auth, and skill.
| Windows | x86_64 | grab the `.exe` from [Releases](https://github.com/Teamtailor/homebrew-aboard/releases)|
20
53
21
54
## How this tap is maintained
22
55
23
-
`Formula/abrd.rb` and the release tarballs are both regenerated automatically by the [release workflow](https://github.com/Teamtailor/aboard-cli/blob/main/.github/workflows/release.yml) in `Teamtailor/aboard-cli` whenever a `v*` tag is pushed there. Do not hand-edit the formula — your changes will be overwritten on the next release.
└──► regenerates Formula/abrd.rb pointing at the new release
65
+
```
66
+
67
+
`Formula/abrd.rb` and the release tarballs are both regenerated automatically. **Do not hand-edit the formula** — your changes will be overwritten on the next release.
68
+
69
+
## Issues & feedback
24
70
25
-
Source code, issues, and contributions: <https://github.com/Teamtailor/aboard-cli>.
71
+
Open an issue on this repo. For anything Aboard-product-related, ping us in the usual channels.
0 commit comments