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 10af14d commit 0b4503fCopy full SHA for 0b4503f
README.md
@@ -37,7 +37,7 @@ Usage:
37
If you want to try `tf-profile` without installing anything, you can run it using Docker (or similar).
38
39
```bash
40
-❱ cat my_log_file.log | docker run -i qbruynseraede/tf-profile:0.2.0 stats
+❱ cat my_log_file.log | docker run -i qbruynseraede/tf-profile:0.5.0 stats
41
42
Key Value
43
Number of resources created 1510
@@ -51,7 +51,7 @@ Longest apply resource time_sleep.foo[*]
51
Optionally, define an alias:
52
53
54
-❱ alias tf-profile=docker run -i qbruynseraede/tf-profile:0.2.0
+❱ alias tf-profile=docker run -i qbruynseraede/tf-profile:0.5.0
55
❱ cat my_log_file.log | tf-profile
56
```
57
0 commit comments