-
Notifications
You must be signed in to change notification settings - Fork 191
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
Rich click #1411
Rich click #1411
Conversation
Need to do a release of |
Codecov Report
@@ Coverage Diff @@
## dev #1411 +/- ##
==========================================
+ Coverage 66.77% 66.87% +0.10%
==========================================
Files 50 50
Lines 5713 5688 -25
==========================================
- Hits 3815 3804 -11
+ Misses 1898 1884 -14
Continue to review full report at Codecov.
|
{ | ||
"name": "For pipelines", | ||
"commands": ["list", "install", "update", "remove"], | ||
}, | ||
{ | ||
"name": "Developing new modules", | ||
"commands": ["create", "create-test-yml", "lint", "bump-versions"], |
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.
Should we mention that one has to be called inside a pipeline repo and one inside the modules repo or will that be too much text?
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.
No such thing as too much text now! Instead of being truncated the plug-in will mean that the text just wraps onto a second line if it's long.
We might want to keep it shortish anyway though, still looks better if they're on one line I think.
Updated to use new Needs new release from |
Version 1.0.0 now released, should be good to go here. |
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.
🚀
YAML linting is failingTo keep the code consistent with lots of contributors, we run automated code consistency checks.
Once you push these changes the test should pass, and you can hide this comment 👍 We highly recommend setting up yaml-lint in your code editor so that this formatting is done automatically on save. Ask about it on Slack for help! Thanks again for your contribution! |
🆕 CLI help command groups 🤩
Sorting of commands but also breaking up into multiple panels with their own headers: