login¶
Authenticate with Vuer Hub using OAuth Device Flow.
Usage¶
vuer login [OPTIONS]
Description¶
Opens a browser for user authentication and saves credentials locally. Uses the OAuth Device Flow, which is ideal for CLI applications.
Options¶
Option |
Type |
Default |
Description |
|---|---|---|---|
|
string |
|
Environment to authenticate with ( |
Examples¶
# Authenticate with dev environment (default)
vuer login
# Authenticate with production
vuer login --env production
Authentication Flow¶
Run
vuer loginA verification URL and code are displayed
Open the URL in your browser
Enter the code to authenticate
Credentials are saved locally