Merged
Conversation
Collaborator
ycombinator
approved these changes
Nov 30, 2020
Contributor
ycombinator
left a comment
There was a problem hiding this comment.
LGTM. Love the output messages showing exactly what locations got cleaned!
Contributor
Author
|
jenkins run the tests please |
2 similar comments
Contributor
Author
|
jenkins run the tests please |
Contributor
Author
|
jenkins run the tests please |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #13
Sample output:
$ elastic-package clean -v 2020/11/24 13:54:32 DEBUG Enable verbose logging Clean used resources 2020/11/24 13:54:32 DEBUG Clean build resources 2020/11/24 13:54:32 DEBUG Build directory for integration: /Users/marcin.tojek/go/src/github.com/elastic/elastic-package/build/integrations/nginx 2020/11/24 13:54:32 DEBUG Remove directory (path: /Users/Foobar/go/src/github.com/elastic/elastic-package/build/integrations/nginx) Build resources removed: /Users/Foobar/go/src/github.com/elastic/elastic-package/build/integrations/nginx 2020/11/24 13:54:32 DEBUG Clean built packages from the development stack 2020/11/24 13:54:32 DEBUG Stack package is not part of the development stack (missing path: /Users/Foobar/.elastic-package/stack/development/nginx) 2020/11/24 13:54:32 DEBUG Clean all service logs 2020/11/24 13:54:32 DEBUG Remove folder content (path: /Users/Foobar/.elastic-package/tmp/service_logs) Temporary service logs removed: /Users/Foobar/.elastic-package/tmp/service_logs Done