Skip to content
Snippets Groups Projects
Commit c2c2dbac authored by nimrod's avatar nimrod
Browse files

Add Bash completion for semver-bump.

parent 0e0ff99e
No related branches found
No related tags found
No related merge requests found
......@@ -252,6 +252,7 @@ RUN apt-get update && \
invoke --print-completion-script bash > /etc/bash_completion.d/invoke && \
fab --print-completion-script bash > /etc/bash_completion.d/fabric && \
helm completion bash > /etc/bash_completion.d/helm && \
semver-bump completion bash > /etc/bash_completion.d/semver-bump && \
wget https://raw.githubusercontent.com/docker/compose/1.29.2/contrib/completion/bash/docker-compose -O /etc/bash_completion.d/docker-compose && \
wget https://raw.githubusercontent.com/ansible-community/molecule/1.25.1/asset/bash_completion/molecule.bash-completion.sh -O /etc/bash_completion.d/molecule && \
wget https://github.com/mrolli/packer-bash-completion/raw/master/packer -O /etc/bash_completion.d/packer && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment