Skip to content

Commit

Permalink
docs: refactor to place Maestro commands in their corner
Browse files Browse the repository at this point in the history
kci-dev is evolving beyond just the Maestro service, so we
have to re-organize the house to accomadate our new usecases.

Signed-off-by: Gustavo Padovan <[email protected]>
  • Loading branch information
padovan committed Dec 12, 2024
1 parent ec213db commit 3d633fc
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ poetry run kci-dev

## Configuration

> Configuration is only necessary if you are using any of the Maestro Commands listed in the Maestro section.
kci-dev searches for and loads a configuration file in the following order of priority:
1) The global configuration file located at /etc/kci-dev.toml.
2) The user-specific configuration file at ~/.config/kci-dev/kci-dev.toml
Expand Down Expand Up @@ -61,17 +63,17 @@ pipeline is the URL of the KernelCI Pipeline API endpoint, api is the URL of the
If you are using KernelCI Pipeline instance, you can get the token from the project maintainers.
If it is a local instance, you can generate your token using [kernelci-pipeline/tools/jwt_generator.py](https://github.com/kernelci/kernelci-pipeline/blob/main/tools/jwt_generator.py) script.

## Options
### Configuration options

### instance
#### --instance
You can provide the instance name to use for the command.

Example:
```sh
kci-dev --instance staging
```

### settings
#### --settings

You can provide the configuration file path to use for the command.

Expand All @@ -80,17 +82,17 @@ Example:
kci-dev --settings /path/to/.kci-dev.toml
```

## Commands
### Maestro Commands

### checkout
#### checkout

- [checkout](checkout)

### testretry
#### testretry

- [testretry](testretry)

### results
#### maestro-results

- [results](results)
- [maestro-results](maestro-results)

0 comments on commit 3d633fc

Please sign in to comment.