After #1294 is completed, cmd.MarkFlagsMutuallyExclusive is used to prevent --identity-token / --identity-token-stdin to be used with --username/ --password / --password-stdin. However, the default error message is confusing for the users. We need to improve the error messages.
After #1294 is completed,
cmd.MarkFlagsMutuallyExclusiveis used to prevent--identity-token/--identity-token-stdinto be used with--username/--password/--password-stdin. However, the default error message is confusing for the users. We need to improve the error messages.