Skip to content

Commit 1dbb7ad

Browse files
committed
updated README.md
1 parent a2c2347 commit 1dbb7ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1010,6 +1010,8 @@ See also [Knowledge Base notes for Hadoop](https://github.com/HariSekhon/Knowled
10101010
- `github_actions_workflows_trigger_all.sh` - triggers all workflows for the given repo
10111011
- `github_actions_workflows_cancel_all_runs.sh` - cancels all workflow runs for the given repo
10121012
- `github_actions_workflows_cancel_waiting_runs.sh` - cancels workflow runs that are in waiting state, eg. waiting for old deployment approvals
1013+
- `github_actions_log.sh` - outputs the text log for a given GitHub Actions workflow run to the terminal. Fetches the last 10 runs and drops you into an interactive menu to hit enter on the one you want. Useful when the logs are too big for the UI and you have to open it in another tab which is very slow in browser
1014+
- `github_actions_latest_log.sh` - same as above, but just fetches the latest workflow run log without any prompting
10131015
- `github_ssh_get_user_public_keys.sh` - fetches a given GitHub user's public SSH keys via the API for piping to `~/.ssh/authorized_keys` or adjacent tools
10141016
- `github_ssh_get_public_keys.sh` - fetches the currently authenticated GitHub user's public SSH keys via the API, similar to above but authenticated to get identifying key comments
10151017
- `github_ssh_add_public_keys.sh` - uploads SSH keys from local files or standard input to the currently authenticated GitHub account. Specify pubkey files (default: `~/.ssh/id_rsa.pub`) or read from standard input for piping from adjacent tools

0 commit comments

Comments
 (0)