docs/usage/commands/info/README.md
Navi exposes information about its default values or examples for you to use.
<!-- TOC --> <!-- TOC -->| Command | Description |
|---|---|
| config-path | [DEPRECATED] Lets you see the default config path |
| cheats-path | [DEPRECATED] Lets you see the default cheats path |
| default-config-path | Lets you see the default config path |
| default-cheats-path | Lets you see the default cheats path |
| config-example | Lets you see an example for the configuration file |
| cheats-example | Lets you see an example for a cheat file |
Navi exposes its default configuration path with:
navi info config-path
[!NOTE] See /docs/configuration/ for more details on how the default configuration path is defined.
Navi lets you get an example configuration file with:
navi info config-example
[!NOTE] You can retrieve this file at the following address: /docs/examples/configuration/config-example.yaml
For example, you can use this command to create the default configuration file, if not already present:
navi info config-example > "$(navi info config-path)"
Navi exposes its default cheatsheets path with:
navi info cheats-path
[!NOTE] See /docs/configuration/ for more details on how the cheatsheets path is defined.