bump
Bump MARKETING_VERSION in Xcode projects from the terminal. Use when the user needs patch/minor/major bumps or a direct version set for an app project.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Bump MARKETING_VERSION in Xcode projects from the terminal. Use when the user needs patch/minor/major bumps or a direct version set for an app project.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manage seedr.cc cloud torrents from the terminal with a CLI and interactive TUI. Use when the user wants to add a magnet link, watch server download progress, fetch download URLs, proxy-download a torrent locally, or browse/search/delete files in their Seedr account.
Control Philips Hue lights from the terminal through a local Hue Bridge. Use when the user wants to pair with a Hue Bridge, discover Hue bridges, list lights, open the interactive dashboard, or turn Hue lights on, off, or toggle them from the command line.
Expose local web servers with Tailscale Funnel. Use when the user needs to share localhost over a public Tailscale Funnel URL, inspect active tunnels, or tail funnelr request metadata logs.
Apply a progressive blur, film grain, and gradient color overlay to a video file using ffmpeg. Use when the user wants to soften the bottom of a video for text overlays, add a vignette, produce a frosted-glass marketing intro, or layer a colored fade on App Store / landing-page footage.
Upload files to catbox.moe and litterbox from the terminal. Use when the user wants to upload files, share images, host files temporarily, or manage catbox albums.
Summarize stdin using LLMs. Use when the user wants to summarize logs, code, git history, or any piped text using AI models via OpenRouter.
| name | bump |
| description | Bump MARKETING_VERSION in Xcode projects from the terminal. Use when the user needs patch/minor/major bumps or a direct version set for an app project. |
Bump Xcode project marketing version from the command line.
brew install aayush9029/tap/bump
| Flag | Description |
|---|---|
-h, --help | Show usage info |
-v, --version | Print version |
-c, --check | Show current version only |
patch | Bump patch version |
minor | Bump minor version |
major | Bump major version |
<version> | Set exact version (e.g. 2.0.0) |