Show deps-setup-summary
show deps-setup-summary - Generate dependencies setup summary
The show deps-setup-summary command generates a formatted summary of dependency setup results. This command is designed to be used in GitHub Actions workflows to create consistent setup summaries. The output is formatted as Markdown and can be redirected to $GITHUB_STEP_SUMMARY.
Flags
| Flag | Description |
|---|---|
--module |
Module name (required) |
--deps |
Comma-separated list of dependencies (go,node,docker,buildx,upx) |
--go-available |
Whether Go was already available |
--node-available |
Whether Node was already available |
--buildx-available |
Whether Docker Buildx was already available |
--qemu-available |
Whether QEMU was already available |
--upx-available |
Whether UPX was already available |
Notes
Expected Output:
- Markdown-formatted setup summary with dependencies table
- Shows which dependencies were installed or already available
See Also
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.