---
title: Sudhanva command-line interface
canonical: https://sudhanva.me/developers/cli/
last-updated: 2026-08-23
---

# Sudhanva command-line interface

The official `sudhanva` CLI is a dependency-free Node.js client for the public
API. Install it from npm or through the official Homebrew tap:

```sh
npm install --global sudhanva
```

```sh
brew install nsudhanva/sudhanva/sudhanva
```

It can also be downloaded directly from
<https://sudhanva.me/cli/sudhanva.mjs>, inspect it, make it executable, and
place it on your executable path.

```sh
sudhanva api
sudhanva profile
sudhanva posts --limit 5 --tag kubernetes
sudhanva post consolidating-milvus-across-azs
sudhanva insight --audience recruiter --focus production-ml,kubernetes --wait
```

Commands print JSON and return non-zero on validation, HTTP, or API errors. The
immutable versioned archive is
<https://sudhanva.me/cli/sudhanva-0.1.5.tgz>. The npm package is
<https://www.npmjs.com/package/sudhanva> and is distributed under
the MIT license. The reviewed source, tests, formula, and release verifier are public at
<https://github.com/nsudhanva/homebrew-sudhanva>.
