Documentation
¶
Overview ¶
Package logs is the package for the compose logs options
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithFollow ¶
func WithFollow() compose.SetComposeLogsOption
func WithNoLogPrefix ¶
func WithNoLogPrefix() compose.SetComposeLogsOption
func WithProfiles ¶ added in v0.2.0
func WithProfiles(profiles ...string) compose.SetComposeLogsOption
WithProfiles sets the profiles for the compose logs command.
func WithTail ¶
func WithTail(tail int) compose.SetComposeLogsOption
WithTail is a function that sets the tail flag
func WithWriter ¶
func WithWriter(writer io.Writer) compose.SetComposeLogsOption
WithWriter sets the writer for the compose logs command stdout and stderr
if writer is nil, it will use os.Stdout as a fallback
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.