#set( $command = ${project.commands.scpconf})
Configures the project by overlaying the contents of a profile directory onto
the project directory, where the profile directory is located on the network
using the scp protocol.

Please see the help for ${commands.dirconf.name} for an overview
of profile based configuration.

The following options are supported:

   ${command.nameOption}        the name of the profile directory under the home url as specified
                through the ProtoJ API

   ${command.interpolateOption} this switch must be present in order for all ${var} placeholders
                to be recursively replaced with the property values

   ${command.cleanOption}       include this switch in order to delete all application files
                that match profile files before overlaying the profile

   ${command.keyfileOption}     set this option to the path of the private key if using key based 
                authentication, or leave out if using password authentication

   ${command.passtextOption}    the password or passphrase if key based authentication is being
                used

Examples:

   ${layout.scriptName} "${command.delegate.name} -${command.nameOption} bobdev -${command.interpolateOption} -${command.keyfileOption} /some/key/file -${command.passtextOption} secretphrase"

   ${layout.scriptName} "${command.delegate.name} -${command.nameOption} bobdev -${command.passtextOption} secretpassword -${command.cleanOption}"
