Skip to main content

devbox services attach

Attach to a running instance of devbox services. This command lets you launch the TUI for process-compose if you started your services in the background with devbox services up -b.

Note that terminating the TUI will not stop your backgrounded services. To stop your services, use devbox services stop.

devbox services attach [flags]

Options

OptionDescription
-h, --helphelp for ls
-q, --quietQuiet mode: Suppresses logs.

SEE ALSO