Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions docs/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ _(unset)_|Automatically detect modes
#### Windows

```batch
SET GCM_BITBUCKET_AUTHMODES="oauth,basic"
SET GCM_BITBUCKET_AUTHMODES=oauth,basic
```

#### macOS/Linux
Expand Down Expand Up @@ -628,7 +628,7 @@ _(unset)_|Automatically detect modes
#### Windows

```batch
SET GCM_GITHUB_AUTHMODES="oauth,basic"
SET GCM_GITHUB_AUTHMODES=oauth,basic
```

#### macOS/Linux
Expand Down Expand Up @@ -659,7 +659,7 @@ _(unset)_|Automatically detect modes
#### Windows

```batch
SET GCM_GITLAB_AUTHMODES="browser"
SET GCM_GITLAB_AUTHMODES=browser
```

#### macOS/Linux
Expand All @@ -683,7 +683,7 @@ Defaults to the value `git`.
#### Windows

```batch
SET GCM_NAMESPACE="my-namespace"
SET GCM_NAMESPACE=my-namespace
```

#### macOS/Linux
Expand Down Expand Up @@ -721,7 +721,7 @@ _(unset)_|Windows: `wincredman`, macOS: `keychain`, Linux: _(none)_|-
#### Windows

```batch
SET GCM_CREDENTIAL_STORE="gpg"
SET GCM_CREDENTIAL_STORE=gpg
```

#### macOS/Linux
Expand All @@ -748,7 +748,7 @@ Defaults to empty.
#### Windows

```batch
SET GCM_CREDENTIAL_CACHE_OPTIONS="--timeout 300"
SET GCM_CREDENTIAL_CACHE_OPTIONS=--timeout 300
```

#### macOS/Linux
Expand Down Expand Up @@ -843,7 +843,7 @@ Value|Authentication Flow
#### Windows

```batch
SET GCM_MSAUTH_FLOW="devicecode"
SET GCM_MSAUTH_FLOW=devicecode
```

#### macOS/Linux
Expand Down Expand Up @@ -877,7 +877,7 @@ Value|Description
#### Windows

```batch
SET GCM_MSAUTH_USEBROKER="true"
SET GCM_MSAUTH_USEBROKER=true
```

#### macOS/Linux
Expand Down Expand Up @@ -907,7 +907,7 @@ Value|Description
#### Windows

```batch
SET GCM_MSAUTH_USEDEFAULTACCOUNT="true"
SET GCM_MSAUTH_USEDEFAULTACCOUNT=true
```

#### macOS/Linux
Expand Down Expand Up @@ -938,7 +938,7 @@ More information about Azure Access tokens can be found [here][azure-access-toke
#### Windows

```batch
SET GCM_AZREPOS_CREDENTIALTYPE="oauth"
SET GCM_AZREPOS_CREDENTIALTYPE=oauth
```

#### macOS/Linux
Expand Down Expand Up @@ -978,7 +978,7 @@ Value|Description
#### Windows

```batch
SET GCM_AZREPOS_MANAGEDIDENTITY="id://11111111-1111-1111-1111-111111111111"
SET GCM_AZREPOS_MANAGEDIDENTITY=id://11111111-1111-1111-1111-111111111111
```

#### macOS/Linux
Expand Down Expand Up @@ -1018,7 +1018,7 @@ For more information about workload identity federation, see the
#### Windows

```batch
SET GCM_AZREPOS_WIF="githubactions"
SET GCM_AZREPOS_WIF=githubactions
```

#### macOS/Linux
Expand All @@ -1040,7 +1040,7 @@ token for when using [Workload Identity Federation][wif] with
#### Windows

```batch
SET GCM_AZREPOS_WIF_CLIENTID="11111111-1111-1111-1111-111111111111"
SET GCM_AZREPOS_WIF_CLIENTID=11111111-1111-1111-1111-111111111111
```

#### macOS/Linux
Expand All @@ -1062,7 +1062,7 @@ token for when using [Workload Identity Federation][wif] with
#### Windows

```batch
SET GCM_AZREPOS_WIF_TENANTID="22222222-2222-2222-2222-222222222222"
SET GCM_AZREPOS_WIF_TENANTID=22222222-2222-2222-2222-222222222222
```

#### macOS/Linux
Expand All @@ -1086,7 +1086,7 @@ Defaults to `api://AzureADTokenExchange`.
#### Windows

```batch
SET GCM_AZREPOS_WIF_AUDIENCE="api://AzureADTokenExchange"
SET GCM_AZREPOS_WIF_AUDIENCE=api://AzureADTokenExchange
```

#### macOS/Linux
Expand All @@ -1110,7 +1110,7 @@ This setting is required when `GCM_AZREPOS_WIF` is set to `generic`.
#### Windows

```batch
SET GCM_AZREPOS_WIF_ASSERTION="eyJhbGci..."
SET GCM_AZREPOS_WIF_ASSERTION=eyJhbGci...
```

#### macOS/Linux
Expand Down Expand Up @@ -1144,7 +1144,7 @@ Value|Description
#### Windows

```batch
SET GCM_AZREPOS_WIF_MANAGEDIDENTITY="system"
SET GCM_AZREPOS_WIF_MANAGEDIDENTITY=system
```

#### macOS/Linux
Expand Down Expand Up @@ -1175,7 +1175,7 @@ For more information about service principals, see the Azure DevOps
#### Windows

```batch
SET GCM_AZREPOS_SERVICE_PRINCIPAL="11111111-1111-1111-1111-111111111111/22222222-2222-2222-2222-222222222222"
SET GCM_AZREPOS_SERVICE_PRINCIPAL=11111111-1111-1111-1111-111111111111/22222222-2222-2222-2222-222222222222
```

#### macOS/Linux
Expand All @@ -1197,7 +1197,7 @@ performing Microsoft authentication for Azure Repos with
#### Windows

```batch
SET GCM_AZREPOS_SP_SECRET="da39a3ee5e6b4b0d3255bfef95601890afd80709"
SET GCM_AZREPOS_SP_SECRET=da39a3ee5e6b4b0d3255bfef95601890afd80709
```

#### macOS/Linux
Expand All @@ -1219,7 +1219,7 @@ Specifies the thumbprint of a certificate to use when authenticating as a
#### Windows

```batch
SET GCM_AZREPOS_SP_CERT_THUMBPRINT="9b6555292e4ea21cbc2ebd23e66e2f91ebbe92dc"
SET GCM_AZREPOS_SP_CERT_THUMBPRINT=9b6555292e4ea21cbc2ebd23e66e2f91ebbe92dc
```

#### macOS/Linux
Expand All @@ -1245,7 +1245,7 @@ certificate rollover. For details see [https://aka.ms/msal-net-sni](https://aka.
#### Windows

```batch
SET GCM_AZREPOS_SP_CERT_SEND_X5C="true"
SET GCM_AZREPOS_SP_CERT_SEND_X5C=true
```

#### macOS/Linux
Expand Down
Loading