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) Inputs ¶
func (cmd *CommandList) Inputs() cli.InputResolver
Inputs is the command inputs
Click to show internal directories.
Click to hide internal directories.