Generate github actions documentation in markdown format.
Project description
github-actions-docs
Generates documentations for github actions and reusable workflows. For github
actions by default the readme file would be in the same directory as the
action.yaml
. For reusable workflows as they all should be under
.github/workflows
, a single readme file will be created or the existing one
will be updated for every reusable workflows under that directory.
Installation
pip install github-actions-docs
Options:
github-actions-docs --help
#positional arguments:
# input_files_path Path of a github action or reusable workflow file(s).
#
#options:
# -h, --help show this help message and exit
# --version show program's version number and exit
# --verbose More verbosity in logging. (default: False)
# --ignore Continue on inputs file not being a valid github action or workflow. (default: False)
# --tag-prefix TAG_PREFIX
# Prefix used for the tags in the output. (default: GH_DOCS)
# --output-mode [{replace,inject}]
# Method of output to file. (default: inject)
# --docs-filename DOCS_FILENAME
# Creates or updates output on the same path as the input. (default: README.md)
# --uses-ref-override USES_REF_OVERRIDE
# Override the uses reference in usage section. By default latest tag or current branch name will be used. (default: )
Quick start
Following command creates or updates .github/actions/example/README.md
.
github-actions-docs .github/actions/example/action.yaml --verbose
If the output file (determined by --docs-filename
) does not exist, it would be
created based on a default template. If not it would check content of the existing
file for the tags and updates them.
Full list of tags
tag name | corresponding yaml path | description | type |
---|---|---|---|
<!-- GH_DOCS_NAME --> |
.name |
Name of the workflow or action | both |
<!-- GH_DOCS_DESCRIPTION --> |
.description |
Description of the workflow or action defaults to file path in workflows | both |
<!-- GH_DOCS_RUNS --> |
.runs only for actions |
Type of the action, in workflows it defaults to reusable workflow constant |
both |
<!-- GH_DOCS_INPUTS --> |
.inputs for actions and .on.workflow_call.inputs for reusable workflows |
both | |
<!-- GH_DOCS_OUTPUTS --> |
.outputs for actions and .on.workflow_call.outputs for reusable workflows |
both | |
<!-- GH_DOCS_SECRETS --> |
.on.workflow_call.secrets for reusable workflows |
reusable workflows | |
<!-- GH_DOCS_TITLE --> |
NA | Top level header for the reusable workflows, defaults to Reusable Workflows |
reusable workflows |
<!-- GH_DOCS_CONTENTS_TABLE_TITLE --> |
NA | Header of table of contents, defaults to List of workflows |
reusable workflows |
<!-- GH_DOCS_CONTENTS_TABLE_ITEM --> |
NA | Content of the table of contents, created dynamically. | reusable workflows |
<!-- GH_DOCS_USAGE --> |
NA | Creates simple usage block. Check --uses-ref-override |
both |
As a pre-commit hook
Check pre-commit for further information.
Sample .pre-commit-config.yaml
- repo: https://github.com/rzjfr/github-actions-docs
rev: 0.2.3
hooks:
- id: generate-gh-actions-docs
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file github_actions_docs-0.0.2.tar.gz
.
File metadata
- Download URL: github_actions_docs-0.0.2.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd14d1ed2a0cf4694c2d12e113670ccea40b0f0dc607e628aef83e90f94ba60e |
|
MD5 | 63346bf1a903adbd6018b34c35a17e27 |
|
BLAKE2b-256 | 65b1bedb5034231e5a18fba1e886f89a8a48873cf142d9f3f4d4e90255f82542 |
File details
Details for the file github_actions_docs-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: github_actions_docs-0.0.2-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9760d649ed8694b1933a10c7f53cc25e456953914c524c2b55d346693bc323a |
|
MD5 | d9aea438072e698977c3a64e56b88968 |
|
BLAKE2b-256 | 7aef1947c46802fafab49426ca616dbb5bf4e4f8024e6c4233ca0ac279b842b8 |