commands

package
v1.9.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "ksync",
	Short: "Fast Sync validated and archived blocks from KYVE to every Tendermint based Blockchain Application",
	PersistentPreRun: func(cmd *cobra.Command, args []string) {
		if flags.Debug {
			zerolog.SetGlobalLevel(zerolog.DebugLevel)
		}

		metrics.SetCommand(cmd.Use)
	},
}

RootCmd is the root command for KSYNC.

Functions

func Execute

func Execute()

Types

This section is empty.

Jump to

Keyboard shortcuts

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