diff --git a/docs/index.rst b/docs/index.rst index 7f91618a..49602e8c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -224,4 +224,5 @@ host is ready to be served with your custom domain. :caption: 3rd party projects :maxdepth: 1 + third-party/devilbox-cli third-party/nginx-acme diff --git a/docs/third-party/devilbox-cli.rst b/docs/third-party/devilbox-cli.rst new file mode 100644 index 00000000..11e55541 --- /dev/null +++ b/docs/third-party/devilbox-cli.rst @@ -0,0 +1,20 @@ +.. include:: /_includes/snippets/__ANNOUNCEMENTS__.rst + +************ +Devilbox CLI +************ + + +Project goal +============ + +``devilbox-cli.sh`` is a simple and conveniant bash script. It consists of multiple grep and sed +in order to easily change the ``.env`` configuration of devilbox and also a shorthand to start the +containers. It has been validated with shellcheck. + + +Project details +=============== + +* **Project:** https://github.com/louisgab/devilbox-cli +* **Mirror:** https://github.com/devilbox/devilbox-cli