storagecmd

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2018 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DeleteCommand = cli.Command{
	Name:      "delete",
	Usage:     "Delete an entry",
	ArgsUsage: "Usage: delete <path>",
	Action:    deleteEntry,
}
View Source
var DownloadFileCommand = cli.Command{
	Name:      "download",
	Usage:     "Download a file",
	ArgsUsage: "Usage: download <path> <localpath>",
	Action:    download,
}
View Source
var DownloadRevisionCommand = cli.Command{
	Name:      "rev-download",
	Usage:     "Download a revision of a file",
	ArgsUsage: "Usage: rev-download <path> <rev-key> <local-path>",
	Action:    downloadRevision,
}
View Source
var EmptyRecycleCommand = cli.Command{
	Name:      "recycle-purge",
	Usage:     "Purge recycle entries",
	ArgsUsage: "Usage: recycle-purge",
	Action:    emptyRecycle,
}
View Source
var InspectCommand = cli.Command{
	Name:      "inspect",
	Aliases:   []string{"i", "in", "ins"},
	Usage:     "Inspect a namespace entry",
	ArgsUsage: "Usage: inspect <path>",
	Action:    inspect,
}
View Source
var ListFolderCommand = cli.Command{
	Name:      "list",
	Usage:     "List the contents of a folder",
	ArgsUsage: "Usage: list <path>",
	Action:    listFolder,
}
View Source
var ListRecycleCommand = cli.Command{
	Name:      "recycle-list",
	Usage:     "List recycle entries",
	ArgsUsage: "Usage: recycle-list",
	Action:    listRecycle,
}
View Source
var ListRevisionsCommand = cli.Command{
	Name:      "rev-list",
	Usage:     "List revisions of a file",
	ArgsUsage: "Usage: rev-list- <path>",
	Action:    listRevisions,
}
View Source
var MoveCommand = cli.Command{
	Name:      "move",
	Usage:     "Move a file or folder",
	ArgsUsage: "Usage: move <old-path> <new-path>",
	Action:    move,
}
View Source
var RestoreRecycleEntryCommand = cli.Command{
	Name:      "recycle-restore",
	Usage:     "Restore a recycle entry",
	ArgsUsage: "Usage: recycle-restore <restore-key>",
	Action:    restoreRecycleEntry,
}
View Source
var RestoreRevisionCommand = cli.Command{
	Name:      "rev-restore",
	Usage:     "Restore a revision of a file",
	ArgsUsage: "Usage: rev-restore <path> <rev-key>",
	Action:    restoreRevision,
}
View Source
var UploadFileCommand = cli.Command{
	Name:      "upload",
	Usage:     "Upload a file",
	ArgsUsage: "Usage: upload <path> <localpath>",
	Action:    upload,
}

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