NAME

fastly_upload_vcl - upload raw VCL files to Fastly

USAGE

    fastly_upload_vcl <options> <service id or name> <path to vcl file>

CONFIGURATION

You can either have a config file in either ~/.fastly or /etc/fastly with

    api_key = <key>
    

or a config file with

    user     = <login>
    password = <password>

Alternatively you can pass in any of those options on the command line

    fastly_upload_vcl --api_key  <key> <service id or name> <path to vcl file>
    fastly_upload_vcl --user <login> --password <password> <service id or name> <path to vcl file>

COPYRIGHT

Copyright 2011 - Fastly Inc

Mail support at fastly dot com if you have problems.

DEVELOPERS

http://github.com/fastly/fastly-perl

http://www.fastly.com/documentation