README.md in f5-icontrol-0.1.4 vs README.md in f5-icontrol-0.1.5
- old
+ new
@@ -53,12 +53,17 @@
## CLI
There's a command line version that's still being roughed out. You'll need a `~/.f5.yml` file containing your login information:
```
-host: foo.bar.com
-username: admin
-password: abc123
+default:
+ host: foo.bar.com
+ username: admin
+ password: abc123
+lb2:
+ host: 1.2.3.4
+ username: admin
+ password: abc123
```
Then run `f5` and it'll provide help