Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

logs

Stream logs of a single resource

Usage

lightshuttle logs [OPTIONS] <RESOURCE>

Arguments

ArgumentDescription
<RESOURCE>Resource name as declared in the manifest

Options

OptionDefaultDescription
-f, --followFollow the log stream until interrupted

Examples

  # Show the recent logs of the `api` resource
  lightshuttle logs api

  # Follow the log stream until interrupted
  lightshuttle logs api --follow