FLIR/conservator-cli

Define default fields for basic queries

n-wach opened this issue · 1 comments

By default, all fields are requested--which is slow and usually not what people are interested in. We should define some default FieldRequests for the CLI commands, that get a few common fields (probably the things that appear on the Details page in conservator)

Added in #118 . The FieldsManager defines the default fields, may look into a better way of organizing them if I need to.