Skip to content

Auto-Resume

Auto-resume Stateful

The connector tracks its last known configuration and runtime state in a small JSON file under the user’s home directory (for example ~/.edge-connector/state.json).

Stored fields include:

  • whether the connector was running
  • the last process ID and start time
  • the Tool RPC URL and custom implementations path
  • deployment credentials (if applicable)

Start the CLI with:

Terminal window
edge-connector --auto-resume

If a previous run marked the connector as running and stored configuration, the CLI:

  • skips interactive setup,
  • reuses the stored Tool RPC URL and deployment credentials,
  • launches the runtime with the same effective configuration.

If no previous state exists, the CLI falls back to the interactive menu or normal argument parsing.