wttech / gradle-environment-plugin

Provides seamless Gradle integration with Docker & Compose/Swarm for creating local development environments in a fully automated manner.
https://tech.cognifide.com
Apache License 2.0
4 stars 0 forks source link

Introduce status hook in containers lifecycle for new `envStatus` task #20

Open pun-ky opened 3 years ago

pun-ky commented 3 years ago

imagine sth like:

containers {
     "httpd" {
        status {
            execShell("systemctl status httpd.service")
        }
     }
}

then running sh gradlew envStatus will print HTTP status

pun-ky commented 3 years ago

to be able to provide some output for new task like sh gradlew environmentStatus