forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aiac: add Spanish translation (tldr-pages#10181)
* aiac: add Spanish translation
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# aiac | ||
|
||
> Utiliza OpenAI para generar configuraciones IaC, utilidades, consultas y más. | ||
> Más información: <https://github.com/gofireflyio/aiac>. | ||
- Genera Terraform para una cuenta de almacenamiento Azure: | ||
|
||
`aiac get terraform {{for an azure storage account}}` | ||
|
||
- Genera un Dockerfile para nginx: | ||
|
||
`aiac get dockerfile {{for a secured nginx}}` | ||
|
||
- Genera una GitHub action que aplica Terraform: | ||
|
||
`aiac get github action {{that plans and applies terraform}}` | ||
|
||
- Genera un escáner de puertos en Python: | ||
|
||
`aiac get python {{code that scans all open ports in my network}}` | ||
|
||
- Genera una consulta MongoDB: | ||
|
||
`aiac get mongo {{query that aggregates all documents by created date}}` |