Subcommand | Description |
---|---|
add | Extract all the signals from provided bag, create all the signals on the cloud, group them into a Data Source and associate this Data Source to given system. Currently we only support mcap format. |
get | Provides a list of available datasources. |
--api-key
: provide your USER_SECRET_KEY. It is mandatory if you don’t use the --info-only
flag.--from-bag
: The path to the bag file you want to extract the signals from.--system-id
: System id on which the Data Source will be created. It is mandatory if you don’t use the --info-only
flag.--datasource-name
: this one is optional. If you don’t provide it, it shall take the name of your bag file.--info-only
: If set, it will only list the signals that would be created into your terminal, without generating them on the cloud.--api-key
: mandatory USER_SECRET_KEY.--datasource-id
: The ID of the Data Source you want to retrieve. Multiple can be specified: --datasource-id ID1 --datasource-id ID2
. It is exclusive with option name.--name
: The name of the Data Source to retrieve. It is exclusive with datasource-id option.--output-file
: If set, it’ll provide the result in a json format in a file generated at given path. Make sure you provide the ‘.json’ extension.