mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 02:37:43 -05:00
19 lines
663 B
Plaintext
19 lines
663 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](../intro/tacos.mdx) (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).
|