I propose dvc metrics add, when used with an untracked file, automatically creates the orphan DVC-stage for it (calling dvc add under the hood) instead of
λ dvc metrics add un-tracked.file
ERROR: failed to add metric file 'metric' - Unable to find DVC-file with output 'metric'
I propose
dvc metrics add, when used with an untracked file, automatically creates the orphan DVC-stage for it (callingdvc addunder the hood) instead of