Appearance
metaplay completion bash
Generate the autocompletion script for bash
Appearance
Generate the autocompletion script for bash
metaplay completion bash Generate the autocompletion script for the bash shell.
This script depends on the 'bash-completion' package. If it is not installed already, you can install it via your OS's package manager.
To load completions in your current shell session:
source <(metaplay completion bash)
To load completions for every new session, execute once:
metaplay completion bash > /etc/bash_completion.d/metaplay
metaplay completion bash > $(brew --prefix)/etc/bash_completion.d/metaplay
You will need to start a new shell for this setup to take effect.
--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]