When running fds commands like fds pull and fds clone that involves dvc pull or clone, we can check if the chosen DVC remote has any authentication configured - and if not, prompt the user to authenticate before running the command.
At least until iterative/dvc#5677 is solved.
When running fds commands like
fds pull
andfds clone
that involves dvc pull or clone, we can check if the chosen DVC remote has any authentication configured - and if not, prompt the user to authenticate before running the command. At least until iterative/dvc#5677 is solved.