1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 13:15:28 +02:00
tldr/pages.nl/common/act.md
Sebastiaan Speck dc73a80540
pages.nl/common/a*: update Dutch translation, fix English typo's (#16245)
* 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>
2025-04-25 18:51:41 +02:00

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}}`