We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a73b47 commit 766d4d7Copy full SHA for 766d4d7
pages/osx/aiac.md
@@ -0,0 +1,24 @@
1
+# aiac
2
+
3
+> Use OpenAI to generate IaC configurations, utilities, queries and more.
4
+> More information: <https://github.com/gofireflyio/aiac>.
5
6
+- Generate Terraform for Azure storage account:
7
8
+`aiac get terraform {{for an azure storage account}}`
9
10
+- Generate a Dockerfile for nginx:
11
12
+`aiac get dockerfile {{for a secured nginx}}`
13
14
+- Generate GitHub action that applies Terraform:
15
16
+`aiac get github action {{that plans and applies terraform}}`
17
18
+- Generate a port scanner in Python:
19
20
+`aiac get python {{code that scans all open ports in my network}}`
21
22
+- Generate a MongoDB query:
23
24
+`aiac get mongo {{query that aggregates all documents by created date}}`
0 commit comments