samneirinck/posh-docker

Add support for docker-compose

sphr2k opened this issue · 6 comments

Support for the docker-compose command would be great.

Please can you guide me since i am just starting open source contribution.Can you provide some reference on how to to add support for docker-compose

Hi, I guess you know more about writing Powershell modules than me since you created the project :) I just thought it would be nice if we had the same kind of auto-completion for the docker-compose command. You can find the command reference here.

Cheers, Jan

Sounds like a reasonable feature - Are you planning on providing a new PowerShell module or merge them @samneirinck?

Sounds like a good idea. I think it would be better to wait a bit because some refactoring is currently going on, making it easier to read the code, and implement other tab completions such as docker-compose.

@riktimmondal When this refactoring is done, I'd love to show you how it works and how you could implement it for docker-compose, thanks a ton!

@tomkerkhove the intention would be to keep this in the same powershell module, since it gets installed by default on Docker for Windows anyway.

Note: there's already this module for compose completion: https://github.com/matt9ucci/DockerComposeCompletion