alfred3.cli#

Command line interface for alfred3.

Alfred3 offers some commands for the command line/terminal. You can see a list of all available commands by executing the following in a terminal:

$ alfred3 --help

Then, you can get further help on the specific commands. For example, to get help on the “run” command, execute:

$ alfred3 run --help

These are the currently available commands:

$ alfred3 --help

Usage: alfred3 [OPTIONS] COMMAND [ARGS]...

Options:
--help  Show this message and exit.

Commands:
json-to-csv
run
template

Modules

alfred3.cli.extract

Provides a command line interface for transforming .json data files into .csv files.

alfred3.cli.run_exp

Provides a command line command for running a local alfred3 experiment.

alfred3.cli.template_exp

Provides a command line command for creating a new alfred3 experiment.