2022-09-08 12:56:04 +00:00
|
|
|
## Config file
|
2021-08-08 11:12:19 +00:00
|
|
|
|
2022-09-08 12:56:04 +00:00
|
|
|
- [Example](#example)
|
|
|
|
- [Location](#location)
|
|
|
|
- [Creating the file](#creating-the-file)
|
2021-08-08 11:12:19 +00:00
|
|
|
|
|
|
|
### Example
|
|
|
|
|
|
|
|
An example config can be found by running:
|
2022-09-08 12:56:04 +00:00
|
|
|
|
2021-08-08 11:12:19 +00:00
|
|
|
```sh
|
|
|
|
navi info config-example
|
|
|
|
```
|
|
|
|
|
|
|
|
You can also read it online by clicking [here](./config_file_example.yaml).
|
|
|
|
|
|
|
|
### Location
|
|
|
|
|
|
|
|
Run the following command to check where the config file is/should be located:
|
2022-09-08 12:56:04 +00:00
|
|
|
|
2021-08-08 11:12:19 +00:00
|
|
|
```sh
|
|
|
|
navi info config-path
|
|
|
|
```
|
|
|
|
|
|
|
|
### Creating the file
|
|
|
|
|
|
|
|
Run the following command to generate a config file with the default parameters:
|
2022-09-08 12:56:04 +00:00
|
|
|
|
2021-08-08 11:12:19 +00:00
|
|
|
```sh
|
|
|
|
navi info config-example > "$(navi info config-path)"
|
|
|
|
```
|