mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-16 02:19:05 +00:00
Unify cli commands and flags (#4481)
- Unify command and flag descriptions - Unify logs - Rename `woodpecker-cli [registry|ssecret|...] info` commands to `woodpecker-cli [registry|ssecret|...] show`
This commit is contained in:
@@ -28,7 +28,7 @@ var Command = &cli.Command{
|
||||
Usage: "manage repositories",
|
||||
Commands: []*cli.Command{
|
||||
repoListCmd,
|
||||
repoInfoCmd,
|
||||
repoShowCmd,
|
||||
repoAddCmd,
|
||||
repoUpdateCmd,
|
||||
repoRemoveCmd,
|
||||
|
Reference in New Issue
Block a user