mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
feat: merge argocd-util into 'argocd admin' subcommand (#6773)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e058bc4228
commit
6262a8c750
@@ -10,7 +10,6 @@ import (
|
||||
argocddex "github.com/argoproj/argo-cd/v2/cmd/argocd-dex/commands"
|
||||
reposerver "github.com/argoproj/argo-cd/v2/cmd/argocd-repo-server/commands"
|
||||
argocdserver "github.com/argoproj/argo-cd/v2/cmd/argocd-server/commands"
|
||||
argocdutil "github.com/argoproj/argo-cd/v2/cmd/argocd-util/commands"
|
||||
argocdcli "github.com/argoproj/argo-cd/v2/cmd/argocd/commands"
|
||||
)
|
||||
|
||||
@@ -43,8 +42,4 @@ func main() {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
err = doc.GenMarkdownTree(argocdutil.NewCommand(), "./docs/operator-manual/server-commands")
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user