pachctl inspect snapshot
pachctl inspect snapshot #
Return info about a snapshot.
Synopsis #
This command returns details of the snapshot such as: ID
, ChunksetID
, Fileset
, Version
and Created
.
pachctl inspect snapshot [flags]
Options #
-h, --help help for snapshot
-o, --output string Output format when --raw is set: "json" or "yaml" (default "json")
--raw Disable pretty printing; serialize data structures to an encoding such as json or yaml
Options inherited from parent commands #
--no-color Turn off colors.
--rpc-timeout duration If non-zero, perform all client operations with this RPC deadline.
-v, --verbose Output verbose logs.
SEE ALSO #
- pachctl inspect - Show detailed information about a Pachyderm resource.