Skip to content

Commit 98123f6

Browse files
aaguiarzCopilot
andauthored
fix: fixed spacing in CLI configuration bullets (#1182)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9622207 commit 98123f6

File tree

1 file changed

+8
-10
lines changed
  • docs/content/getting-started

1 file changed

+8
-10
lines changed

docs/content/getting-started/cli.mdx

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,14 @@ The CLI is configured to use a specific FGA server in one of three ways:
2121
- Using environment variables.
2222
- Using a `.fga.yaml` configuration file, searched in the following order (highest to lowest priority):
2323

24-
1. **Current working directory**
25-
2. **User-specific config directory**
26-
27-
* Unix: `$XDG_CONFIG_HOME` (if set), otherwise `$HOME/.config`
28-
* Windows: `%AppData%`
29-
3. **`fga` subdirectory under the user config directory**
30-
4. **User's home directory**
31-
32-
* Unix: `$HOME`
33-
* Windows: `%USERPROFILE%`
24+
1. **Current working directory**
25+
2. **User-specific config directory**
26+
* Unix: `$XDG_CONFIG_HOME` (if set), otherwise `$HOME/.config`
27+
* Windows: `%AppData%`
28+
3. **`fga` subdirectory under the user config directory**
29+
4. **User's home directory**
30+
* Unix: `$HOME`
31+
* Windows: `%USERPROFILE%`
3432

3533
The API Url setting needs to point to the OpenFGA server:
3634

0 commit comments

Comments
 (0)