Skip to content

anyrow/cli

Repository files navigation

Anyrow CLI

MIT License

Command-line interface for the Anyrow API.

Install

Download a prebuilt binary from Releases, or build from source:

go install github.com/anyrow/cli@latest

Auth

Resolution order (high to low):

  1. --api-key <value>
  2. ANYROW_API_KEY env var
  3. ~/.config/anyrow/config.tomlapi_key = "..."
  4. $XDG_CONFIG_HOME/anyrow/config.toml

Global flags

--api-key, --base-url, --output (json | ndjson | yaml | table), --verbose, --config, --timeout

Exit codes

0 success 1 4xx client error 2 5xx server error 3 network failure / timeout 4 bad flags / missing api-key 5 unexpected 3xx

Resources

License

MIT — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors