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
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -630,11 +630,11 @@ var flagsMap = map[string]cli.Flag{
630
630
},
631
631
passwordStdin: cli.BoolFlag{
632
632
Name: passwordStdin,
633
-
Usage: "[Default: false] Set to true if you'd like to provide the password via stdin.` `",
633
+
Usage: "[Default: false] Set to true to provide the password via stdin.` `",
634
634
},
635
635
accessTokenStdin: cli.BoolFlag{
636
636
Name: accessTokenStdin,
637
-
Usage: "[Default: false] Set to true if you'd like to provide the access token via stdin.` `",
637
+
Usage: "[Default: false] Set to true to provide the access token via stdin.` `",
638
638
},
639
639
// Artifactory's commands flags
640
640
url: cli.StringFlag{
@@ -715,11 +715,11 @@ var flagsMap = map[string]cli.Flag{
715
715
},
716
716
includeDirs: cli.BoolFlag{
717
717
Name: includeDirs,
718
-
Usage: "[Default: false] Set to true if you'd like to also apply the source path pattern for directories and not just for files.` `",
718
+
Usage: "[Default: false] Set to true to also apply the source path pattern for directories.` `",
719
719
},
720
720
failNoOp: cli.BoolFlag{
721
721
Name: failNoOp,
722
-
Usage: "[Default: false] Set to true if you'd like the command to return exit code 2 in case of no files are affected.` `",
722
+
Usage: "[Default: false] Set to true to return exit code 2 if no files are affected.` `",
723
723
},
724
724
threads: cli.StringFlag{
725
725
Name: threads,
@@ -756,7 +756,7 @@ var flagsMap = map[string]cli.Flag{
756
756
},
757
757
interactive: cli.BoolTFlag{
758
758
Name: interactive,
759
-
Usage: "[Default: true, unless $CI is true] Set to false if you do not want the config command to be interactive. If true, the --url option becomes optional.` `",
759
+
Usage: "[Default: true, unless $CI is true] Set to false if you don't want the config command to be interactive. If true, the --url option becomes optional.` `",
760
760
},
761
761
EncPassword: cli.BoolTFlag{
762
762
Name: EncPassword,
@@ -782,7 +782,7 @@ var flagsMap = map[string]cli.Flag{
782
782
},
783
783
uploadRecursive: cli.BoolTFlag{
784
784
Name: recursive,
785
-
Usage: "[Default: true] Set to false if you do not wish to collect artifacts in sub-folders to be uploaded to Artifactory.` `",
785
+
Usage: "[Default: true] Set to false if you don't wish to collect artifacts in sub-folders to be uploaded to Artifactory.` `",
786
786
},
787
787
uploadFlat: cli.BoolFlag{
788
788
Name: flat,
@@ -838,11 +838,11 @@ var flagsMap = map[string]cli.Flag{
838
838
},
839
839
downloadRecursive: cli.BoolTFlag{
840
840
Name: recursive,
841
-
Usage: "[Default: true] Set to false if you do not wish to include the download of artifacts inside sub-folders in Artifactory.` `",
841
+
Usage: "[Default: true] Set to false if you don't wish to include the download of artifacts inside sub-folders in Artifactory.` `",
842
842
},
843
843
downloadFlat: cli.BoolFlag{
844
844
Name: flat,
845
-
Usage: "[Default: false] Set to true if you do not wish to have the Artifactory repository path structure created locally for your downloaded files.` `",
845
+
Usage: "[Default: false] Set to true if you don't wish to have the Artifactory repository path structure created locally for your downloaded files.` `",
846
846
},
847
847
downloadMinSplit: cli.StringFlag{
848
848
Name: MinSplit,
@@ -884,7 +884,7 @@ var flagsMap = map[string]cli.Flag{
884
884
},
885
885
moveRecursive: cli.BoolTFlag{
886
886
Name: recursive,
887
-
Usage: "[Default: true] Set to false if you do not wish to move artifacts inside sub-folders in Artifactory.` `",
887
+
Usage: "[Default: true] Set to false if you don't wish to move artifacts inside sub-folders in Artifactory.` `",
888
888
},
889
889
moveFlat: cli.BoolFlag{
890
890
Name: flat,
@@ -900,7 +900,7 @@ var flagsMap = map[string]cli.Flag{
900
900
},
901
901
copyRecursive: cli.BoolTFlag{
902
902
Name: recursive,
903
-
Usage: "[Default: true] Set to false if you do not wish to copy artifacts inside sub-folders in Artifactory.` `",
903
+
Usage: "[Default: true] Set to false if you don't wish to copy artifacts inside sub-folders in Artifactory.` `",
904
904
},
905
905
copyFlat: cli.BoolFlag{
906
906
Name: flat,
@@ -916,7 +916,7 @@ var flagsMap = map[string]cli.Flag{
916
916
},
917
917
deleteRecursive: cli.BoolTFlag{
918
918
Name: recursive,
919
-
Usage: "[Default: true] Set to false if you do not wish to delete artifacts inside sub-folders in Artifactory.` `",
919
+
Usage: "[Default: true] Set to false if you don't wish to delete artifacts inside sub-folders in Artifactory.` `",
920
920
},
921
921
deleteProps: cli.StringFlag{
922
922
Name: props,
@@ -932,7 +932,7 @@ var flagsMap = map[string]cli.Flag{
932
932
},
933
933
searchRecursive: cli.BoolTFlag{
934
934
Name: recursive,
935
-
Usage: "[Default: true] Set to false if you do not wish to search artifacts inside sub-folders in Artifactory.` `",
935
+
Usage: "[Default: true] Set to false if you don't wish to search artifacts inside sub-folders in Artifactory.` `",
936
936
},
937
937
count: cli.BoolFlag{
938
938
Name: count,
@@ -1016,7 +1016,7 @@ var flagsMap = map[string]cli.Flag{
1016
1016
},
1017
1017
fail: cli.BoolTFlag{
1018
1018
Name: fail,
1019
-
Usage: "[Default: true] Set to false if you do not wish the command to return exit code 3, even if the 'Fail Build' rule is matched by Xray.` `",
1019
+
Usage: "[Default: true] Set to false if you don't wish the command to return exit code 3, even if the 'Fail Build' rule is matched by Xray.` `",
1020
1020
},
1021
1021
Status: cli.StringFlag{
1022
1022
Name: Status,
@@ -1104,7 +1104,7 @@ var flagsMap = map[string]cli.Flag{
1104
1104
},
1105
1105
global: cli.BoolFlag{
1106
1106
Name: global,
1107
-
Usage: "[Default: false] Set to true if you'd like the configuration to be global (for all projects). Specific projects can override the global configuration.` `",
1107
+
Usage: "[Default: false] Set to true to make the configuration global (for all projects). Specific projects can override the global configuration.` `",
1108
1108
},
1109
1109
serverIdResolve: cli.StringFlag{
1110
1110
Name: serverIdResolve,
@@ -1160,11 +1160,11 @@ var flagsMap = map[string]cli.Flag{
1160
1160
},
1161
1161
deployMavenDesc: cli.BoolTFlag{
1162
1162
Name: deployMavenDesc,
1163
-
Usage: "[Default: true] Set to false if you do not wish to deploy Maven descriptors.` `",
1163
+
Usage: "[Default: true] Set to false if you don't wish to deploy Maven descriptors.` `",
1164
1164
},
1165
1165
deployIvyDesc: cli.BoolTFlag{
1166
1166
Name: deployIvyDesc,
1167
-
Usage: "[Default: true] Set to false if you do not wish to deploy Ivy descriptors.` `",
1167
+
Usage: "[Default: true] Set to false if you don't wish to deploy Ivy descriptors.` `",
1168
1168
},
1169
1169
ivyDescPattern: cli.StringFlag{
1170
1170
Name: ivyDescPattern,
@@ -1388,7 +1388,7 @@ var flagsMap = map[string]cli.Flag{
1388
1388
},
1389
1389
useWrapperAudit: cli.BoolTFlag{
1390
1390
Name: UseWrapper,
1391
-
Usage: "[Default: true] Set to false if you wish to not use the gradle or maven wrapper.` `",
1391
+
Usage: "[Default: true] Set to false if you don't want to use the Gradle or Maven wrapper.` `",
1392
1392
},
1393
1393
ExcludeTestDeps: cli.BoolFlag{
1394
1394
Name: ExcludeTestDeps,
@@ -1428,7 +1428,7 @@ var flagsMap = map[string]cli.Flag{
1428
1428
},
1429
1429
UseWrapper: cli.BoolFlag{
1430
1430
Name: UseWrapper,
1431
-
Usage: "[Default: false] Set to true if you wish to use the wrapper.` `",
1431
+
Usage: "[Default: false] Set to true to use the wrapper.` `",
1432
1432
},
1433
1433
licenses: cli.BoolFlag{
1434
1434
Name: licenses,
@@ -1444,7 +1444,7 @@ var flagsMap = map[string]cli.Flag{
1444
1444
},
1445
1445
scanRecursive: cli.BoolTFlag{
1446
1446
Name: recursive,
1447
-
Usage: "[Default: true] Set to false if you do not wish to collect artifacts in sub-folders to be scanned by Xray.` `",
1447
+
Usage: "[Default: true] Set to false if you don't wish to collect artifacts in sub-folders to be scanned by Xray.` `",
1448
1448
},
1449
1449
scanRegexp: cli.BoolFlag{
1450
1450
Name: regexpFlag,
@@ -1738,11 +1738,11 @@ var flagsMap = map[string]cli.Flag{
1738
1738
},
1739
1739
OidcProviderType: cli.StringFlag{
1740
1740
Name: OidcProviderType,
1741
-
Usage: "[Default: GitHub] The type of the OIDC provider.Possible values are: GitHub,Azure,GenericOidc` `",
1741
+
Usage: "[Default: GitHub] The type of the OIDC provider.Possible values are: GitHub,Azure,GenericOidc` `",
0 commit comments