You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,17 @@ Main features:
12
12
13
13
## Installation
14
14
15
+
### Brew install
16
+
```bash
17
+
❱ brew tap datarootsio/tf-profile
18
+
❱ brew install tf-profile
19
+
❱ tf-profile --help
20
+
tf-profile is a CLI tool to profile Terraform runs
21
+
22
+
Usage:
23
+
tf-profile [command]
24
+
```
25
+
15
26
### Binary download
16
27
17
28
- Head over to the releases page ([https://github.com/QuintenBruynseraede/tf-profile/releases](https://github.com/QuintenBruynseraede/tf-profile/releases))
0 commit comments