Skip to main content
Version: current [25.0.x]

SHOW TAGS

Show all the tags that are available in a source and within a specific reference.

Syntax
SHOW TAGS
[ IN <source_name> ]

Parameters

IN <source_name> String   Optional

The name of the source where you want to view all tags. If a source is not specified, the one in the query context is used.

Examples

Show all the branches in the current source
SHOW TAGS
Show all the branches in the specified source
SHOW TAGS
IN mySource