Versions in this module Expand all Collapse all v0 v0.1.13 Dec 4, 2021 v0.1.12 Dec 4, 2021 Changes in this version + func NewCmdLogs(ctx *cli.Context) *cobra.Command + type LogsOptions struct + App string + Follow bool + Since time.Duration + Timestamps bool + func (o *LogsOptions) Init(ctx *cli.Context, args []string) error + func (o *LogsOptions) Run(ctx *cli.Context) error + func (o *LogsOptions) Validate() error