wodby completion powershell
Generate the autocompletion script for powershell
Generate the autocompletion script for powershell. To load completions in your current shell session: wodby completion powershell | Out-String | Invoke-Expression To load completions for every new session, add the output of the above command to your powershell profile.
Usage
wodby completion powershell [flags]
Options
| Flag | Description | Default |
|---|---|---|
-h, --help |
help for powershell | false |
--no-descriptions |
disable completion descriptions | false |
Options inherited from parent commands
| Flag | Description | Default |
|---|---|---|
--access-token string |
Access token | - |
--api-base-url string |
Public REST API base URL | https://apiv2.wodby.com/v1 |
--api-key string |
API key | - |
--ci-config-path string |
Path to CI config | /tmp/.wodby-ci.json |
--verbose |
Verbose output | false |