Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Command is the cli command for managing content Command = cli.Command{ Name: "stage", Usage: "manage the stage", Subcommands: cli.Commands{ listCommand, uploadCommand, removeCommand, tagCommand, runHooksCommand, cleanCommand, syncBootloaderCommand, currentCommand, grub.Command, }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.