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
|`--basic-auth-only`| <p>[Default: false]</p><p>Used for Artifactory authentication. Set to true to disable replacing username and password/API key with automatically created access token that's refreshed hourly.</p> |
65
+
|`--basic-auth-only`| <p>[Default: false]</p><p>Used for Artifactory authentication. Set to true to disable replacing username and password/API key with automatically created access token that's refreshed hourly. Username and password/API key will still be used with commands which use external tools or the JFrog Distribution service. Can only be passed along with username and password/API key options.</p> |
66
66
|`--client-cert-key-path`| <p>[Optional]</p><p>Private key file for the client certificate in PEM format.</p> |
67
67
|`--client-cert-path`| <p>[Optional]</p><p>Client certificate file in PEM format.</p> |
|`--enc-password`| <p>[Default: true]</p><p>If true, the configured password will be encrypted.</p> |
70
-
|`--insecure-tls`| <p>[Default: false]</p><p>Set to true to skip TLS certificates verification.</p> |
69
+
|`--enc-password`| <p>[Default: true]<br>If true, the configured password will be encrypted using Artifactory's <ahref="https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-GetUserEncryptedPassword">encryption API</a> before being stored. If false, the configured password will not be encrypted.</p>|
70
+
|`--insecure-tls`| <p>[Default: false]</p><p>Set to true to skip TLS certificates verification, while encrypting the Artifactory password during the config process.</p>|
71
71
|`--interactive`| <p>[Default: true, unless $CI is true]</p><p>Set to false if you do not want the config command to be interactive.</p> |
72
-
|`--mission-control-url`| <p>[Optional]</p><p>JFrog Mission Control URL.</p> |
72
+
|`--mission-control-url`| <p>[Optional]</p><p>JFrog Mission Control URL. (example: https://acme.jfrog.io/ms)</p> |
|`--overwrite`| <p>[Available for <em>config add</em> only]<br>[Default: false]<br>Overwrites the instance configuration if an instance with the same ID already exists.</p> |
|`--overwrite`| <p>[Available for <em>config add</em> only]<br>[Default: false]<br>Overwrites the instance configuration if an instance with the same ID already exists.</p> |
79
79
|`--oidc-provider-name`| <p>[Optional]</p><p>OIDC provider name for CI authentication.</p> |
80
80
|`--oidc-provider-type`| <p>[Default: GitHub]</p><p>OIDC provider type (e.g., GitHub, Azure).</p> |
81
81
|`--oidc-token-id`| <p>[Optional]</p><p>The OIDC token ID to use for authentication.</p> |
0 commit comments