Is there any help for use of the Web Deploy command line tool? Even the command line option that lists the options would be a good start

regards
Rob Goodridge
Moderator: SourceGear
Code: Select all
C:\temp\VaultDeploy>deploy -user devbuild -password fred -repository lansa -host devsrv -source $/VL/Release/v11/L4W11500 -target c:\temp\deploy
Unknown option: -host
Unknown option: devsrv
C:\temp\VaultDeploy>test
C:\temp\VaultDeploy>deploy -user devbuild -passord fred -repository lansa -server devsrv -source $/VL/Release/v11/L4W11500 -target c:\temp\deploy
Unhandled Exception: VaultClientIntegrationLib.UsageException: Please specify -u
ser, -password, and -host.
at VaultClientIntegrationLib.ServerOperations.Login(AccessLevelType altComman
d, Boolean bAllowAuto, Boolean bSaveSession)
at VaultClientIntegrationLib.ServerOperations.Login()
at Deploy.CommandLineWebDeploy..ctor(Args args)
at Deploy.Program.Main(String[] args)
Code: Select all
deploy -user devbuild -password fred -target c:\temp\deploy2 -xml lb_file_deploy.xml
Code: Select all
Input incomplete:
Server not provided.
Repository not provided.
Source location not provided.
thanksThe clc actually will respond to either -server or -host. This was an oversight on my part, I'll log a request to take both, as the clc does. .
understoodThe only spot that requires the full url is the xml file, which I did since it's usually generated. The command line will try to process either just the hostname or the full url.
yes to the feature request.We allowed for the removal of user and password from the xml file for those with security concerns. It was designed to either use the xmlfile (and optionally remove user and/or password and pass them as parameters) or use parameters. That's also why your target command doesn't work, probably. I can take a feature request to change that if you like. I'll also log requests for the other functionality (the last four scenarios) separately.
Yes I understood that. I just wanted to make clear how we would use all these scenariosYou can do the second and third scenarios unless I'm misunderstanding something. You pass the folder for source and pass the recursive flag if you want the action to be recursive.
thanksI'll look at the wizard for the progress issue you've mentioned, as well.