Edit on GitHub
studio
A set of commands to authenticate DVC with Studio and save a client access token to global DVC configuration: login, logout, token.
Synopsis
usage: dvc studio [-h] [-q | -v] {login,logout,token} ...
positional arguments:
COMMAND
login Authenticate DVC with Studio host.
logout Logout user from Studio.
token View the token DVC uses to contact Studio.
Description
dvc studio
authenticates DVC with Studio and sets the token. Once this token
has been properly configured, DVC will utilize it for seamlessly sharing live
experiments, sending notifications to Studio regarding any experiments that have
been pushed and downloading artifacts using dvc artifacts get
.