Documentation Index
Fetch the complete documentation index at: https://docs.vers.sh/llms.txt
Use this file to discover all available pages before exploring further.
vers repo delete
Delete repositories by name. All tags inside them are removed (cascade via FK). The commits those tags pointed at are not deleted.Synopsis
Description
Accepts one or more repo names. Each is deleted independently; if one fails, the command keeps going and reports the first error on exit.Examples
Delete one repo
Delete several
Delete them all (dangerous)
Error Cases
Repository not found
See Also
vers repo tag delete- remove individual tags without destroying the repovers repo list