-F, --field | Add a typed parameter in key=value format. | Any valid key-value pair |
--generate | Print the equivalent curl command instead of executing the request. | None |
-H, --header | Add an HTTP request header in key:value format. | Any valid header |
-i, --include | Include HTTP response status line and headers in the output. | None |
--input | The file to use as the body for the HTTP request. Use - for stdin. | A valid file path |
-q, --jq | Apply a jq filter to the response output. | Any valid jq expression |
-X, --method | The HTTP method for the request. The default is GET. | Any valid HTTP method |
-p, --path-param | Override a path parameter in key=value format. For use with operation IDs. | A key-value pair such as providerId=amazon |
-f, --raw-field | Add a string parameter in key=value format. | Any valid key-value pair |
--registry-url | Override the registry base URL. Can also be set with the ASTRO_REGISTRY_URL environment variable. | A valid URL |
--silent | Suppress response output. | None |
-t, --template | Format the response using a Go template. | Any valid Go template string |
--verbose | Include full HTTP request and response in the output. | None |