Add an authzprobe init command that reads a spec, enumerates every path param and security scheme, and writes a well-commented starter identities.yaml for the user to fill in.
Files: new src/cli.ts subcommand, helpers in src/spec/parse.ts
Acceptance criteria
- Generates a valid, commented config skeleton.
- Covered by a test using the example spec.
Comment /assign to claim.
Add an
authzprobe initcommand that reads a spec, enumerates every path param and security scheme, and writes a well-commented starteridentities.yamlfor the user to fill in.Files: new
src/cli.tssubcommand, helpers insrc/spec/parse.tsAcceptance criteria
Comment
/assignto claim.