query

package
v0.0.0-...-e560ebb Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GetAssetsCmd = &subcommands.Command{
	UsageLine: "get-assets",
	ShortDesc: "get assets by asset tag",
	LongDesc: `get assets by asset tags.

Please note that the asset tags can be manually entered or scanned.`,
	CommandRun: func() subcommands.CommandRun {
		c := &getAssets{}
		c.authFlags.Register(&c.Flags, site.DefaultAuthOptions)
		c.envFlags.Register(&c.Flags)
		c.Flags.BoolVar(&c.interactive, "interactive", false, "if enabling the interactive mode to scan asset tags for querying")
		return c
	},
}

GetAssetsCmd query assets by given asset tags.

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