2026년 모든 개발자가 시도해야 할 상위 10가지 CLI 도구

작성자

카테고리:

← 피드로
DEV Community · Herve Kom · 2026-08-05 개발(SW)

Herve Kom

Graphical tools are great, but most of my daily development now happens in the terminal. A good CLI tool saves time, integrates with automation, and keeps my workflow consistent across local development and CI/CD.

Here are the 10 CLI tools I use the most.

  1. Apidog CLI

If you’re working with APIs, this is the tool I’ve found myself using the most. I use it to run API test scenarios, manage environments, and reuse the same tests in GitHub Actions instead of maintaining separate GUI workflows.

  1. Git

Still the foundation of every development workflow.

  1. Docker CLI

The fastest way to spin up local services and reproduce production environments.

  1. GitHub CLI

Creating pull requests, reviewing issues, and managing repositories without leaving the terminal is a huge productivity boost.

  1. HTTPie

Perfect for quick API requests when debugging or exploring endpoints.

  1. jq

If you work with JSON every day, jq is almost indispensable.

  1. ripgrep (rg)

Lightning-fast code searching. Once you start using it, it’s hard to go back.

  1. fd

A simpler and faster replacement for the traditional find command.

  1. kubectl

Essential for anyone deploying applications to Kubernetes.

  1. just

A lightweight task runner that helps automate repetitive development commands.

Final Thoughts

The biggest improvement to my workflow has been moving repetitive tasks into the terminal. API testing, deployments, version control, and automation all become easier when everything is scriptable.

Among these tools, Apidog CLI has had the biggest impact because it lets me keep API testing in the same terminal-first workflow that I already use for development and CI/CD.

What CLI tool couldn’t you live without?

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다