Before you begin
- Install and configure the CLI. See Sift CLI setup.
- For every command, flag, and supported value, see the Sift CLI reference.
Import commands overview
Both export commands share these flags:--output/-o: the file to generate. Required.--format/-f: the output format. Required. Acceptscsv,parquet, orsun(WinPlot).--channel/-c: a Channel name to include. Repeat the flag to add more.--channel-id: a Channel ID to include. Repeat the flag to add more.--channel-regex/-x: a regular expression that selects Channels by name.--calculated-channel,--calculated-channel-id,--calculated-channel-regex: the same selectors for Calculated Channels.
Export a Run
Identify the Run by name, ID, or client key. These three selectors are mutually exclusive.| Selector | Flag |
|---|---|
| Name | --name / -n |
| Run ID | --run-id / -r |
| Client key | --client-key / -k |
Export an Asset
Pass the Asset name as a positional argument. Asset exports require a time range set with--start and --stop in RFC 3339 format.