chipsenkbeil / distant

🚧 (Alpha stage software) Library and tooling that supports remote filesystem and process operations. 🚧
https://distant.dev
578 stars 12 forks source link

Prompt and/or auto-start manager if not available #242

Open chipsenkbeil opened 6 months ago

chipsenkbeil commented 6 months ago

If we detect that a manager is not available, we should either

  1. Prompt in the CLI if we should start a manger (using the daemon approach)
  2. Automatically start the daemon if detecting that we do not have stdin to prompt

For 2, we can also automatically start if configured to do so via the CLI options or a configuration property.