Allow to use jobURL instead of jobID with server-side arcctl commands
Small usability improvement for arcctl
: in addition to running commands with A-REX jobID (e.g. arcctl job attr 2ae547c09869
) it is now supported to paste the client side URL and jobID will be automatically extracted (e.g. arcctl job attr https://arc:443/arex/rest/1.0/jobs/2ae547c09869
).
This allows to minimize string manipulations by admin and just copy-paste jobURL from client output.
Edited by Andrii Salnikov