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: internal/app/commands/common/common.go
+47-13Lines changed: 47 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,11 @@ var AUTH_FLAG = cli.StringFlag{
57
57
Usage: "Authentication token for basic authentication (user:password)",
58
58
}
59
59
60
+
varCRED_FILE_FLAG= cli.StringFlag{
61
+
Name: "cred-file",
62
+
Usage: "The path to the service account key file (in JSON format). This is only available for XP version 7.15 and later. Key file can be generated by Users application for System ID Provider users (aka Service Accounts). If specified, the flag \"--auth\" or \"-a\" will be ignored",
63
+
}
64
+
60
65
varFORCE_FLAG= cli.BoolFlag{
61
66
Name: "force, f",
62
67
Usage: "Accept default answers to all prompts and run non-interactively",
0 commit comments