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 3e33c08 commit f6fe909Copy full SHA for f6fe909
1 file changed
README.md
@@ -42,10 +42,12 @@ You can optionally also include the following arguments to the `iamlive` command
42
43
**--sort-alphabetical:** sort actions alphabetically (_default: false_)
44
45
-_Example_
+**--host:** host to listen on (_default: 127.0.0.1_)
46
+
47
+_Comprehensive Example_
48
49
```
-iamlive --set-ini --profile myprofile --fails-only --output-file policy.json --refresh-rate 1 --sort-alphabetical
50
+iamlive --set-ini --profile myprofile --fails-only --output-file policy.json --refresh-rate 1 --sort-alphabetical --host 127.0.0.1
51
52
53
### CSM Enabling
0 commit comments