rigetti / openapi-cli-generator

Generate a CLI from an OpenAPI 3 specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code clean up post config refactor

erichulburd opened this issue · comments

Cleanup #2

  • support global query flag (ie JMES path)
  • ensure pointer receivers are well motivated and the motivation is called out in doc string
  • document high level overview of configuration value parsing (ie default value, config file, env var, flag)
  • delete auth cruft we are no longer supporting (eg client credentials)