Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
166 changes: 0 additions & 166 deletions cmd/graphquery.go

This file was deleted.

6 changes: 3 additions & 3 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import (
func newRootCommand() error {
var rootCmd = &cobra.Command{
Use: "argocd-resource-tracker",
Short: "Dynamically update resource.inclusions based on the resources managed by Argo Applications",
Short: "Argo CD Resource Tracker",
Long: "Argo CD Resource Tracker is a tool which analyzes the resource inclusions settings based on the resources managed by Argo Applications",
}
rootCmd.AddCommand(newRepoServerCommand())
rootCmd.AddCommand(newGraphQueryCommand())
rootCmd.AddCommand(NewAnalyzeCommand())
rootCmd.AddCommand(newVersionCommand())
err := rootCmd.Execute()
return err
Expand Down
196 changes: 0 additions & 196 deletions cmd/reposerver.go

This file was deleted.

Loading