Authenticate
Sign in once through the browser. The CLI stores only a narrow revocable grant for its own account operations.
npx -y @protoflow/cli auth loginSearch the component catalog and inspect your signed-in account from a zero-dependency CLI. Use readable terminal results or JSON output. No install required.
npx -y @protoflow/cli auth loginSign in once through the browser. The CLI stores only a narrow revocable grant for its own account operations.
npx -y @protoflow/cli auth loginQuery the component catalog straight from your shell, then pipe --json into your own scripts and tooling.
npx -y @protoflow/cli search "AMS1117-3.3 SOT-223"Add --json to get machine-readable catalog results for scripts, filters, and your own workflows.
npx -y @protoflow/cli search "STM32F103C8T6" --jsonnpm install -g @protoflow/cli once, then call protoflow directly instead of npx.Sign in through your browser. Stores an opaque CLI grant in ~/.protoflow/auth.json.
Show the signed-in account and when the session expires.
Remove stored credentials from this machine.
Search the component catalog and render a results table.
Use the same authenticated component catalog from an interactive terminal or an automated script. Choose a readable table for exploration or structured JSON for the next step in your workflow.
npx -y @protoflow/cli search "AMS1117-3.3 SOT-223"npx -y @protoflow/cli search "AMS1117-3.3 SOT-223" --jsonNO_COLORDisable all color, plain text output.PROTOFLOW_PLAINKeep color but turn animations off.PROTOFLOW_NO_ANIMDisable animations only.FORCE_COLORForce color even when piped.PROTOFLOW_HOMEOverride the local config directory.
No download, no API key. Sign in and start searching parts in seconds.
npx -y @protoflow/cli auth login