Documentation ¶
Index ¶
- Constants
- Variables
- func CopyToOutput(ctx context.Context, engine storage.Engine, flags outputflags.Flags, ...) error
- func DefaultRoot() string
- func New(parent charm.Command, f *flag.FlagSet) (charm.Command, error)
- func ParseKeys(s string) (field.List, bool)
- type Command
- type CommitFlags
- type Date
- type LocalCommand
Constants ¶
View Source
const RootEnv = "ZED_LAKE_ROOT"
Variables ¶
View Source
var Cmd = &charm.Spec{ Name: "lake", Usage: "lake [options] sub-command", Short: "create, manage, and search Zed lakes", Long: ` The "zed lake" command operates on collections of Zed data files partitioned by and organized by a specified key and stored either on a filesystem or an S3 compatible object store. See the zed lake README in the zed repository for more information: https://github.com/brimdata/zed/blob/main/docs/lake/README.md `, New: New, }
Functions ¶
func CopyToOutput ¶
func DefaultRoot ¶
func DefaultRoot() string
Types ¶
type CommitFlags ¶
CommitFlags implements flags used by all "zed lake" commands that need commit info.
func (*CommitFlags) CommitMessage ¶
func (c *CommitFlags) CommitMessage() api.CommitMessage
func (*CommitFlags) SetFlags ¶
func (c *CommitFlags) SetFlags(f *flag.FlagSet)
type Date ¶
func DefaultDate ¶
func DefaultDate() Date
type LocalCommand ¶
func (*LocalCommand) Root ¶
func (c *LocalCommand) Root() *root.Command
func (*LocalCommand) Run ¶
func (c *LocalCommand) Run(args []string) error
Click to show internal directories.
Click to hide internal directories.