if the last argument (jobId) is not supplied, the latest one in the given profile (-p/--profile) will be used. This is equivalent to supplying -1 for the jobId positional; more generally, -2 will fetch the penultimate, and -N will use the Nth-last job to be run in the profile.
you can get such a demo mode by running codeflare dashboard all --demo
Limitations
this currently assumes that the aggregator is already running against the job
codeflare dashboard
commandif the last argument (jobId) is not supplied, the latest one in the given profile (
-p/--profile
) will be used. This is equivalent to supplying-1
for the jobId positional; more generally,-2
will fetch the penultimate, and-N
will use the Nth-last job to be run in the profile.you can get such a demo mode by running
codeflare dashboard all --demo
Limitations
codeflare dump
commandThis also adds some helpers:
which will dump out the raw logs, cpu stats, etc. the
jobId|-N
positional has the same interpretation as above.