mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 07:35:24 +02:00
tofu-fmt: add Spanish translation (#16050)
This commit is contained in:
parent
7a4875e13f
commit
284ae2645d
1 changed files with 20 additions and 0 deletions
20
pages.es/common/tofu-fmt.md
Normal file
20
pages.es/common/tofu-fmt.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# tofu fmt
|
||||
|
||||
> Formatea la configuración según las convenciones de estilo del lenguaje OpenTofu.
|
||||
> Más información: <https://opentofu.org/docs/cli/commands/fmt/>.
|
||||
|
||||
- Formatea la configuración en el directorio actual:
|
||||
|
||||
`tofu fmt`
|
||||
|
||||
- Formatea la configuración en el directorio actual y subdirectorios:
|
||||
|
||||
`tofu fmt -recursive`
|
||||
|
||||
- Muestra los cambios de formato:
|
||||
|
||||
`tofu fmt -diff`
|
||||
|
||||
- No lista los ficheros formateados a `stdout`:
|
||||
|
||||
`tofu fmt -list=false`
|
Loading…
Add table
Reference in a new issue