docker
docker copied to clipboard
Autocompletion for `occ`
See whether it's feasible to enable autocompletion for occ within the image: https://docs.nextcloud.com/server/latest/admin_manual/occ_command.html#enabling-autocompletion
There are some hurdles, such as needing bash-complete + the www-data profile/nologin usage
References for future work:
- https://github.com/stecman/symfony-console-completion/issues/71
- https://github.com/nextcloud/server/pull/35451
- https://github.com/nextcloud/server/issues/35450
Related: #2126