I have…
- [x] Read the following guideline: https://docs.squidex.io/01-getting-started/installation/troubleshooting-and-support. I understand that my support request might get deleted if I do not follow the guideline.
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [ ] Bug report
- [ ] Performance issue
- [x] Documentation issue or request
Current behavior
no squidex cli in docker
Expected behavior
sq should work on a container running on squidex/squidex
Minimal reproduction of the problem
docker run -it --entrypoint sq squidex/squidex
Environment
- [x] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [ ] Cloud version
Version: latest
Browser:
- [ ] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others:
Hi - I would like to use squidex cli in my CI, ideally we would achieve it without having to download the binaries. I was expecting the official squidex image to container squidex cli (ideally in $PATH) but it does not seem to have it. Is there any other official container with the cli included?
Also - is there any other way to provide configuration then through the sq config add command? Like through env vars or files? That would also be very useful for the CI