@xagentauth/cli
v0.2.3
Published
CLI tool for AgentAuth — test, benchmark, and generate challenges
Readme
@xagentauth/cli
CLI tool for AgentAuth — test challenges, run benchmarks, and manage challenge packages.
Installation
npm install -g @xagentauth/cliOr use with npx:
npx @xagentauth/cli generate --difficulty mediumCommands
agentauth generate
Generate a challenge locally for testing.
agentauth generate --difficulty hardagentauth verify
Verify a token or challenge solution.
agentauth verify --token <jwt>agentauth benchmark
Run benchmarks against an AgentAuth server.
agentauth benchmark --url https://auth.example.com --rounds 100agentauth list
List available challenge packages.
agentauth listagentauth search
Search the challenge registry.
agentauth search cryptoagentauth add
Add a challenge package to your project.
agentauth add @xagentauth/challenge-cryptoagentauth publish
Publish a challenge package to the registry.
agentauth publishLicense
MIT
