GitHub - FdelMazo/vercel-mgmt: Cancel multiple builds right from the terminal

1 min read Original article ↗

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

vercel-mgmt

Cancel multiple builds right from the terminal

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

Set VI_MODE=True for vim navigation (j/k to move, g/G for top/bottom).

VI_MODE=True uvx vercel-mgmt -t <bearer_token> -tid <team_id>
## 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>
## Updating
uv lock
uv build
uv publish

About

Cancel multiple builds right from the terminal

Resources

Readme

License

MIT license

Activity

Stars

2 stars

Watchers

1 watching

Forks

1 fork