Appearance
metaplay completion powershell [flags]
Generate the autocompletion script for powershell
Appearance
Generate the autocompletion script for powershell
metaplay completion powershell [flags] Generate the autocompletion script for powershell.
To load completions in your current shell session:
metaplay completion powershell | Out-String | Invoke-Expression
To load completions for every new session, add the output of the above command to your powershell profile.
--no-descriptions: disable completion descriptions--color <string>: Should the output be colored (yes/no/auto)? [env: METAPLAYCLI_COLOR] (default: auto)--project <string>: Path to the to project directory (where metaplay-project.yaml is located)--skip-version-check: Skip the check for a new CLI version being available--verbose: Enable verbose logging, useful for troubleshooting [env: METAPLAYCLI_VERBOSE]