This repository contains the source for the dolittle/shell Docker Image. A TTY-server built using ttyd, with some Dolittle-special customisations of commands and tools to make the shell useful for customers of Dolittle using Dolittle Studio.
The bash-shell that is exposed to users with access comes with these tools installed:
- The Dolittle CLI: https://dolittle.io/docs/reference/cli/
- The MongoDB Shell: https://www.mongodb.com/docs/mongodb-shell/ (with some Dolittle customisations)
- curl
- vim and nano
- jq: https://stedolan.github.io/jq/manual/
and a few more built-in tools.
If you would like to see support for other tools or commands, please feel free to create an issue - or even better, a PR - in this repository. Thanks!