Manage CLI authentication scope
masterWhen logging in, you can control the reach of your authentication token using the --scope flag. This determines which directories can access the Doppler credentials.
- Global scope (Default):
--scope=/(accessible from any subdirectory). - Current directory scope:
doppler login --scope=./. - Specific path scope:
doppler login --scope ~/projects/backend.
$ doppler login --scope=./