Skip to content

Commit

Permalink
Remove agentless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nsavoire committed Oct 7, 2024
1 parent b30fcb6 commit 2d669ba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cli_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,13 +307,6 @@ func parseArgs() (*arguments, error) {
Sources: cli.EnvVars("DD_SITE"),
Destination: &args.site,
},
addDefaultEnvVar(&cli.BoolFlag{
Name: "agentless",
Value: false,
Usage: "Run the profiler in agentless mode.",
Hidden: true,
Destination: &args.agentless,
}, false),
},
Action: func(_ context.Context, cmd *cli.Command) error {
// Workaround for the fact that cli.BoolWithInverseFlag does not work with a false default value
Expand Down

0 comments on commit 2d669ba

Please sign in to comment.