andThenYouDie

Automation, IT and more.

18 Apr 2020

Vspg Cli

I finally create a CLI for my password API service VSPG. It’s more a proof of concept I still have a lot of work to do, but it’s working.

The CLI is avaiable only for Linux (BASH code), building a Powershell version is more complicated (for me).

The installation is easy :

git clone https://framagit.org/vspg/vspg_cli_bash.git
cd vspg_cli_bash
chmod +x vspg-cli
cp vspg-cli /usr/local/bin/

Then just run vspg-cli to get a password :

[justin@balmer ~] vspg-cli
RetraduisissentFumerezCordes~25285

Or add option to personalize the result :

[justin@balmer ~] vspg-cli -w 4 -l en
UngoadedHeteroecismalScrimpnessGrakle$87530

You can find a complet documentation on the official site : VSPG CLI