git_dag.constants.CMD_TAGS_INFO¶
- git_dag.constants.CMD_TAGS_INFO: Final[str] = "for-each-ref --python --format '%(refname:short) %(objectname) %(object) %(type) %(tag) %(taggername) %(taggeremail) %(taggerdate) %(contents)' refs/tags"¶
Plumbing command to get tag info.