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.

Options

  • -h, --help - prints the usage/help message, and exit.

  • -q, --quiet - do not write anything to standard output.

  • -v, --verbose - displays detailed tracing information.

Content

๐Ÿ› Found an issue? Let us know! Or fix it:

Edit on GitHub

โ“ Have a question? Join our chat, we will help you:

Discord Chat