turbinia icon indicating copy to clipboard operation
turbinia copied to clipboard

Autogenerate turbiniactl command args from evidence objects

Open aarontp opened this issue 7 years ago • 3 comments

We should autogenerate all of the commands and command args for turbiniactl based on the evidence object types and attributes so that all evidence types can be added through tubiniactl without needing to manually keep things in sync.

aarontp avatar Jun 16 '17 17:06 aarontp

When we do this, we probably also want to add --dump_json support so that we can easily export all the evidence objects/properties for other clients to use.

aarontp avatar Nov 09 '17 00:11 aarontp

Also, we should look at click if we are refactoring command line args.

aarontp avatar Jun 11 '19 04:06 aarontp

We can also use a Manager pattern similar to the Jobs manager for this.

aarontp avatar Jul 01 '22 19:07 aarontp

This has been addressed in the new turbinia api cli tool. #1126

jleaniz avatar Jan 10 '23 16:01 jleaniz