mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-16 07:01:11 -05:00
* Initial renaming, rewriting and cleaning up wave for the CLI docs. Signed-off-by: Jakub Martin <kubam@spacelift.io> * More renaming. Signed-off-by: Jakub Martin <kubam@spacelift.io> * More renaming. Signed-off-by: Jakub Martin <kubam@spacelift.io> * More renaming. Signed-off-by: Jakub Martin <kubam@spacelift.io> * Remove tutorial references. Signed-off-by: Jakub Martin <kubam@spacelift.io> * Post-review fixes. Signed-off-by: Jakub Martin <kubam@spacelift.io> --------- Signed-off-by: Jakub Martin <kubam@spacelift.io>
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
---
|
||
page_title: Authentication - OpenTF CLI
|
||
description: >-
|
||
Documentation about the login and logout commands that help automate getting
|
||
an API token for your cloud backend account.
|
||
---
|
||
|
||
# CLI Authentication
|
||
|
||
TACOS (TF Automation and Collaboration Software) are platforms that perform as part of their
|
||
offering OpenTF runs to provision infrastructure, offering a collaboration-focused
|
||
environment that makes it easier for teams to use OpenTF together.
|
||
|
||
OpenTF CLI integrates with TACOS in several ways — it can be a
|
||
front-end for CLI-driven runs, and can also use some TACOS as a state backend, a private module
|
||
registry, or a private provider registry. All of these integrations require you to authenticate OpenTF CLI
|
||
with your TACOS account.
|
||
|
||
The best way to handle CLI authentication is with the `login` and `logout`
|
||
commands, which help automate the process of getting an API token for your
|
||
TACOS user account.
|
||
|
||
For details, see:
|
||
|
||
- [The `opentf login` command](/opentf/cli/commands/login)
|
||
- [The `opentf logout` command](/opentf/cli/commands/logout)
|