yapi
yapi is a unified API client for HTTP, gRPC, and TCP
yapi [flags]
Options
--binary-output Display binary content to stdout (by default binary content is hidden when outputting to a terminal)
-h, --help help for yapi
--no-color Disable color output
-u, --url string Override the URL specified in the config file
SEE ALSO
- yapi history - Show yapi command history (default: last 10)
- yapi list - List all yapi config files in the current directory or project
- yapi lsp - Run the yapi language server over stdio
- yapi run - Run a request defined in a yapi config file (reads from stdin if no file specified)
- yapi share - Generate a shareable yapi.run link for a config file
- yapi stress - Load test a yapi config file with concurrent requests
- yapi test - Run all *.test.yapi.yml files in the current directory or specified directory
- yapi validate - Validate a yapi config file
- yapi version - Print version information
- yapi watch - Watch a yapi config file and re-run on changes