CLI Automation
Automate LanOnasis workflows by scripting the CLI in CI jobs, shell scripts, and local task runners.
Common Patterns
- Use
lanonasis auth loginonce, then rely on the stored session for repeated commands. - Prefer machine-readable output (
--jsonwhere available) when piping into other tools. - Use the Commands Reference for the full command surface.