mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Rename website to OpenTofu (#516)
Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com>
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
---
|
||||
description: >-
|
||||
The opentf logout command is used to remove credentials stored by opentf
|
||||
The tofu logout command is used to remove credentials stored by tofu
|
||||
login.
|
||||
---
|
||||
|
||||
# Command: logout
|
||||
|
||||
The `opentf logout` command is used to remove credentials stored by
|
||||
`opentf login`. These credentials are API tokens for any host that offers OpenTF-compatible services.
|
||||
The `tofu logout` command is used to remove credentials stored by
|
||||
`tofu login`. These credentials are API tokens for any host that offers OpenTofu-compatible services.
|
||||
|
||||
## Usage
|
||||
|
||||
Usage: `opentf logout [hostname]`
|
||||
Usage: `tofu logout [hostname]`
|
||||
|
||||
:::note
|
||||
The API token is only removed from local storage, not destroyed on
|
||||
@@ -20,7 +20,7 @@ the remote server, so it will remain valid until manually revoked.
|
||||
|
||||
## Credentials Storage
|
||||
|
||||
By default, OpenTF will remove the token stored in plain text in a local CLI
|
||||
By default, OpenTofu will remove the token stored in plain text in a local CLI
|
||||
configuration file called `credentials.tfrc.json`. If you have configured a
|
||||
[credentials helper program](/docs/cli/config/config-file#credentials-helpers), OpenTF
|
||||
[credentials helper program](/docs/cli/config/config-file#credentials-helpers), OpenTofu
|
||||
will use the helper's `forget` command to remove it.
|
||||
|
||||
Reference in New Issue
Block a user