Skip to content

Commit

Permalink
Expose --auto-skip flag in help (#3970)
Browse files Browse the repository at this point in the history
@idodod noticed that this has not yet been exposed (in help text, etc.)
  • Loading branch information
mikejholly authored Apr 3, 2024
1 parent 1027c40 commit 9421a35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/earthly/flag/global.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ func (global *Global) RootFlags(installName string, bkImage string) []cli.Flag {
EnvVars: []string{"EARTHLY_AUTO_SKIP"},
Usage: "Skip buildkit if target has already been built",
Destination: &global.SkipBuildkit,
Hidden: true,
},
&cli.BoolFlag{
Name: "allow-privileged",
Expand Down

0 comments on commit 9421a35

Please sign in to comment.