logs

package
v1.13.1 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = cli.Command{
	Name:        "logs",
	Description: "View recent application logs from Cloudwatch or stream them in real time",
	Usage:       "View recent application logs from Cloudwatch or stream them in real time",
	Action:      cli.ShowSubcommandHelp,
	Subcommands: []*cli.Command{&getCommand, &watchCommand},
	Flags: []cli.Flag{
		&cli.StringFlag{Name: "namespace", Value: "common-fate", Usage: "Your Common Fate infrastructure deployment namespace"},
		&cli.StringFlag{Name: "stage", Value: "prod", Usage: "Your Common Fate infrastructure deployment stage"},
	},
}
View Source
var ServiceNames = []string{
	"access-handler",
	"authz",
	"control-plane",
	"otel-collector",
	"provisioner",
	"builtin-provisioner",
	"web",
	"worker",
}

the services names are defined here for this CLI command, and may be different in other usages

Functions

This section is empty.

Types

type GetEventsOpts

type GetEventsOpts struct {
	Group string
	Start string
	End   string
}

Jump to

Keyboard shortcuts

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