Skip to content

Commit

Permalink
Merge pull request #193 from acend/feat/virtctl-completion
Browse files Browse the repository at this point in the history
Add virtctl completion
  • Loading branch information
phil-pona authored Oct 3, 2024
2 parents 9599112 + ef035f9 commit e10e145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash && \
ENV HOME /home/theia
WORKDIR /home/theia

RUN for CMD in argocd helm kubectl oc tkn; do ${CMD} completion bash > /usr/share/bash-completion/completions/$CMD; done && \
RUN for CMD in argocd helm kubectl oc tkn virtctl; do ${CMD} completion bash > /usr/share/bash-completion/completions/$CMD; done && \
terraform -install-autocomplete

# Copy application from builder-stage
Expand Down

0 comments on commit e10e145

Please sign in to comment.