This repository has been archived by the owner on May 5, 2021. It is now read-only.
ODK Aggregate CLI v1.0.3
Fixed
- Fix checking -cu and -cv args presence 151aafe
- Guillermo Gutierrez @ggalmazor (Nafundi)
Usage:
Launch an operation with: aggregate-cli <operation> <params>
Available operations:
-h,--help Show help
-i,--install Install ODK Aggregate
-l,--list List available versions
-u,--update Update ODK Aggregate
-v,--version Show version
Params for -i operation:
-c,--configuration <arg> Path to the configuration file (JSON)
Optional params for -i operation:
-cu,--custom-url <arg> Custom URL to download the Aggregate WAR package
-cv,--custom-version <arg> Version that the custom Aggregate WAR URL corresponds to
-f,--force Force update
-ip,--include-pre-releases Include pre-release versions
-vv,--verbose Verbose mode. Shows all commands
-y,--yes Always answer 'yes' to confirm prompts
Params for -l operation:
Optional params for -l operation:
-ip,--include-pre-releases Include pre-release versions
Params for -u operation:
-c,--configuration <arg> Path to the configuration file (JSON)
Optional params for -u operation:
-f,--force Force update
-ip,--include-pre-releases Include pre-release versions
-rv,--requested-version <arg> Requested version (latest by default)
-vv,--verbose Verbose mode. Shows all commands
-y,--yes Always answer 'yes' to confirm prompts