mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 13:15:28 +02:00

* pages.nl/common/a*: update Dutch translation, fix English typo's * Update pages/common/asciinema.md * Update act.md * Update pages.nl/common/act.md * Update age-keygen.md Co-authored-by: Leon <leonvsc@users.noreply.github.com> * pages.nl/common/b*: update Dutch translation (#16248) * pages.nl/common/b*: update Dutch translation * Update pages.nl/common/bc.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --------- Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> * certbot: update Dutch translation * Update certbot.md * Fix typos --------- Co-authored-by: Leon <leonvsc@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
32 lines
585 B
Markdown
32 lines
585 B
Markdown
# act
|
|
|
|
> Voer GitHub-acties lokaal uit met behulp van Docker.
|
|
> Meer informatie: <https://manned.org/act>.
|
|
|
|
- Maak een lijst van de beschikbare acties:
|
|
|
|
`act {{[-l|--list]}}`
|
|
|
|
- Voer de standaard evenement uit:
|
|
|
|
`act`
|
|
|
|
- Voer een specifiek evenement uit:
|
|
|
|
`act {{evenement_type}}`
|
|
|
|
- Voer een specifieke job uit:
|
|
|
|
`act {{[-j|--job]}} {{job_id}}`
|
|
|
|
- Voer de acties [n]iet daadwerkelijk uit (d.w.z. een dry-run):
|
|
|
|
`act {{[-n|--dryrun]}}`
|
|
|
|
- Toon uitgebreide logboeken:
|
|
|
|
`act {{[-v|--verbose]}}`
|
|
|
|
- Voer een specifieke workflow uit:
|
|
|
|
`act push {{[-W|--workflows]}} {{pad/naar/workflow}}`
|