-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
List grunt tasks from terminal #43798
Conversation
$ grunt tasks # Lists available tasks :)
💔 Build Failed |
retest |
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally, LGTM. Make sense from my perspective, but I think it is up to Kibana OpsTeam to decide.
Pinging @elastic/kibana-operations |
Works for me - can we move the tasks and config in gruntfile to the |
💚 Build Succeeded |
Why certainly! :) |
💔 Build Failed |
retest |
💚 Build Succeeded |
Remember to tag with the versions your merging into. Thanks. |
You mean for the backport? |
Backport (to 7.x) bombing @spalger
|
* Add ability to run $ grunt tasks * Move conf and task to config per review
* Add ability to run $ grunt tasks * Move conf and task to config per review
Now you can run
$ grunt tasks
Lists available tasks