Lichado
helps to check and update licenses for Azure DevOps:
- To report issues or search for existing issues go to the 🔎 issues tab.
And please star this repo ⭐
lichado list --org ORG_NAME --pat PERSONAL_ACCESS_TOKEN
lichado update --org ORG_NAME --pat PERSONAL_ACCESS_TOKEN --license LIC_FROM --target LIC_TO
Update Azure DevOps Account License Types, but exclude users from updates which are defined in exclude.json
lichado update --org ORG_NAME --pat PERSONAL_ACCESS_TOKEN --license LIC_FROM --target LIC_TO --file exclude.json
exclude.json:
{
"Users": ["fred@whiteduck.de", "user01@outlook.de"]
}
- Install
lichado
withbrew install whiteducksoftware/tap/lichado
-
Download
- Grab the latest
lichado.exe
from the releases page. - Extract the binary from the zip folder
- Grab the latest
-
Create a “Lichado” folder
The "Program" folder is a suitable option (but put it anywhere you like)mkdir Lichado
-
Copy the binary
copy .\path\to\lichado.exe C:\path\to\Lichado
-
Add C:\path\to\Lichado to your PATH
- Press Win+R, type sysdm.cpl and hit Enter.
- Go to Advanced → Environment Variables…
- Under User variables (or System variables), select Path, then click Edit…
- Click New and enter:
C:\path\to\Lichado
-
Click OK on all dialogs to save.
-
Restart your terminal Close and reopen any Command Prompt or PowerShell windows.
-
Verify installation
where lichado lichado --help