cls-datasets-status(1)
Name
cls-datasets-status - Show a summary of deployed dataset manifest status (within the time range).
Synopsis
cls datasets status [-v] [--list] [--stage[=<stage>]] [--account=<account>] [--output=<format>] [--profile=<profile>] [--region=<region>] [--name=<names>]… [-P=<providerNames>]… [[--earliest=<earliest>] [--latest=<latest>]]
Description
Show a summary of deployed dataset manifest status (within the time range). Where status is one of:
-
complete: manifest is complete
-
partial: manifest exists, but some data is missing
-
empty: manifest has no data, possibly due to error, or missing upstream data
-
removed: the manifest and its data has been removed
The --list option will output all manifest instances instead of summarizing.
Options
- --account=<account>
-
Filter results by account.
- --list
-
List all dataset interval instances
- --name=<names>
-
Filter results by the name of the dataset.
- --output=<format>
-
Print results using given format.
Values: table, json, csv, tsv (default: table)
- -P, --providers=<providerNames>
-
Provider substrates to target.
- --profile=<profile>
-
Cloud profile.
- --region=<region>
-
Filter results by region.
- --stage[=<stage>]
-
Filter results by stage.
- -v, --verbose
-
Specify multiple -v options to increase verbosity.
For example,
-v -v -v
or-vvv
Time Range Options:
- --earliest=<earliest>
-
Earliest time to include in report, inclusive.
Where the time can be most any date/time format, or
an adjuster such as '1h' or '1d'.
(default: 12h)
- --latest=<latest>
-
Latest time to include in report, exclusive.
Where the time can be most any date/time format, or
an adjuster such as '1h' or '1d'.
(default: now)