Metadata-Version: 2.3
Name: vercel-mgmt
Version: 0.1.2
Summary: Cancel multiple builds right from the terminal
Author: Federico del Mazo
Author-email: Federico del Mazo <fdelmazo@fi.uba.ar>
Requires-Dist: httpx>=0.28.1
Requires-Dist: humanize>=4.12.3
Requires-Dist: textual>=5.3.0
Requires-Dist: textual-dev>=1.7.0
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# vercel-mgmt

Cancel multiple builds right from the terminal

```
uvx vercel-mgmt -t <bearer_token> -tid <team_id>
```

![](example.png)

```
## DEBUGGING
# terminal 1
uv run textual console -x SYSTEM -x EVENT -x DEBUG -x INFO -x WORKER
# terminal 2
uv run textual run --dev ./src/vercel_mgmt/mgmt.py -t <bearer_token> -tid <team_id>
```
