20#ifndef ORES_CLI_CONFIG_EXPORT_OPTIONS_HPP
21#define ORES_CLI_CONFIG_EXPORT_OPTIONS_HPP
25#include "ores.cli/config/entity.hpp"
26#include "ores.cli/config/format.hpp"
28namespace ores::cli::config {
Configuration related to exporting data into a supported export format.
Definition export_options.hpp:34
std::string as_of
Timepoint to use for the reading. If empty, use latest.
Definition export_options.hpp:42
entity target_entity
Which entity to export.
Definition export_options.hpp:38
format target_format
Format to use for the export.
Definition export_options.hpp:54
bool all_versions
If true, output all versions of this entity.
Definition export_options.hpp:50
std::string key
Key to filter by, if any.
Definition export_options.hpp:46