eia-api-go/docs/eia-client_list_routes.md

32 lines
941 B
Markdown
Raw Permalink Normal View History

2024-12-17 22:24:48 +00:00
## eia-client list routes
List routes, optionally by type (default is Data)
```
eia-client list routes [flags]
```
### Options
```
-a, --all List all methods, no filtering
-f, --filters strings Optional [inclusion] filters, case insensitive
-h, --help help for routes
-p, --routePrefix string Prefix for routes, ignore with -a flag (default "Get")
```
### Options inherited from parent commands
```
--apiKey string API Key, or set EIA_API_KEY in environment
-L, --apiLogLevel string Log Level for EIA API Middleware, or set EIA_API_LOG_LEVEL in environment
-l, --logLevel string Log Level, or set LOG_LEVEL in environment
-t, --timeout duration Request timeout, or set EIA_API_TMOUT in environment (default 15s)
```
### SEE ALSO
* [eia-client list](eia-client_list.md) - Commands for listing metadata
###### Auto generated by spf13/cobra on 17-Dec-2024