github-actions
released this
24 Feb 15:48
·
122 commits
to refs/heads/main
since this release
v2.1.0
Release actions-timeline
CLI tool 🎉
You can use it with deno run
command.
deno run --allow-net --allow-write \
https://raw.githubusercontent.com/Kesin11/actions-timeline/main/cli.ts \
https://github.com/Kesin11/actions-timeline/actions/runs/8021493760/attempts/1 \
-t $(gh auth token) \
-o output.md
# Fetch latest attempt if ommit attempts
deno run --allow-net --allow-write \
https://raw.githubusercontent.com/Kesin11/actions-timeline/main/cli.ts \
https://github.com/Kesin11/actions-timeline/actions/runs/8021493760/ \
-t $(gh auth token) \
-o output.md
# GHES
deno run --allow-net --allow-write \
https://raw.githubusercontent.com/Kesin11/actions-timeline/main/cli.ts \
https://YOUR_ENTERPRISE_HOST/OWNER/REPO/actions/runs/RUN_ID/attempts/1 \
-t $(gh auth token -h YOUR_ENTERPRISE_HOST) \
-o output.md
cli.ts
just outputs the markdown to file or STDOUT, so you have to use other tools to visualize mermaid diagrams.
- Online editor: Mermaid Live Editor
- VSCode extension: Markdown Preview Mermaid Support
- Local terminal: mermaid-cli
Changes
Features
Dependencies
6 changes
- chore(deps): update dependency https://deno.land/std to v0.217.0 @renovate (#102)
- chore(deps): update dependency esbuild to v0.20.1 @renovate (#100)
- chore(deps): update dependency deno to v1.41.0 @renovate (#101)
- chore(deps): update dependency node to v20.11.1 @renovate (#98)
- chore(deps): update dependency https://deno.land/std to v0.216.0 @renovate (#99)
- chore(deps): update dependency deno to v1.40.5 @renovate (#97)