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: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -208,6 +208,10 @@ Supported configurations:
208
208
variable. If this value isn't set, we'll attempt to use the `AC_PASSWORD`
209
209
environment variable as a default.
210
210
211
+
*`api_key` (`string`_optional_) - The API key required for JWT authentication while using validation, upload, and notarization. This option will search the following directories in sequence for a private key file with the name of 'AuthKey_<api_key>.p8': './private_keys', '~/private_keys', '~/.private_keys' and '~/.appstoreconnect/private_keys'. API key can be used instead of providing username and password.
212
+
213
+
*`api_issuer` (`string`_optional_ ) - The Issuer ID. Required if --api_key is specified.
214
+
211
215
*`provider` (`string`_optional_) - The App Store Connect provider when using
212
216
multiple teams within App Store Connect. If this isn't set, we'll attempt
213
217
to read the `AC_PROVIDER` environment variable as a default.
0 commit comments