logs

package
v0.8.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: BSD-3-Clause Imports: 14 Imported by: 0

Documentation

Overview

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2022, Unikraft GmbH and The KraftKit Authors. Licensed under the BSD-3-Clause License (the "License"). You may not use this file except in compliance with the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Log

func Log(ctx context.Context, opts *LogOptions, args ...string) error

Log retrieves the console output from a KraftCloud instance.

func Logs added in v0.8.3

func Logs(ctx context.Context, opts *LogOptions, args ...string) error

func NewCmd

func NewCmd() *cobra.Command

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 instance 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"`
	Prefix   string                `local:"true" long:"prefix" short:"p" usage:"Prefix the logs with a given string"`
	Tail     int                   `local:"true" long:"tail" short:"n" usage:"Show the last given lines from the logs" default:"-1"`
	Token    string                `noattribute:"true"`
}

func (*LogOptions) Pre

func (opts *LogOptions) Pre(cmd *cobra.Command, _ []string) error

func (*LogOptions) Run

func (opts *LogOptions) Run(ctx context.Context, args []string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL