CLI reference

jekyo exec

Run a command in a running container (default: an interactive shell).

Usage

jekyo exec <app>/<service>[/<container>] [-- command...] [flags]

The second target segment is a service name, or a sidecar name when no service matches; a third segment picks a container explicitly.

Examples

jekyo exec myapp/api                    # interactive shell
jekyo exec myapp/db -- pg_dump -U app   # one-off command
Previous
jekyo logs