cmds

package
v0.0.0-...-3a98d3a Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2025 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var UploadCmd = &subcommands.Command{
	UsageLine: `upload`,
	ShortDesc: `Upload a folder to Google Storage`,
	CommandRun: func() subcommands.CommandRun {
		r := &uploadCmdRun{}
		r.authFlags.Register(&r.Flags, site.DefaultAuthOptions)

		r.Flags.StringVar(&r.path, "path", "", "local path")
		r.Flags.StringVar(&r.gs, "gs", "", "gs path")
		r.Flags.IntVar(&r.workers, "workers", 8, "max worker processes")

		return r
	},
}

UploadCmd uploads a folder to Google Storage.

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