Sha256: e25412ceda569d6a98f7516fac77953ea6f59881ed7f1386d3f3783c90accf57
Contents?: true
Size: 292 Bytes
Versions: 4
Compression:
Stored size: 292 Bytes
Contents
#!/usr/bin/env ruby require 'f5/cli/application' require 'f5/icontrol' config ||= YAML.load_file("#{ENV['HOME']}/.f5.yml") F5::Icontrol.configure do |f5| f5.host = config['host'] f5.username = config['username'] f5.password = config['password'] end F5::Cli::Application.start(ARGV)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
f5-icontrol-0.1.4 | bin/f5 |
f5-icontrol-0.1.3 | bin/f5 |
f5-icontrol-0.1.2 | bin/f5 |
f5-icontrol-0.1.1 | bin/f5 |