Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pun-ky opened this issue Jun 24, 2021 · 1 comment
Open
Labels
enhancement New feature or request major

Comments

@pun-ky
Copy link
Contributor

pun-ky commented Jun 24, 2021

imagine sth like:

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

then running sh gradlew envStatus will print HTTP status

@pun-ky pun-ky added the enhancement New feature or request label Jun 24, 2021
@pun-ky
Copy link
Contributor Author

pun-ky commented Nov 2, 2021

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

@pun-ky pun-ky changed the title Introduce status hook in containers lifecycle Introduce status hook in containers lifecycle for new envStatus task Nov 2, 2021
@pun-ky pun-ky added the major label Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request major
Projects
None yet
Development

No branches or pull requests

1 participant