Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 665 Bytes

File metadata and controls

15 lines (12 loc) · 665 Bytes

crudr list-paths command

This feature will be one of many cobra (https://github.com/spf13/cobra) commands that present the user with a TUI for interacting with an openapi v3+ spec.

Implementation details

User story 1

  1. User enters the following command
crudr list-paths -f relative/path/to/openapi.yaml
  1. They are shown a list of all paths, including paths specified in documents linked by $ref, starting from the file passed with the flag -f
  2. The command exits with code 0