bin/onering in onering-client-0.1.1 vs bin/onering in onering-client-0.1.2

- old
+ new

@@ -14,18 +14,19 @@ onering [global] [plugin] [subcommand] [options] where [global] options are: EOS - opt :url, "The URL of the Onering server to connect to", :short => '-s', :type => :string - opt :path, "The base path to prepend to all requests (default: /api)", :type => :string - opt :source, "Specify the source IP address to use (i.e. which network interface the request should originate from)", :short => '-I', :type => :string - opt :param, "Additional query string parameters to include with the request in the format FIELD=VALUE. Can be specified multiple times.", :short => '-p', :type => :string, :multi => true - opt :format, "The output format for return values (i.e.: json, yaml, text)", :default => 'text', :short => '-t', :type => :string - opt :sslkey, "Location of the SSL client key to use for authentication", :short => '-c', :type => :string - opt :apikey, "The API token to use for authentication", :short => '-k', :type => :string - opt :quiet, "Suppress standard output", :short => '-q' - opt :verbosity, "Set the log level (fatal, error, warn, info, debug)", :short => '-v', :type => :string, :default => 'warn' + opt :url, "The URL of the Onering server to connect to", :short => '-s', :type => :string + opt :path, "The base path to prepend to all requests (default: /api)", :type => :string + opt :source, "Specify the source IP address to use (i.e. which network interface the request should originate from)", :short => '-I', :type => :string + opt :param, "Additional query string parameters to include with the request in the format FIELD=VALUE. Can be specified multiple times.", :short => '-p', :type => :string, :multi => true + opt :format, "The output format for return values (i.e.: json, yaml, text)", :default => 'text', :short => '-t', :type => :string + opt :sslkey, "Location of the SSL client key to use for authentication", :short => '-c', :type => :string + opt :nosslverify, "Disable verification of the server SSL certificate", :type => :boolean + opt :apikey, "The API token to use for authentication", :short => '-k', :type => :string + opt :quiet, "Suppress standard output", :short => '-q' + opt :verbosity, "Set the log level (fatal, error, warn, info, debug)", :short => '-v', :type => :string, :default => 'warn' stop_on plugins end