2025-03-15 16:01:07 +01:00
|
|
|
# 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:
|
|
|
|
|
2025-06-21 11:17:14 +05:30
|
|
|
`herd list --format {{txt|xml|json|md}}`
|
2025-03-15 16:01:07 +01:00
|
|
|
|
|
|
|
- List all commands without describing their arguments:
|
|
|
|
|
|
|
|
`herd list --short`
|