mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-24 22:04:38 +00:00
Restructure cli commands (#4467)
This commit is contained in:
@@ -17,7 +17,9 @@ package repo
|
||||
import (
|
||||
"github.com/urfave/cli/v3"
|
||||
|
||||
"go.woodpecker-ci.org/woodpecker/v2/cli/repo/cron"
|
||||
"go.woodpecker-ci.org/woodpecker/v2/cli/repo/registry"
|
||||
"go.woodpecker-ci.org/woodpecker/v2/cli/repo/secret"
|
||||
)
|
||||
|
||||
// Command exports the repository command.
|
||||
@@ -34,5 +36,7 @@ var Command = &cli.Command{
|
||||
repoChownCmd,
|
||||
repoSyncCmd,
|
||||
registry.Command,
|
||||
secret.Command,
|
||||
cron.Command,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user