Skip to content

Index

🧰 ezpz CLI¢

Once installed, ezpz provides a CLI with a few useful utilities to help with distributed launches and environment validation.

Explicitly, these are:

1
2
3
4
5
ezpz doctor  # environment validation and health-check
ezpz test    # distributed smoke test
ezpz launch  # general purpose, scheduler-aware launching
ezpz-generate      # interactive text generation (experimental)
ezpz-generate-tui  # Textual UI for generation (experimental)

To see the list of available commands, run:

ezpz --help