Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
poolpOrg committed Nov 12, 2024
1 parent 05e38eb commit d043d4f
Showing 1 changed file with 87 additions and 0 deletions.
87 changes: 87 additions & 0 deletions cmd/plakar/subcommands/man/docs/tags.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
PLAKAR(TAGS) - TAGS (1)

# NAME

**plakar\_tags** - Display tags or related information in a Plakar repository

# SYNOPSIS

**plakar\_tags**
\[**-display**]
\[*tags|count|snapshots*]

# DESCRIPTION

The
**plakar\_tags**
command is used to display information about tags in a Plakar repository, including a list of tags, a count of their occurrences, or associated snapshots.

**-display**

> Specifies the type of output for the tag display. Valid options are:
> tags
> > Lists all tags (default).
> count
> > Displays each tag with a count of associated snapshots.
> snapshots
> > Shows each tag with a list of associated snapshot IDs.
# ARGUMENTS

*tags|count|snapshots*

> This argument, when used with the
> **-display**
> flag, controls the output type:
> tags
> > Outputs all tags in alphabetical order.
> count
> > Displays tags with a count of associated snapshots.
> snapshots
> > Lists each tag with associated snapshot IDs.
# EXAMPLES

To illustrate usage:

Basic example:

> > plakar tags -display tags
Example showing tag counts:

> > plakar tags -display count
Example with tag snapshots:

> > plakar tags -display snapshots
# DIAGNOSTICS

The **plakar\_tags** utility exits 0 on success, and >0 if an error occurs.

0

> Command completed successfully.
1

> An unsupported display option was specified.
# SEE ALSO

plakar(1)

macOS 15.0 - November 13, 2024

0 comments on commit d043d4f

Please sign in to comment.