Pachctl list datum
pachctl list datum¶
Return the datums in a job.
Synopsis¶
Return the datums in a job.
pachctl list datum <job> [flags]
Options¶
-f, --file string The JSON file containing the pipeline to list datums from, the pipeline need not exist
-h, --help help for datum
-o, --output string Output format when --raw is set: "json" or "yaml" (default "json")
--page int Specify the page of results to send
--pageSize int Specify the number of results sent back in a single page
--raw Disable pretty printing; serialize data structures to an encoding such as json or yaml
--status-only Only retrieve status info for datums, improving performance
Options inherited from parent commands¶
--no-color Turn off colors.
-v, --verbose Output verbose logs
Last update: April 5, 2021
Does this page need fixing? Edit me on GitHub