--json for JSON output, e.g. for scripting.
To create a new tag:
<name>, and optionally, you can add a description [-a "Tag description"].
You can also provide the commit_id explicitly, or by default, the current commit will be tagged.
Tag names can contain letters, numbers, and the characters . - _ / (no spaces), up to 128 characters. Descriptions are limited to 1024 characters.
To delete a tag:
dv tag, or copy it from the desktop app. -f skips the confirmation prompt.
To modify an existing tag:
[--name <new_name>] changes the tag’s name.
[-a <description>] updates the tag’s description.
