New command: aptly repo add to add packages to repository.

This commit is contained in:
Andrey Smirnov
2014-02-25 14:16:25 +04:00
parent ee62dd34f7
commit 70df28bdf4
2 changed files with 196 additions and 1 deletions
+2 -1
View File
@@ -10,9 +10,10 @@ func makeCmdRepo() *commander.Command {
UsageLine: "repo",
Short: "manage local package repositories",
Subcommands: []*commander.Command{
makeCmdRepoAdd(),
makeCmdRepoCreate(),
makeCmdRepoShow(),
makeCmdRepoList(),
makeCmdRepoShow(),
},
Flag: *flag.NewFlagSet("aptly-repo", flag.ExitOnError),
}