Produtik

Produtik developers

Produtik CLI

The official CLI source package provides agent-friendly terminal commands for public Produtik discovery. It reads the versioned REST endpoints and emits JSON by default, so scripts can inspect capabilities and health without parsing the website.

npx @produtik/cli capabilities
npx @produtik/cli health
npx @produtik/cli --help

The package source is maintained with the Produtik site in the cli/ directory. npm publication is intentionally a release step, so install commands should be enabled only after the package is published under the @produtik/cli scope.

Back to developer portal