Project

General

Profile

Bug #10215

Updated by Tom Morris over 7 years ago

a-c-r currently generates an error if you attempt to use --version without having API host and token set: 

 <pre> 
 $ (venv)tfmorris@shell: arvados-cwl-runner --version 
 2016-10-10 15:24:20 arvados.cwl-runner[1] ERROR: ARVADOS_API_HOST is not set. Aborting. 
 </pre> 

 Nothing should be required to get the version.

Back