bin/fastly_create_domain in fastly-1.1.3 vs bin/fastly_create_domain in fastly-1.1.4

- old
+ new

@@ -1,12 +1,12 @@ #!/bin/env ruby ## -# fastly_upload_vcl - upload raw VCL files to Fastly +# fastly_create_domain - ruby script to quickly create a fastly domain # # Author:: Fastly Inc <support@fastly.com> -# Copyright:: Copyright (c) 2011 Fastly Inc +# Copyright:: Copyright (c) 2014 Fastly Inc # License:: Distributes under the same terms as Ruby # # = USAGE # # fastly_create_domain <options> <service id> <domain name> @@ -17,10 +17,10 @@ # # api_key = <api_key> # # Alternatively you can pass in any of those options on the command line # -# fastly_create_domain --api_key=<key> <service id> <domain name> +# $ ruby fastly_create_domain --api_key=<key> <service id> <domain name> require 'rubygems' require 'fastly' def get_options(*files)