ScoopInstaller / Main

📦 The default bucket for Scoop.
https://scoop.sh
The Unlicense
1.58k stars 953 forks source link

[Request]: Add Dashlane CLI (dcli) #5902

Open melMass opened 3 months ago

melMass commented 3 months ago

Prerequisites

Criteria

Name

dashlane-cli

Description

👩‍💻 Dashlane CLI - Access your secrets in your terminal, servers and CI/CD

Homepage

https://dashlane.github.io/dashlane-cli

Download Link(s)

https://github.com/Dashlane/dashlane-cli/releases

Some Indication of Popularity/Repute

[!NOTE] The project doesn't meet this criteria but I still ticked it 🙈 , not sure how strict you are about that policy :

  • Reasonably well-known and widely used (e.g. if it's a GitHub project, it should have at least 500 stars and/or 150 forks)

This is a fairly young project but very useful, Main already has 1password-cli so I think it makes sense even if it doesn't truly met the threshold mentioned.

Here is the recipe I'm using in my personal bucket for now, fairly standard to :)

Please consider.

dashlane-cli.json


{
    "version": "6.2421.0",
    "description": "👩 Dashlane CLI - Access your secrets in your terminal, servers and CI/CD ",
    "homepage": "https://github.com/Dashlane/dashlane-cli",
    "license": "Apache-2.0",
    "checkver": {
        "github": "https://github.com/Dashlane/dashlane-cli"
    },
    "architecture": {
        "64bit": {
            "url": [
                "https://github.com/Dashlane/dashlane-cli/releases/download/v6.2421.0/dcli-win-x64-signed.exe#/dcli.exe"
            ],
            "hash": [
                "b319742c380a0a0fe039088712543b4d620d007a280e191d18b3ec32d6a8bdf2"
            ]
        }
    },
    "autoupdate": {
        "notes": "Thanks for using autoupdate, please test your updates!",
        "architecture": {
            "64bit": {
                "url": "https://github.com/Dashlane/dashlane-cli/releases/download/v$version/dcli-win-x64-signed.exe#/dcli.exe"
            }
        }
    },
    "bin": [["dcli.exe", "dcli"]]
}
Mikescops commented 3 months ago

Hello,

Dashlane lead developer here, the module looks good to me. Thanks!