Get the version of a Cromwell server
Usage
cromwell_version(url = cw_url(), token = NULL)
Arguments
- url
(character) base url for your Cromwell server. optional. if not supplied set the url as the env var
CROMWELLURL
- token
(character) we do not recommend passing your token here as a string. Either pass it using
Sys.getenv()
or save your token as the env varPROOF_TOKEN
and then passing nothing to this param and we'll find it
Important
Requires valid Cromwell server URL to be set. See cromwell_settings