Remove sync common tracker pattern reenriching

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-06-09 11:47:18 +02:00
parent 83d36d345f
commit 4f6fcb42f9
5 changed files with 15 additions and 297 deletions

View File

@@ -41,13 +41,6 @@ func NewCmdRoot(f *cmdutil.Factory) *cobra.Command {
"PostgreSQL connection URL (default: DATABASE_URL env)",
)
cmd.PersistentFlags().StringVar(
&f.CfgFile,
"cfg-file",
os.Getenv("PROBOD_CFG_FILE"),
"Path to the probod config file (default: PROBOD_CFG_FILE env); required for agent-backed commands",
)
cmd.AddCommand(seed.NewCmdSeed(f))
cmd.AddCommand(commontrackerpattern.NewCmdCommonTrackerPattern(f))
cmd.AddCommand(commonthirdparty.NewCmdCommonThirdParty(f))