Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ goliothctl config [flags]
> goliothctl config set apiUrl http://localhost:9090

# Get the current access token used to authenticate with Golioth
> golioth config get accessToken
> goliothctl config get accessToken
```

### Options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ goliothctl config get <key> [flags]

```
# Get the current access token used to authenticate with Golioth
> golioth config get accessToken
> goliothctl config get accessToken
```

### Options
Expand Down