logs
Stream logs of a single resource
Usage
lightshuttle logs [OPTIONS] <RESOURCE>
Arguments
| Argument | Description |
|---|---|
<RESOURCE> | Resource name as declared in the manifest |
Options
| Option | Default | Description |
|---|---|---|
-f, --follow | Follow 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