Skip to content

Commit

Permalink
Extend DVC Studio login documentation with scopes
Browse files Browse the repository at this point in the history
Added a new section 'Available scopes' to DVC Studio's 'login' command reference documentation. The new scopes 'EXPERIMENTS', 'DATASETS', and 'MODELS' have been introduced to indicate operations available for each. This provides clarity to users on what operations they can execute within each scope.
  • Loading branch information
amritghimire committed Nov 29, 2023
1 parent 8acab78 commit 79e784f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/docs/command-reference/studio/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ random name as token name.
- `-d`, `--use-device-code` - Use authentication flow based on user code. You
will be presented with user code to enter in browser. DVC will also use this
if it cannot launch browser on your behalf.

## Available scopes

- `EXPERIMENTS` - Experiment operations
- `DATASETS` - Dataset operations
- `MODELS` - Model registry operations

0 comments on commit 79e784f

Please sign in to comment.