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:
Robert Kaussow
2024-11-30 15:23:44 +01:00
committed by GitHub
parent 9a8d7d8838
commit 57e7572b6f
43 changed files with 119 additions and 118 deletions

View File

@@ -28,7 +28,7 @@ var Command = &cli.Command{
Usage: "manage repositories",
Commands: []*cli.Command{
repoListCmd,
repoInfoCmd,
repoShowCmd,
repoAddCmd,
repoUpdateCmd,
repoRemoveCmd,