CLI reference
jekyo attach
Attach to the running process of a container (Ctrl+C detaches).
Usage
jekyo attach <app>/<service>[/<container>] [flags]
The second target segment is a service name, or a sidecar name when no service matches; a third segment picks a container explicitly.
Flags
| Flag | Description |
|---|---|
-i, --stdin | forward stdin to the process (needs a TTY-enabled service) |
Examples
jekyo attach myapp/api # watch the main process output live