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

core/cmd: add help-all subcommand for listing all commands #12048

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Conversation

jmank88
Copy link
Contributor

@jmank88 jmank88 commented Feb 15, 2024

This PR adds a new subcommand, chainlink help-all, that lists out all available (sub)commands.

...
   forwarders      Commands for managing forwarder addresses.
   help-all        Shows a list of all commands and sub-commands
   help, h         Shows a list of commands or help for one command
...
admin # Commands for remotely taking admin related actions
admin chpass # Change your API password remotely
admin login # Login to remote client by creating a session cookie
admin logout # Delete any local sessions
admin profile # Collects profile metrics from the node.
admin status # Displays the health of various services running inside the node.
admin users # Create, edit permissions, or delete API users
admin users chrole # Changes an API user's role
admin users create # Create a new API user
admin users delete # Delete an API user
admin users list # Lists all API users and their roles
attempts # Commands for managing Ethereum Transaction Attempts
attempts list # List the Transaction Attempts in descending order
...

Copy link
Contributor

I see that you haven't updated any README files. Would it make sense to do so?

@jmank88 jmank88 requested a review from chudilka1 February 15, 2024 19:01
samsondav
samsondav previously approved these changes Feb 15, 2024
samsondav
samsondav previously approved these changes Mar 5, 2024
@jmank88 jmank88 marked this pull request as ready for review March 5, 2024 13:49
@jmank88 jmank88 requested a review from a team as a code owner March 5, 2024 13:49
@jmank88 jmank88 requested a review from samsondav March 5, 2024 13:57
@jmank88 jmank88 changed the title core/cmd: add subcommand for listing all commands core/cmd: add help-all subcommand for listing all commands Mar 5, 2024
@jmank88 jmank88 added this pull request to the merge queue Mar 7, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 7, 2024
@jmank88 jmank88 added this pull request to the merge queue Mar 7, 2024
Merged via the queue into develop with commit 6d264de Mar 7, 2024
97 checks passed
@jmank88 jmank88 deleted the commands branch March 7, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants