logs

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CommandMetaList = cli.CommandMeta{
	Use:         "list",
	Aliases:     []string{"ls"},
	Display:     "logs list",
	Description: "Lists the Logs in your Realm app",
	HelpText: `Displays a list of your Realm app’s Logs sorted by recentness, with most recent
Logs appearing towards the bottom. You can specify a "--tail" flag to monitor
your Logs and follow any newly created Logs in real-time.`,
}

CommandMetaList is the command meta for the `logs list` command

Functions

This section is empty.

Types

type CommandList

type CommandList struct {
	// contains filtered or unexported fields
}

CommandList is the `logs list` command

func (*CommandList) Flags

func (cmd *CommandList) Flags(fs *pflag.FlagSet)

Flags is the command flags

func (*CommandList) Handler

func (cmd *CommandList) Handler(profile *user.Profile, ui terminal.UI, clients cli.Clients) error

Handler is the command handler

func (*CommandList) Inputs

func (cmd *CommandList) Inputs() cli.InputResolver

Inputs is the command inputs

Jump to

Keyboard shortcuts

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