Ryan McGuire
373581c58a
All checks were successful
Build and Publish / release (push) Successful in 1m22s
32 lines
941 B
Markdown
32 lines
941 B
Markdown
## 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
|