# doesitcli.com — mini corpus > Concept-level summary of every app: install line + skill labels. > No commands, no agent prompts. Use `/llms-full.txt` or `/{slug}.md` for the full payload. --- ## api ### Apifox > The command-line companion for Apifox's API documentation and testing platform. - categories: `api` · open-source: false · cli: standalone - install: `npm install -g apifox-cli` - use when: execute pre-configured API test suites automatically in Jenkins or GitHub Actions · allow AI coding agents to run integration tests to verify code changes locally · export and format API test results into CI/CD pipeline dashboards - alt to: Postman CLI, Newman, Insomnia Inso > Full: https://doesitcli.com/apifox.md ### Bruno > Open-source API client with a Git-friendly CLI for running collections in CI. - categories: `api` · open-source: true · cli: standalone - install: `npm install -g @usebruno/cli` - use when: run API request collections in CI pipelines without a cloud account · version-control API collections alongside application source code · execute environment-specific API tests from the terminal - alt to: Postman, Insomnia, Apifox > Full: https://doesitcli.com/bruno.md ### Insomnia > Inso CLI brings Insomnia API design and testing workflows to CI/CD pipelines. - categories: `api` · open-source: true · cli: standalone - install: `brew install inso` - use when: run API test suites defined in Insomnia workspaces as part of CI/CD · lint and validate OpenAPI specifications from the command line · generate Kong declarative config from Insomnia design documents - alt to: Postman, Apifox > Full: https://doesitcli.com/insomnia.md ### Postman > A secure command-line companion for the Postman API platform. - categories: `api` · open-source: false · cli: standalone - install: `npm install -g postman-cli` - use when: trigger API performance and integration tests locally before pushing code · automate API schema validation against governance rules in GitHub Actions · synchronize local API collections to cloud workspaces securely via the terminal - alt to: Apifox > Full: https://doesitcli.com/postman.md ## cloud ### Alibaba Cloud (阿里云) > The universal command-line tool to manage and automate Alibaba Cloud resources. - categories: `cloud` · open-source: true · cli: standalone - install: `brew install aliyun-cli` - use when: automate the provisioning and scaling of ECS instances · retrieve and update cloud configurations in CI/CD pipelines · manage OSS bucket storage and permissions via shell scripts > Full: https://doesitcli.com/alibaba-cloud.md ### Tencent Cloud (腾讯云) > The unified CLI for managing Tencent Cloud resources via terminal scripts. - categories: `cloud` · open-source: true · cli: standalone - install: `brew install tccli` - use when: script the creation of VPC networks and subnets · query and visualize cloud resource usage in terminal tables · automate the deployment of cloud functions and serverless architectures > Full: https://doesitcli.com/tencent-cloud.md ## coding ### Cursor > The AI-first code editor with an integrated autonomous agent and terminal CLI. - categories: `coding` · open-source: false · cli: embedded - install: `curl https://cursor.com/install -fsSL | bash` - use when: invoke the Cursor agent headlessly to find and fix bugs via shell commands · apply declarative Agent Skills (SKILL.md) to enforce project-specific coding standards · integrate AI-driven code generation into automated deployment workflows > Full: https://doesitcli.com/cursor.md ### Fork > A fast and friendly Git client for Mac and Windows with custom CLI commands. - categories: `coding` · open-source: false · cli: embedded - install: `ln -s /Applications/Fork.app/Contents/Resources/fork_cli /usr/local/bin/fork` - use when: immediately open the current directory's Git history tree with `fork.` · define custom UI buttons in Fork that trigger complex terminal deployment scripts · integrate external diff tools via CLI configurations triggered from the GUI > Full: https://doesitcli.com/fork.md ### GitHub > GitHub's official command line tool to manage repositories, issues, and PRs. - categories: `coding`, `devops` · open-source: true · cli: standalone - install: `brew install gh` - use when: check out pull requests locally and review code via the terminal · create, label, and manage issues programmatically · trigger and monitor GitHub Actions workflows from external shell scripts > Full: https://doesitcli.com/github-cli.md ### Tower > The most powerful Git client for Mac and Windows with a native `gittower` CLI. - categories: `coding` · open-source: false · cli: embedded - install: `echo "alias gtower='gittower `git rev-parse --show-toplevel`'" >> ~/.bash_profile` - use when: launch the visual interactive rebase interface from a terminal script · visually inspect staging areas for specific submodules located via shell commands · recover lost commits using the visual Reflog triggered from the command line > Full: https://doesitcli.com/tower.md ### Visual Studio Code > Microsoft's extensible code editor with a powerful embedded CLI for workspace management. - categories: `coding` · open-source: true · cli: embedded - install: `Shell Command: Install 'code' command in PATH` - use when: programmatically open specific directories or files from a shell script · install, uninstall, or update VS Code extensions via CI/CD pipelines · output file differences directly into the terminal using the `--diff` flag > Full: https://doesitcli.com/vscode.md ### Zed > A high-performance, multiplayer code editor written in Rust with a built-in CLI. - categories: `coding` · open-source: true · cli: embedded - install: `brew install --cask zed` - use when: set as the default `$EDITOR` for Git commit messages using `export EDITOR="zed --wait"` · rapidly pipe command outputs or open massive directories without UI lag · initiate multiplayer coding sessions directly from a specific repository path > Full: https://doesitcli.com/zed.md ## collaboration ### DingTalk (钉钉) > DingTalk Design CLI for initializing and debugging enterprise mini-apps and H5 micro-apps. - categories: `collaboration` · open-source: false · cli: standalone - install: `npm install -g dingtalk-design-cli` - use when: initialize a new DingTalk mini-program workspace from terminal · run a local web simulator to debug H5 micro-apps using `ding dev web` · automate the linting and uploading of enterprise components to the developer backend > Full: https://doesitcli.com/dingtalk.md ### Feishu (Lark) > Official Feishu CLI empowering AI agents to manipulate enterprise workspace data. - categories: `collaboration` · open-source: true · cli: standalone - install: `npm install -g @larksuite/cli` - use when: allow agents to read and summarize unread chat messages · automatically create calendar events based on terminal scripts · update Bitable (Base) records using CI/CD pipeline outputs > Full: https://doesitcli.com/feishu.md ### Linear > Purpose-built issue tracking for modern teams and AI agents. - categories: `collaboration` · open-source: true · cli: standalone - install: `npm install -D @schpet/linear-cli` - use when: create a new Git branch and mark an issue as "In Progress" automatically via `linear start` · allow coding agents to query outstanding bugs and attach PRs directly from the editor · search and filter issues across all teams programmatically using human-readable tags > Full: https://doesitcli.com/linear.md ### Slack > The operating system for team collaboration, enhanced by the developer CLI. - categories: `collaboration` · open-source: true · cli: standalone - install: `curl -fsSL https://downloads.slack-edge.com/slack-cli/install.sh | bash` - use when: bootstrap a new Deno-based Slack application via the `slack create` command · rapidly deploy test environments using Enterprise Grid sandboxes via `slack run` · automate the notification of CI/CD pipeline failures directly into specific channels > Full: https://doesitcli.com/slack.md ### WeCom (企业微信) > WeCom's official CLI enabling agentic access to messaging, docs, and meetings. - categories: `collaboration` · open-source: false · cli: standalone - install: `npm install -g @wecom/cli` - use when: auto-reply to customer inquiries via message APIs · generate and distribute daily report documents · schedule online meetings and manage to-do lists from shell scripts > Full: https://doesitcli.com/wecom.md ## database ### MongoDB Shell > Modern MongoDB shell for querying, scripting, and administering databases from the terminal. - categories: `database` · open-source: true · cli: standalone - install: `brew install mongosh` - use when: query and aggregate data in MongoDB collections interactively · run administrative commands to manage indexes, users, and replica set configuration · execute JavaScript scripts against a database for data migration or cleanup > Full: https://doesitcli.com/mongosh.md ### Redis > In-memory data store with a built-in CLI for key-value operations and server management. - categories: `database` · open-source: true · cli: standalone - install: `brew install redis` - use when: inspect and manipulate cached keys on a running Redis instance · monitor live command traffic for debugging application behavior · perform cluster failover, replication setup, and memory diagnostics > Full: https://doesitcli.com/redis.md ## design ### Figma > The collaborative interface design tool bridging designs to code via Code Connect. - categories: `design` · open-source: true · cli: standalone - install: `npm install --global @figma/code-connect@latest` - use when: generate accurate boilerplate code for complex UI elements using `npx skills add figma` · publish bidirectional property mappings to ensure design and code stay synchronized · allow autonomous agents to inspect layout bounds and colors without needing visual rendering > Full: https://doesitcli.com/figma.md ### Sketch > The pioneering Mac-native vector design tool equipped with the `sketchtool` CLI. - categories: `design` · open-source: false · cli: embedded - install: `export PATH="$PATH:/Applications/Sketch.app/Contents/MacOS"` - use when: batch export hundreds of artboards or slices to PNG/SVG via a single shell command · dump the JSON tree of a `.sketch` file to programmatically update text localizations · run custom JavaScript plugins headlessly to recalculate layout frames before export > Full: https://doesitcli.com/sketch.md ## devops ### Docker Desktop > Securely build, share, and run containerized applications with Docker CLI synergy. - categories: `devops` · open-source: true · cli: embedded - install: `brew install --cask docker` - use when: orchestrate multi-container environments using `docker-compose up` via CI/CD · execute dive commands to explore Docker image layers and optimize storage · manage local Kubernetes contexts seamlessly alongside the Docker CLI > Full: https://doesitcli.com/docker-desktop.md ### n8n > Self-hostable workflow automation platform with CLI commands for execution and management. - categories: `devops` · open-source: true · cli: standalone - install: `npm install -g n8n` - use when: start a self-hosted n8n instance and execute workflows from the command line · import and export workflow JSON definitions for version control or migration · manage stored credentials and reset user accounts via terminal commands > Full: https://doesitcli.com/n8n.md ### Stripe > Test Stripe integrations locally by forwarding webhooks and triggering API events. - categories: `devops` · open-source: true · cli: standalone - install: `brew install stripe/stripe-cli/stripe` - use when: forward Stripe webhook events to a local development server for testing · trigger specific Stripe events to verify integration handling logic · tail and inspect live API request logs for debugging payment flows > Full: https://doesitcli.com/stripe.md ### Vercel > Deploy frontend apps and serverless functions to Vercel's edge network from the terminal. - categories: `devops` · open-source: true · cli: standalone - install: `npm install -g vercel` - use when: deploy a frontend project to production or create preview URLs from the terminal · manage environment variables and project settings without the web dashboard · emulate the Vercel serverless environment locally during development > Full: https://doesitcli.com/vercel.md ## media ### Baidu Netdisk (百度网盘) > A highly efficient, Go-based command-line client for Baidu Netdisk. - categories: `media` · open-source: true · cli: standalone - install: `brew install baidupcs-go` - use when: batch download large datasets to headless Linux servers · automate the backup of local directories to Baidu Netdisk via cron jobs · interactively manage cloud files using Unix-like commands (ls, cd, cp, rm) > Full: https://doesitcli.com/baidu-netdisk.md ### NetEase Cloud Music (网易云音乐) > Official NetEase Cloud Music CLI featuring a TUI player and AI agent integration. - categories: `media` · open-source: false · cli: standalone - install: `npm install -g @music163/ncm-cli` - use when: control music playback globally via terminal commands (`ncm-cli play`) · allow AI agents to generate context-aware playlists (e.g., "songs for coding") · use the TUI player for distraction-free listening inside a terminal multiplexer > Full: https://doesitcli.com/netease-music.md ### Spotify > Control Spotify playback from the terminal with the community-built shpotify CLI. - categories: `media` · open-source: true · cli: standalone - install: `brew install shpotify` - use when: play, pause, and skip tracks without switching to the Spotify window · search for and queue songs or albums directly from the terminal · control playback volume and toggle shuffle or repeat modes via shell commands > Full: https://doesitcli.com/spotify.md ## notes ### Notion > The all-in-one workspace for your notes, tasks, wikis, and databases. - categories: `notes` · open-source: true · cli: standalone - install: `npm install -g notion-cli` - use when: query project statuses from a Notion database and format them as terminal tables · programmatically convert and push local Markdown documentation directly into a Notion wiki · utilize Agent Skills to synthesize repository changes into Notion changelog documents - alt to: Obsidian, Confluence, Coda > Full: https://doesitcli.com/notion.md ### Obsidian > A powerful local-first knowledge base operating on a folder of plain text files. - categories: `notes` · open-source: false · cli: embedded - install: `export PATH="$PATH:/Applications/Obsidian.app/Contents/MacOS"` - use when: append tasks to a daily note automatically using `obsidian daily:append` · enable coding agents to search the vault and construct structural mappings of ideas · export metadata and unresolved links via JSON to build custom analytics dashboards > Full: https://doesitcli.com/obsidian.md ## productivity ### Raycast > A blazingly fast, totally extendable launcher with native CLI development tools. - categories: `productivity` · open-source: false · cli: embedded - install: `npx @raycast/api@latest` - use when: scaffold, lint, and build custom React-based UI extensions using the `ray` command · trigger complex AppleScript or Keyboard Maestro workflows via child processes · allow AI agents to output native macOS notifications or modify the clipboard > Full: https://doesitcli.com/raycast.md ## security ### 1Password > The ultimate CLI to securely authenticate, manage, and inject secrets into workflows. - categories: `security` · open-source: false · cli: standalone - install: `brew install 1password-cli` - use when: inject secrets securely into local development servers using `op run -- npm start` · automate the rotation and retrieval of API keys in headless CI/CD environments · authorize SSH connections using biometric signatures managed by the 1Password GUI > Full: https://doesitcli.com/1password.md ### Bitwarden > Open-source password manager with a full-featured CLI for vault access and secrets automation. - categories: `security` · open-source: false · cli: standalone - install: `npm install -g @bitwarden/cli` - use when: retrieve stored credentials and inject them into shell scripts or CI pipelines · bulk-import or export vault items across accounts or organizations · manage shared organization collections and user access from the terminal - alt to: 1Password > Full: https://doesitcli.com/bitwarden.md ### Dashlane > Retrieve Dashlane vault credentials and inject secrets into CI/CD pipelines. - categories: `security` · open-source: true · cli: standalone - install: `brew install dashlane/tap/dashlane-cli` - use when: retrieve vault credentials in CI/CD pipelines without human interaction · inject secrets as environment variables into automated build processes · read one-time passwords programmatically for automated login flows - alt to: 1Password, Bitwarden > Full: https://doesitcli.com/dashlane.md ### Tailscale > A secure, zero-config VPN built on WireGuard with an indispensable CLI client. - categories: `security` · open-source: true · cli: embedded - install: `tailscale completion bash > $(brew --prefix)/etc/bash_completion.d/tailscale` - use when: configure local machines as exit nodes or subnet routers via terminal flags · generate and manage ephemeral authentication keys for short-lived CI/CD runners · inspect peer connections and network latency using `tailscale status` and `ping` > Full: https://doesitcli.com/tailscale.md