You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/cliutils/commandsflags.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1745,7 +1745,7 @@ var flagsMap = map[string]cli.Flag{
1745
1745
},
1746
1746
runNative: cli.BoolFlag{
1747
1747
Name: runNative,
1748
-
Usage: "[Default: false] Set to true if you'd like to use the native client configurations. Note: This flag would invoke native client behind the scenes, has performance implications and does not support deployment view and detailed summary` `",
1748
+
Usage: "[Default: false][DEPRECATED: Use JFROG_RUN_NATIVE=true environment variable instead] Set to true if you'd like to use the native client configurations. Note: This flag would invoke native client behind the scenes, has performance implications and does not support deployment view and detailed summary` `",
0 commit comments