CLI reference

jekyo attach

Attach to the running process of a service (Ctrl+C detaches).

Usage

jekyo attach <app>/<service> [flags]

Flags

FlagDescription
-i, --stdinforward stdin to the process (needs a TTY-enabled service)

Examples

jekyo attach myapp/api          # watch the main process output live
Previous
jekyo exec