samneirinck / posh-docker

Powershell tab completion for Docker
MIT License
201 stars 23 forks source link

Add support for docker-compose #20

Open sphr2k opened 7 years ago

sphr2k commented 7 years ago

Support for the docker-compose command would be great.

riktimmondal commented 7 years ago

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

sphr2k commented 7 years ago

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

tomkerkhove commented 7 years ago

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

samneirinck commented 7 years ago

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.

davidnoguerol commented 7 years ago

+1

qbikez commented 5 years ago

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