Skip to content

Instantly share code, notes, and snippets.

@gnufied
Created November 23, 2012 12:41
Show Gist options
  • Save gnufied/4135451 to your computer and use it in GitHub Desktop.
Save gnufied/4135451 to your computer and use it in GitHub Desktop.
cloudips-create.rb
6: c.flag [:i, "count"]
9: c.flag [:n, :name]
12: c.flag [:t, :'port-translators']
cloudips-update.rb
6: c.flag [:r, "reverse-dns"]
12: c.flag [:n, :name]
15: c.flag [:t, :'port-translators']
config-client-add.rb
7: c.flag [:a, "alias"]
10: c.flag [:t, "auth-url"]
config-user-add.rb
7: c.flag [:a, "alias"]
10: c.flag [:p, "password"]
firewall-policies-create.rb
6: c.flag [:n, :name]
9: c.flag [:d, :description]
firewall-rules-create.rb
7: c.flag [:p, :protocol]
10: c.flag [:s, :source]
13: c.flag [:t, :sport]
16: c.flag [:d, :destination]
19: c.flag [:e, :dport]
22: c.flag [:i, :icmptype]
25: c.flag :description
firewall-rules-update.rb
7: c.flag [:p, :protocol]
10: c.flag [:s, :source]
13: c.flag [:t, :sport]
16: c.flag [:d, :destination]
19: c.flag [:e, :dport]
22: c.flag [:i, :icmptype]
25: c.flag :description
groups-create.rb
5: c.flag [:n, :name]
8: c.flag [:d, :description]
groups-move_servers.rb
6: c.flag [:f, :from]
9: c.flag [:t, :to]
groups-update.rb
8: c.flag [:n, :name]
11: c.flag [:d, :description]
images-list.rb
9: c.flag [:t, :type]
12: c.flag [:s, :status]
15: c.flag [:l, :account]
images-register.rb
6: c.flag [:n, "name"]
9: c.flag [:u, "username"]
12: c.flag [:a, "arch"]
15: c.flag [:s, "source"]
19: c.flag [:m, "mode"]
23: c.flag [:p, "public"]
26: c.flag [:d, "description"]
images-update.rb
7: c.flag [:n, "name"]
10: c.flag [:a, "arch"]
13: c.flag [:m, "mode"]
16: c.flag [:p, "public"]
19: c.flag "deprecated"
22: c.flag [:d, "description"]
25: c.flag [:u, "username"]
lbs-create.rb
8: c.flag [:n, :name]
12: c.flag [:p, :policy]
16: c.flag [:l, :listeners]
19: c.flag [:k, "hc-port"]
22: c.flag [:y, "hc-type"]
26: c.flag [:t, "hc-timeout"]
30: c.flag [:s, "hc-request"]
34: c.flag [:e, "hc-interval"]
38: c.flag [:u, "hc-up"]
42: c.flag [:d, "hc-down"]
lbs-update.rb
9: c.flag [:n, :name]
12: c.flag [:p, :policy]
15: c.flag [:l, :listeners]
18: c.flag [:k, "hc-port"]
21: c.flag [:y, "hc-type"]
24: c.flag [:t, "hc-timeout"]
27: c.flag [:s, "hc-request"]
30: c.flag [:e, "hc-interval"]
33: c.flag [:u, "hc-up"]
36: c.flag [:d, "hc-down"]
servers-create.rb
8: c.flag [:i, "server-count"]
11: c.flag [:z, "zone"]
15: c.flag [:t, :type]
18: c.flag [:n, :name]
21: c.flag [:m, "user-data"]
24: c.flag [:f, "user-data-file"]
30: c.flag [:g, "server-groups"]
servers-list.rb
7: c.flag [:g, :group]
servers-update.rb
6: c.flag [:n, :name]
9: c.flag [:m, "user-data"]
12: c.flag [:f, "user-data-file"]
users-update.rb
7: c.flag [:f, "ssh-key"]
10: c.flag [:n, "name"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment