Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogOptions ¶
type LogOptions struct { Auth *config.AuthConfig `noattribute:"true"` Client kraftcloud.KraftCloud `noattribute:"true"` Follow bool `local:"true" long:"follow" short:"f" usage:"Follow the logs of the service every half second" default:"false"` Metro string `noattribute:"true"` NoPrefix bool `long:"no-prefix" usage:"When logging multiple machines, do not prefix each log line with the name"` Tail int `local:"true" long:"tail" short:"n" usage:"Show the last given lines from the logs" default:"-1"` Token string `noattribute:"true"` }
Click to show internal directories.
Click to hide internal directories.