CLI and Script Composition

Documentation status: Placeholder

This guide will show how to compose a maintainable automation project while the CLI and run_file() intentionally execute one file at a time.

Planned coverage:

  • choosing the entry-point file;
  • passing application arguments through sys.argv;
  • ordinary Python packages and explicit .spy imports;
  • include boundaries and shared configuration;
  • exit-status conventions; and
  • testable project layouts.

For option lookup, use CLI and Environment Variables.

Last Updated: 2026-09-17 12:13:56