-
-
Notifications
You must be signed in to change notification settings - Fork 291
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
feat: add ark update readme
command
#1139
base: master
Are you sure you want to change the base?
Conversation
0d62388
to
f35c6a9
Compare
eb47b3e
to
e4800a3
Compare
ark update readme command
ark update readme
command
cmd/update/readme.go
Outdated
|
||
Cobra is a CLI library for Go that empowers applications. | ||
This application is a tool to generate the needed files | ||
to quickly create a Cobra application.`, |
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.
Could you include the supported markers in the Cobra help message please?
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.
Yes. Quite the oversight 😆
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.
Added some detail 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.
I think this looks good.. I'm asking for a bit more in the go-docs first
c4e1b68
to
3e4da5a
Compare
Adds a subcommand to update that will update the README tables in situ. This will be useful to contributors who are adding system installs / apps / tools as it will remove the need for the existing manual mechanism to update the appropriate tables in the readme. Running `arkade update readme` will update each of the three tables in the readme, ready to be committed with their change. Signed-off-by: Richard Gee <[email protected]>
3e4da5a
to
99e55ad
Compare
We should probably update the PR template once this goes in, as well as the trailing note in the README |
Description
Adds a subcommand to update that will update the README tables in situ. This will be useful to contributors who are adding system installs / apps / tools as it will remove the need for the existing manual mechanism to update the appropriate tables in the readme. Running
arkade update readme
will update each of the three tables in the readme, ready to be committed with their change.Motivation and Context
design/approved
by a maintainer (required)Discussed on the community call
How Has This Been Tested?
Functional
README shows new format as per commit included in this change
Types of changes
Documentation
./arkade get --format markdown
./arkade install --help
Checklist:
git commit -s