--update, -up
Part of the Command Reference.
asd --update
asd -up
Downloads the latest package registry and saves it to $ASD_CSV.
What it does
- Downloads
sdk-archives.csvfromhttps://maven.myket.ir/sdk-archives.csv. - Filters out rows tagged
windows,macos, ordarwin, keeping only Linux-relevant entries. - Writes the result to
$ASD_CSV(/opt/myket.csvby default), usingsudoonly if the target directory isn’t already writable.
Fetching registry from https://maven.myket.ir/sdk-archives.csv ...
Registry updated. 4128 Linux packages available.
When you need this
- On first use, before installing anything (though
installwill also auto-fetch the registry if$ASD_CSVdoesn’t exist yet). - Periodically, to pick up newly published SDK component versions.
See Bypassing sudo if you’d rather point
$ASD_CSV at a user-owned path so this never prompts for a password.