Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AuthCommands = cli.Command{ Name: "auth", Usage: "Auth commands", Subcommands: []cli.Command{ authcmd.ForgePublicLinkTokenCommand, authcmd.VerifyTokenCommand, }, }
View Source
var LoginCommand = cli.Command{
Name: "login",
Usage: "Login to reva",
ArgsUsage: "Usage: login <url>",
Action: login,
}
View Source
var PreviewCommands = cli.Command{ Name: "preview", Aliases: []string{"pre", "prev"}, Usage: "Preview commands", Subcommands: []cli.Command{}, }
View Source
string{"sh", "sha"}, Usage: "Sharing commands", Subcommands: []cli.Command{ sharecmd.ListFolderSharesCommand, sharecmd.CreateFolderShareCommand, sharecmd.UpdateFolderShareCommand, sharecmd.MountReceivedShareCommand, sharecmd.ListReceivedSharesCommand, sharecmd.UnmountReceivedShareCommmand, sharecmd.RemoveFolderShareCommand, sharecmd.InspectPublicLinkCommand, sharecmd.ListPublicLinksCommand, sharecmd.CreatePublicLinkCommand, sharecmd.UpdatePublicLinkCommand, sharecmd.RevokePublicLinkCommand, }, }Name: "sharing", Aliases: []
View Source
var StorageCommands = cli.Command{ Name: "storage", Aliases: []string{"s", "st", "sto"}, Usage: "Storage commands", Subcommands: []cli.Command{ storagecmd.InspectCommand, storagecmd.MoveCommand, storagecmd.DownloadFileCommand, storagecmd.UploadFileCommand, storagecmd.ListFolderCommand, storagecmd.DeleteCommand, storagecmd.ListRecycleCommand, storagecmd.RestoreRecycleEntryCommand, storagecmd.EmptyRecycleCommand, storagecmd.ListRevisionsCommand, storagecmd.RestoreRevisionCommand, storagecmd.DownloadRevisionCommand, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.