Skip to main content

CLI Automation

Automate LanOnasis workflows by scripting the CLI in CI jobs, shell scripts, and local task runners.

Common Patterns

  • Use lanonasis auth login once, then rely on the stored session for repeated commands.
  • Prefer machine-readable output (--json where available) when piping into other tools.
  • Use the Commands Reference for the full command surface.