From 0045929712c27826481c7c6b7d6cef14536506bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Sat, 15 Mar 2025 16:01:07 +0100 Subject: [PATCH] herd-list: add page (#15880) * herd list: add page * Update pages/osx/herd-list.md Co-authored-by: Juri Dispan * Update pages/osx/herd-list.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Juri Dispan Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/osx/herd-list.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pages/osx/herd-list.md diff --git a/pages/osx/herd-list.md b/pages/osx/herd-list.md new file mode 100644 index 0000000000..7d3bd0fffb --- /dev/null +++ b/pages/osx/herd-list.md @@ -0,0 +1,25 @@ +# herd list + +> List available commands in the Herd PHP platform. +> See also: `herd`. +> More information: . + +- List all available commands: + +`herd list` + +- List all available commands in a specific namespace: + +`herd list {{namespace}}` + +- List all commands in raw format (useful for embedding a command runner): + +`herd list --raw` + +- Display the list in a specific output format: + +`herd list --format={{txt|xml|json|md}}` + +- List all commands without describing their arguments: + +`herd list --short`