Squore Agent
The Squore Agent allows users to build project from command line. The files used to launch a build will always be up-to-date with the server.

Download squore-agent.jar Full documentation

Quick start

The easiest way to get the command line is from the last page of the Project Creation Wizard in the web UI.

Command example :

java -jar squore-agent.jar %SERVER_URL% --token %TOKEN% -- --name="%PROJECT_NAME%" --version="%VERSION_NAME%" --wizardId="%WIZARD_ID%" -d "type=SQuORE" -r "type=FROMPATH,path=%SOURCE_FOLDER%" --commands "DELEGATE_CREATION"

To display agent help information, use the following command :

java -jar squore-agent --help