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

# Sudhanva command-line interface

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

```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
```

Commands print JSON and return non-zero on validation, HTTP, or API errors. The
immutable versioned archive is
<https://sudhanva.me/cli/nsudhanva-sudhanva-0.1.0.tgz>. The source distribution
includes npm package metadata but is not yet published to the npm registry.
