42 lines
1.1 KiB
Markdown
42 lines
1.1 KiB
Markdown
|
## eia-client completion powershell
|
||
|
|
||
|
Generate the autocompletion script for powershell
|
||
|
|
||
|
### Synopsis
|
||
|
|
||
|
Generate the autocompletion script for powershell.
|
||
|
|
||
|
To load completions in your current shell session:
|
||
|
|
||
|
eia-client completion powershell | Out-String | Invoke-Expression
|
||
|
|
||
|
To load completions for every new session, add the output of the above command
|
||
|
to your powershell profile.
|
||
|
|
||
|
|
||
|
```
|
||
|
eia-client completion powershell [flags]
|
||
|
```
|
||
|
|
||
|
### Options
|
||
|
|
||
|
```
|
||
|
-h, --help help for powershell
|
||
|
--no-descriptions disable completion descriptions
|
||
|
```
|
||
|
|
||
|
### 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 completion](eia-client_completion.md) - Generate the autocompletion script for the specified shell
|
||
|
|
||
|
###### Auto generated by spf13/cobra on 17-Dec-2024
|