Skip to content

Commit

Permalink
Update README to refer to credentials.toml (#331)
Browse files Browse the repository at this point in the history
We no longer use `hosts.toml`. Update README to use the new file.
  • Loading branch information
wfchandler authored Aug 14, 2024
1 parent 8222c50 commit 84308fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To generate a token, follow these steps:
- Make sure you have installed the Oxide CLI
- Log in via the Oxide console.
- Run `oxide auth login --host <host>`
- Run `oxide auth status --host <host> --show-token` to retrieve the token (host and credential information is saved in `$HOME/.config/oxide/hosts.toml`).
- Retrieve the token associated with the host from `$HOME/.config/oxide/credentials.toml`.

### Example

Expand Down

0 comments on commit 84308fa

Please sign in to comment.