docs: update renamed kimi login
This commit is contained in:
parent
21b91e870e
commit
6bffd8adb0
1 changed files with 12 additions and 12 deletions
24
README.md
24
README.md
|
|
@ -126,8 +126,8 @@ Example stored config:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"url": "https://forgejo.heavyduty.builders",
|
"url": "https://forgejo.heavyduty.builders",
|
||||||
"login": "kimi-reviewer-andresmgsl",
|
"login": "kimi-bot-andresmgsl",
|
||||||
"username": "kimi-reviewer-andresmgsl",
|
"username": "kimi-bot-andresmgsl",
|
||||||
"email": "andres+4@heavyduty.builders",
|
"email": "andres+4@heavyduty.builders",
|
||||||
"token": "<sha1>",
|
"token": "<sha1>",
|
||||||
"tokenId": 42
|
"tokenId": 42
|
||||||
|
|
@ -187,7 +187,7 @@ stoke auth login
|
||||||
Non-interactive example using environment variables:
|
Non-interactive example using environment variables:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export STOKE_USERNAME='kimi-reviewer-andresmgsl'
|
export STOKE_USERNAME='kimi-bot-andresmgsl'
|
||||||
export STOKE_PASSWORD='...'
|
export STOKE_PASSWORD='...'
|
||||||
stoke auth login
|
stoke auth login
|
||||||
```
|
```
|
||||||
|
|
@ -196,7 +196,7 @@ Password file example (avoids shell history and special-character issues):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
chmod 600 /run/secrets/stoke-password
|
chmod 600 /run/secrets/stoke-password
|
||||||
stoke auth login -n kimi-reviewer-andresmgsl --password-file /run/secrets/stoke-password
|
stoke auth login -n kimi-bot-andresmgsl --password-file /run/secrets/stoke-password
|
||||||
```
|
```
|
||||||
|
|
||||||
Existing token example:
|
Existing token example:
|
||||||
|
|
@ -472,7 +472,7 @@ Options:
|
||||||
Example used to move the heavy-duty repositories into the `heavy-duty` organization:
|
Example used to move the heavy-duty repositories into the `heavy-duty` organization:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
stoke repo transfer -o kimi-reviewer-andresmgsl -r box --to heavy-duty
|
stoke repo transfer -o kimi-bot-andresmgsl -r box --to heavy-duty
|
||||||
```
|
```
|
||||||
|
|
||||||
Calls `POST /api/v1/repos/{owner}/{repo}/transfer`.
|
Calls `POST /api/v1/repos/{owner}/{repo}/transfer`.
|
||||||
|
|
@ -491,7 +491,7 @@ Options:
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
stoke issue list -o kimi-reviewer-andresmgsl -r box -s all -l 0
|
stoke issue list -o kimi-bot-andresmgsl -r box -s all -l 0
|
||||||
```
|
```
|
||||||
|
|
||||||
Calls `GET /api/v1/repos/{owner}/{repo}/issues` and auto-paginates.
|
Calls `GET /api/v1/repos/{owner}/{repo}/issues` and auto-paginates.
|
||||||
|
|
@ -570,7 +570,7 @@ Options:
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
stoke pr list -o kimi-reviewer-andresmgsl -r box -s all -l 0
|
stoke pr list -o kimi-bot-andresmgsl -r box -s all -l 0
|
||||||
```
|
```
|
||||||
|
|
||||||
Calls `GET /api/v1/repos/{owner}/{repo}/pulls` and auto-paginates.
|
Calls `GET /api/v1/repos/{owner}/{repo}/pulls` and auto-paginates.
|
||||||
|
|
@ -853,7 +853,7 @@ Options:
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
stoke branch list -o kimi-reviewer-andresmgsl -r box
|
stoke branch list -o kimi-bot-andresmgsl -r box
|
||||||
```
|
```
|
||||||
|
|
||||||
Calls `GET /api/v1/repos/{owner}/{repo}/branches` and auto-paginates.
|
Calls `GET /api/v1/repos/{owner}/{repo}/branches` and auto-paginates.
|
||||||
|
|
@ -873,8 +873,8 @@ Options:
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
stoke collaborator add -o kimi-reviewer-andresmgsl -r infra -u andres --permission admin
|
stoke collaborator add -o kimi-bot-andresmgsl -r infra -u andres --permission admin
|
||||||
stoke collaborator add -o kimi-reviewer-andresmgsl -r infra -u dan --permission admin
|
stoke collaborator add -o kimi-bot-andresmgsl -r infra -u dan --permission admin
|
||||||
```
|
```
|
||||||
|
|
||||||
Calls `PUT /api/v1/repos/{owner}/{repo}/collaborators/{user}`.
|
Calls `PUT /api/v1/repos/{owner}/{repo}/collaborators/{user}`.
|
||||||
|
|
@ -1010,7 +1010,7 @@ Options:
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
stoke org team member-remove --team-id 1 -u kimi-reviewer-andresmgsl
|
stoke org team member-remove --team-id 1 -u kimi-bot-andresmgsl
|
||||||
```
|
```
|
||||||
|
|
||||||
Calls `DELETE /api/v1/teams/{id}/members/{username}`.
|
Calls `DELETE /api/v1/teams/{id}/members/{username}`.
|
||||||
|
|
@ -1132,7 +1132,7 @@ Release checklist:
|
||||||
|
|
||||||
## Verification: heavy-duty repository imports
|
## Verification: heavy-duty repository imports
|
||||||
|
|
||||||
The heavy-duty repositories were imported into Forgejo under `https://forgejo.heavyduty.builders/kimi-reviewer-andresmgsl` and later transferred to the `heavy-duty` organization (`https://forgejo.heavyduty.builders/heavy-duty`) using `stoke repo transfer`.
|
The heavy-duty repositories were imported into Forgejo under `https://forgejo.heavyduty.builders/kimi-bot-andresmgsl` and later transferred to the `heavy-duty` organization (`https://forgejo.heavyduty.builders/heavy-duty`) using `stoke repo transfer`.
|
||||||
|
|
||||||
| Repository | Visibility | Branches | Commits | Open issues | Total issues | PRs | Labels | Milestones | Releases |
|
| Repository | Visibility | Branches | Commits | Open issues | Total issues | PRs | Labels | Milestones | Releases |
|
||||||
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue