mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-12 06:30:35 +00:00
Command aptly db cleanup.
This commit is contained in:
@@ -27,11 +27,12 @@ repositories, filter them, merge, upgrade individual packages,
|
||||
take snapshots and publish them back as Debian repositories.`,
|
||||
Flag: *flag.NewFlagSet("aptly", flag.ExitOnError),
|
||||
Subcommands: []*commander.Command{
|
||||
makeCmdDb(),
|
||||
makeCmdGraph(),
|
||||
makeCmdMirror(),
|
||||
makeCmdServe(),
|
||||
makeCmdSnapshot(),
|
||||
makeCmdPublish(),
|
||||
makeCmdServe(),
|
||||
makeCmdGraph(),
|
||||
makeCmdVersion(),
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user