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 theWALDO_UPLOAD_TOKEN
environment variable is specified, the API token specified by the most recentwaldo 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
, andsync
verbs. - Remove recipe support from
upload
verb.