Usage
Description
Authenticate your machine with W&B. Store an API key locally for authenticating with W&B services. By default, credentials are stored without server-side verification. If no API key is provided as an argument, the command looks for credentials in the following order:- The WANDB_API_KEY environment variable
-
The api_key setting in a system or workspace settings file (use
wandb statusto see which settings file is used) - The .netrc file (~/.netrc, ~/_netrc, or the NETRC env var path)
- An interactive prompt (if a TTY is available)
--host, or set the WANDB_BASE_URL environment variable.
For example, to log in interactively (prompts for API key):