render: use cofig file to generate parametric analyses and define variables. No longer reading variables from meta in fds file.
reset: specify file patterns to keep from the config file
run: now redirects standard error to a file in the docker container
0.2
This release converted the CLI from `argparse` to `typer`. The CLI commands are broken out into individual files to make it easier to track what each command does and services were broken out to easily manage interactions with public APIs.