Skip to content

powershell

Generate the autocompletion script for powershell

Terminal window
conhive-agent completion powershell

Generate the autocompletion script for powershell.

To load completions in your current shell session:

conhive-agent completion powershell | Out-String | Invoke-Expression

To load completions for every new session, add the output of the above command to your powershell profile.

Terminal window
conhive-agent completion powershell [flags]
Terminal window
-h, --help help for powershell
--no-descriptions disable completion descriptions
-f, --log-format string Specify the logging format (options: console,
json) (default "text")
-l, --log-level string Define the logging level (options: trace,
debug, info, warn, error, fatal, panic)
(default "info")
-o, --log-to-file Enable logging to a file (default true)
-p, --port int32 Port to run the server on (default 5050)
-w, --workdir string Set the working directory for agent operations
(default: $HOME/.conhive)