The terminal cursor blinks. You type a command. The system answers with precision.
Microsoft Entra now has manpages. Real, local, offline-friendly documentation. No more swapping between browser tabs and terminals. No half-remembered flag syntax. You query, you get the answer—fast.
The manpages for Microsoft Entra cover core CLI commands and advanced parameter sets. They are structured for quick scanning. Each command includes name, synopsis, description, options, examples, and exit codes. It is the classic Unix-like manpage layout, adapted for Entra’s cloud identity and access management tooling.
Installing the Microsoft Entra manpages is simple. After updating to the latest CLI release, run the package install for your distribution. On Ubuntu and Debian, apt install entra-cli-docs. On Red Hat and Fedora, dnf install entra-cli-docs. The manpages integrate with the standard man command, so man entra user create works exactly as expected.
Searching is straightforward. Use man -k entra to list every available page. Combine with grep to filter. For example, man -k entra | grep group shows all group-related commands. This reduces the time to locate the correct syntax for user provisioning, access assignments, or automation scripts.