Files
cheatsheet-tldr/tldr/osx/herd-list
2025-09-27 00:18:09 +00:00

31 lines
650 B
Plaintext

---
syntax: markdown
tags: [tldr, osx]
source: https://github.com/tldr-pages/tldr.git
---
# herd list
> List available commands in the Herd PHP platform.
> See also: `herd`.
> More information: <https://herd.laravel.com/docs/macos/advanced-usage/herd-cli>.
- 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`