logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Herd List - List Herd Commands | Online Free DevTools by Hexmos

List Herd commands quickly with Herd List. View available commands and namespaces in your Herd PHP platform. Free online tool, no registration required.

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

See Also