Is there autocompletion available for using docker/sdk
? Maybe I’m just missing something, but I cannot find anything documented related to this.
Hi Daniel,
no, there is no autocompletion for spryker/docker-sdk. But some commands could be typed partially like boot
instead of bootstrap
.
Best,
Customer Support Team
Hi Daniel, if you are using bash you can try https://github.com/damijanc/spryker-docker-sdk-autocompletion. This is not officially Spryker supported solution and PRs are more than welcome. I use it myself.
Kind regards,
Damijan
Using zsh. But will check it out in general. Thanks.