I have found a method for completing docker-compose command through a query, but I haven’t found a related description in the official document. Where can I find the link to the official document for docker-compose command completion
sudo curl -L https://raw.githubusercontent.com/docker/compose/1.26.0/contrib/completion/bash/docker-compose -o /etc/bash_completion.d/docker-compose
I tried searching for Command-line completion in the official documentation but couldn’t find it
New contributor
pptfz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.