scripts
Bitfount CLI commands.
tip
Each script in this package can be run from the command line as a subcommand of
bitfount
. E.g. bitfount run_pod <path_to_pod_yaml_file>
.
Module
Submodules
- bitfount.scripts.generate_schema - Generate a schema file from a data file.
- bitfount.scripts.generate_yaml_specs - Generate OpenAPI specs for the YAML interface.
- bitfount.scripts.run_modeller - Run a task from a yaml config file.
- bitfount.scripts.run_pod - Run a Pod from a yaml config file.
- bitfount.scripts.run_templated_modeller - Run a task from a templated yaml config file.