Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 5 additions & 3 deletions docs/dev-tools/backends/forgejo.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,12 @@ This uses `git credential fill` and supports credentials stored by helpers such

### Debugging token resolution

Use `mise token forgejo` to see which token mise would use for a given host:

```sh
mise forgejo token
mise forgejo token --unmask
mise forgejo token forgejo.mycompany.com
mise token forgejo
mise token forgejo --unmask
mise token forgejo forgejo.mycompany.com
```

## Tool Options
Expand Down
8 changes: 5 additions & 3 deletions docs/dev-tools/backends/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,12 @@ This uses `git credential fill` and supports credentials stored by helpers such

### Debugging token resolution

Use `mise token gitlab` to see which token mise would use for a given host:

```sh
mise gitlab token
mise gitlab token --unmask
mise gitlab token gitlab.mycompany.com
mise token gitlab
mise token gitlab --unmask
mise token gitlab gitlab.mycompany.com
```

## Tool Options
Expand Down
8 changes: 4 additions & 4 deletions docs/dev-tools/github-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ use_git_credentials = true

## Debugging Token Resolution

Use `mise github token` to see which token mise would use for a given host:
Use `mise token github` to see which token mise would use for a given host:

```sh
mise github token # check github.com (masked)
mise github token --unmask # show full token
mise github token github.mycompany.com # check a GHE host
mise token github # check github.com (masked)
mise token github --unmask # show full token
mise token github github.mycompany.com # check a GHE host
```

## GitHub Enterprise
Expand Down
Loading