1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/herd-list.md

26 lines
525 B
Markdown
Raw Normal View History

# herd list
> List available commands in the Herd PHP platform.
> See also: `herd`.
> More information: <https://herd.laravel.com>.
- 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`