Beta Version
You're viewing documentation for version v1.1.0. Beta versions are subject to changes and may not represent the final stable release. Do not use in production environments.
info
| PLAKAR-INFO(1) | General Commands Manual | PLAKAR-INFO(1) |
NAME
plakar-info —
Display detailed information about internal
structures
SYNOPSIS
plakar info | [-errors] [snapshot] |
DESCRIPTION
The plakar info command provides detailed
information about a Plakar repository and snapshots. The type of information
displayed depends on the specified argument. Without any arguments, display
information about the repository.
The options are as follows:
-errors- Show errors within the specified snapshot.
EXAMPLES
Show repository information:
$ plakar info
Show detailed information for a snapshot:
$ plakar info abc123
Show errors within a snapshot:
$ plakar info -errors abc123
DIAGNOSTICS
The plakar-info utility exits 0 on
success, and >0 if an error occurs.
- 0
- Command completed successfully.
- >0
- An error occurred, such as an invalid snapshot or object ID, or a failure to retrieve the requested data.
SEE ALSO
| July 3, 2025 | Plakar |
Found a bug or mistake in the documentation? Create an issue on GitHub