http.sh/docs/running.md
2025-09-14 21:42:52 +02:00

662 B

Running http.sh

cli args

The arg parsing is a bit rudimentary atm. Assume only one option supported per invocation.

  • init creates an app skeleton and writes example config. Optional second parameter sets the namespace (app directory) name.
  • debug shows stderr (useful for debugging)
  • debuggier shows stderr and calltrace
  • shell drops you into an environment practically equivalent to the runtime
  • utils lists all available utilities (scripts which integrate into the standard HTTP.sh environment, but are strictly for CLI use. Useful for administrative tasks.)
  • <util> [params] launches an utility, if it's available