mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-03 23:00:57 -05:00
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> Signed-off-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> Signed-off-by: Roman Grinovski <roman.grinovski@gmail.com> Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com>
19 lines
641 B
Plaintext
19 lines
641 B
Plaintext
---
|
|
sidebar_label: The Command Line
|
|
sidebar_position: 4
|
|
description: >-
|
|
Learn OpenTofu's CLI-based workflows. You can use the CLI alone or
|
|
with cloud backends.
|
|
---
|
|
|
|
# OpenTofu CLI Documentation
|
|
|
|
This is the documentation for OpenTofu CLI. It is relevant to anyone working
|
|
with OpenTofu's CLI-based workflows; this includes people who use OpenTofu CLI
|
|
by itself, as well as those who use OpenTofu CLI in conjunction with
|
|
TACOS (TF Automation and Collaboration Software).
|
|
|
|
Notably, this documentation does not cover the syntax and usage of the OpenTofu
|
|
language. For that, see the
|
|
[OpenTofu Language Documentation](../language/index.mdx).
|