Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Releases: getodk/aggregate-cli

ODK Aggregate CLI v1.0.6

04 Jun 21:35
620508c
Compare
Choose a tag to compare

All changes

Fixed

  • #12 DB host not being added to template and root not being recognized
  • #13 Add logback config file

ODK Aggregate CLI v1.0.5

05 Feb 11:28
Compare
Choose a tag to compare

All changes

Added

  • Added new security conf param hostname

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 -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

Params for -l operation:
Optional params for -l operation:
  -ip,--include-pre-releases       Include pre-release versions

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

ODK Aggregate CLI v1.0.4

05 Feb 10:54
Compare
Choose a tag to compare

All changes

Added

  • Added new security conf param checkHostnames

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 -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

Params for -l operation:
Optional params for -l operation:
  -ip,--include-pre-releases       Include pre-release versions

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

ODK Aggregate CLI v1.0.3

31 Jan 21:51
Compare
Choose a tag to compare

All changes

Fixed

  • Fix checking -cu and -cv args presence 151aafe

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

ODK Aggregate CLI v1.0.2

31 Jan 21:21
Compare
Choose a tag to compare

All changes

Fixed

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

ODK Aggregate CLI v1.0.1

31 Jan 21:05
Compare
Choose a tag to compare

All changes

Fixed

  • Replace Updater with CLI #6

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

ODK Aggregate CLI v1.0.0

31 Jan 20:51
Compare
Choose a tag to compare

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 -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

Params for -l operation:
Optional params for -l operation:
  -ip,--include-pre-releases       Include pre-release versions

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

ODK Aggregate Updater v0.0.1

18 Jan 16:08
Compare
Choose a tag to compare

First feature complete release of the updater for ODK Aggregate v2.0 onwards.

Usage:

Launch an operation with: aggregate-updater <operation> <params>

Available operations:
  -h,--help                        Show help
  -l,--list                        List available versions
  -u,--update                      Update ODK Aggregate
  -v,--version                     Show version

Params for -l operation:
Optional params for -l operation:
  -ib,--include-beta               Include beta versions

Params for -u operation:
Optional params for -u operation:
  -f,--force                       Force update
  -ib,--include-beta               Include beta 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