Mriyam Tamuli
Mriyam Tamuli
For example `ee site info` should allow output in different formats like `yaml`,`json`. This should happen to maintain parity with the other commands like `ee site list`, `ee auth list...
https://github.com/EasyEngine/easyengine/blob/4b917ee690b8777db55a3c0d8b68f81b5bc3630a/php/class-ee-site-letsencrypt.php#L458-L467 These values need to be configured by asking input or using [`ee config` command](https://github.com/EasyEngine/easyengine/issues/1168).
Deployments can feel slow because we are using [deployer](https://deployer.org). Deployer creates releases on each deploy and copies all the files. This is required in case of production environments to have...
The previous link to the Twisted IRC Log Bot was broken.
`ee disable example.com` should simply disable(stop) the site. (As opposed to deleting a site completely.)
We need to pin the docker images to a specific hash to avoid any unnecessary surprises. Something like ``` FROM debian@sha256:de3eac83cd481c04c5d6c7344cd7327625a1d8b2540e82a8231b5675cef0ae5f ``` Here is a link to an [Example Dockerfile](https://github.com/cloudflare/nginx-google-oauth/blob/a0c4182898332d194addb9f6ecc2acf97b5e174a/Dockerfile#L2)
Signed-off-by: Mriyam Tamuli
The tests running as part of the CI don't provide any logs right now. Would be good to have the cluster logs as part of the CI run itself.
# Scope - [ ] Have a `docs/developer.md` detailing the workflow for a developer - Initial setup - Development - Testing - Anything else expected by the project Split from...
Currently a well defined developer/contributor workflow doesn't exist for this project. It'd be good to have a few things - [ ] Well defined developer workflow documentation - #96 -...