Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogsOptions ¶
type LogsOptions struct { Auth *config.AuthConfig `noattribute:"true"` Client kraftcloud.KraftCloud `noattribute:"true"` Composefile string `noattribute:"true"` Follow bool `long:"follow" short:"f" usage:"Follow log output"` Metro string `noattribute:"true"` Output string `long:"output" short:"o" usage:"Set output format. Options: table,yaml,json,list" default:"table"` Project *compose.Project `noattribute:"true"` Tail int `long:"tail" short:"t" usage:"Number of lines to show from the end of the logs" default:"-1"` Token string `noattribute:"true"` }
Click to show internal directories.
Click to hide internal directories.