AJ Learning Hub logoAJ Learning Hub

CLI

also Command Line Interface · terminal

A text-based way to control your computer or a tool by typing commands instead of clicking a graphical interface.

Analogy

Like talking directly to your computer instead of pointing at buttons.

Why it matters

Many dev and AI tools (Claude Code, git, deploys) are driven from the CLI, so basic comfort here unlocks a lot.

In practice

Running 'vercel --prod' in the terminal deploys your site.

Related terms:Claude CodeGitGitHub