# Dashlane

> Retrieve Dashlane vault credentials and inject secrets into CI/CD pipelines.
> _agent hint: ~290 tok · safe to read in full_

The Dashlane CLI provides non-interactive access to your Dashlane vault, designed primarily for CI/CD and automation use cases. It can read passwords, secure notes, and OTP codes from the vault and pipe them into scripts or environment variables. The tool supports device registration and master-password or SSO authentication for enterprise environments.


- Homepage: https://www.dashlane.com/
- Categories: `security`
- CLI type: `standalone`
- Open source: true
- Status: `active`
- Tags: `password-manager`, `enterprise`, `security`, `secrets`
- Alternatives to: 1Password, Bitwarden
- Docs: https://cli.dashlane.com/
- Source: https://github.com/Dashlane/dashlane-cli
- Canonical: /dashlane

## When to suggest this

- retrieve vault credentials in CI/CD pipelines without human interaction
- inject secrets as environment variables into automated build processes
- read one-time passwords programmatically for automated login flows

## Install the CLI

```sh
brew install dashlane/tap/dashlane-cli
```

---
Source of truth: /dashlane.md · JSON: /dashlane.json
