cmd

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2025 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const Version = "0.1.0" // x-release-please-version

Variables

View Source
var Command = cli.Command{
	Name:    "bruce-test-api",
	Usage:   "CLI for the bruce-test-api API",
	Version: Version,
	Flags: []cli.Flag{
		&cli.BoolFlag{
			Name:  "debug",
			Usage: "Enable debug logging",
		},
		&cli.StringFlag{
			Name:  "base-url",
			Usage: "Override the base URL for API requests",
		},
	},
	Commands: []*cli.Command{
		{
			Name:     "webhooks",
			Category: "API RESOURCE",
			Commands: []*cli.Command{
				&webhooksRegister,
			},
		},
	},
	EnableShellCompletion: true,
	HideHelpCommand:       true,
}

Functions

func ColorizeJSON

func ColorizeJSON(input string, w io.Writer) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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