Skip to main content

daoflow terminal

Open an explicitly gated interactive service terminal.

Usage

daoflow terminal service --service <id> [options]

Required Scope

terminal:open

Options

FlagDescription
--service <id>Service ID for the running service container
--shell <shell>bash or sh, defaults to bash
--jsonReturn structured preflight errors

Examples

daoflow terminal service --service svc_api
daoflow terminal service --service svc_api --shell sh

Notes

  • Terminal access requires an interactive TTY.
  • terminal:open is not part of default agent presets.
  • The CLI does not accept a one-shot command string; it only opens an audited interactive session.
  • JSON mode is for preflight errors only because terminal byte streams are not JSON encoded.