commands

package
v0.0.0-...-2883ade Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2023 License: AGPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MainCmd = guinea.Command{
	Run: run,
	Arguments: []guinea.Argument{
		{
			Name:        "database",
			Optional:    false,
			Multiple:    false,
			Description: "Path to the database file",
		},
	},
	Options: []guinea.Option{
		{
			Name:        nameAddress,
			Type:        guinea.String,
			Default:     ":8118",
			Description: `Specifies listening address. Default: :8118`,
		},
		{
			Name:        nameInsecureCORS,
			Type:        guinea.Bool,
			Default:     false,
			Description: "Disables CORS",
		},
		{
			Name:        nameInsecureToken,
			Type:        guinea.Bool,
			Default:     false,
			Description: "Disables token validation",
		},
		{
			Name:        nameInsecureTLS,
			Type:        guinea.Bool,
			Default:     false,
			Description: "Disables serving using TLS",
		},
	},
	ShortDescription: "a web user interface for the Bolt database",
	Description: `
Thanks to bolt-ui you are able to explore a Bolt database using a web
interface. To access the web interface access the address printed out by the
program. Make sure that the address includes the token query parameter.
`,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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