Business
Get Started

Get started with Business Commands

Commands related to business use a different authentication than your personal vault.

Commands are calling a server API to perform actions and retrieve data. The first step is to login with the personal account (follow this guide) of a team admin and to generate a set of credentials.

Generate credentials

🔒
This command is only available to team administrators.
dcli t credentials generate

You will be prompted with a variable to export in your environment. Simply copy/paste it in your terminal.

export DASHLANE_TEAM_DEVICE_KEYS=dlt_[deviceAccessKey]_[payload]

On Windows, you can use the following command instead of export.

$env:DASHLANE_TEAM_DEVICE_KEYS='dlt_[deviceAccessKey]_[payload]'

You can ensure that the variable is correctly set by running:

Get-ChildItem Env:

Make sure you save the generated secret in a safe place (use a secure note for instance 😉).

The token you'll get is starting by dlt in order to be easily identified by scanning tools.

List credentials

🔒
This command is only available to team administrators.
dcli t credentials list

Revoke credentials

🔒
This command is only available to team administrators.
dcli t credentials revoke <DASHLANE_TEAM_ACCESS_KEY>