Skip to content

Commit

Permalink
Add virtctl completion
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-pona authored Sep 28, 2024
1 parent 9599112 commit ef035f9
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 ef035f9

Please sign in to comment.