.nh .TH "FEVER-COMPLETION-POWERSHELL" "1" "Apr 2023" "FEVER" "" .SH NAME .PP fever-completion-powershell - Generate the autocompletion script for powershell .SH SYNOPSIS .PP \fBfever completion powershell [flags]\fP .SH DESCRIPTION .PP Generate the autocompletion script for powershell. .PP To load completions in your current shell session: .PP .RS .nf fever completion powershell | Out-String | Invoke-Expression .fi .RE .PP To load completions for every new session, add the output of the above command to your powershell profile. .SH OPTIONS .PP \fB-h\fP, \fB--help\fP[=false] help for powershell .PP \fB--no-descriptions\fP[=false] disable completion descriptions .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB--config\fP="" config file (default is $HOME/.fever.yaml) .PP \fB--mgmt-host\fP="" hostname:port definition for management server .PP \fB--mgmt-network\fP="tcp" network (tcp/udp) definition for management server .PP \fB--mgmt-socket\fP="/tmp/fever-mgmt.sock" Socket path for management server .SH SEE ALSO .PP \fBfever-completion(1)\fP