Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@eBardX eBardX released this 15 May 17:13
· 1 commit to master since this release
47100f0

Major rework of supported verbs and functionality.

Changed

  • Modify upload verb to accept either a CI token or an API token for use as the upload token. If neither the --upload_token option nor the WALDO_UPLOAD_TOKEN environment variable is specified, the API token specified by the most recent waldo auth invocation (if any) is used. Moreover, if the upload token is an API token, the --app_id option is required. Conversely, if the upload token is a CI token, the --app_id option is not allowed.

Removed

  • Remove add, build, init, list, remove, and sync verbs.
  • Remove recipe support from upload verb.