cmd

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Build string

Build holds the date bin was released

View Source
var RootCmd = &cobra.Command{
	Use:           "fireql",
	Short:         "FireQL: Query Firestore using SQL syntax.",
	Long:          `FireQL is Go library and interactive CLI tool to query Google Firestore resources using SQL syntax.`,
	SilenceErrors: true,
	SilenceUsage:  true,
	Run:           runCommand,
	Version:       fmt.Sprintf("%s (%s)\n", Version, Build),
}
View Source
var Version string

Version is the version for fireql

Functions

func Execute

func Execute()

Types

type Context

type Context struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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