mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-16 12:08:04 +00:00
New command: aptly repo add to add packages to repository.
This commit is contained in:
+2
-1
@@ -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),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user