Documentation

Inth CLI

The inth command manages your Inth account and resources from the terminal. Use formatted output for interactive work and --json for agents and scripts.

Follow Get started to use a published package or build from source. Run inth --version to identify the installed release. Bundled documentation matches the package that contains it.

What can I do with the Inth CLI?

How do I find commands for my installed version?

inth --help
inth project create --help
inth project create --help --json
inth --version

Help describes the installed version, including required flags, supported credentials, scopes, and command effects. Use it when hosted documentation describes a newer release.

Named commands print text by default, even when piped. Add --json when another program will read the result.