The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::SFDC::Role::Credentials - Handle credential command-line input

VERSION

version 0.16

OPTIONS

--username -u

--password -p

--url

--apiversion

--credfile

A config file containing details of your enviroments, similar to the ant deployment.properties file. For each environment, this file may specify the credentials for that environment as:

    envname.username = username@example.com
    envname.password = PASSWORDthenTOKEN
    envname.url = https://login.salesforce.com

    sandboxname.username = username@example.com.sandbox
    sandboxname.password = PASSWORDthenTOKEN
    sandboxname.url = https://test.salesforce.com

By default, App::SFDC will look at ~/.salesforce.properties. This setting is ignored unless you specify an enviroment.

--environment -e

Used in conjuction with a configuration file to specify which environment to use for the operation.

AUTHOR

Alexander Brett <alexander.brett@sophos.com> http://alexander-brett.co.uk

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by Sophos Limited https://www.sophos.com/.

This is free software, licensed under:

  The MIT (X11) License

The full text of the license can be found in the LICENSE file included with this distribution.