Commandline Reference

anabrid

Entrypoint for all functions in the anabrid command line tool.

Additional pyanabrid packages hook new subcommands into this entrypoint. Please see their documentation for additional available commands.

anabrid [OPTIONS] COMMAND [ARGS]...

Options

--log-level <log_level>

Set all ‘pyanabrid’ loggers to the passed level.

Options:

CRITICAL | ERROR | WARNING | INFO | DEBUG

Custom subcommands

You can register your own subcommands with the command line interface to extend the available functionality. This is for example useful, if you want to provide easy-to-use analog algorithms to people not familiar with programing.

Computer specific commands

As we have seen in the Quickstart section, each supported analog computer registers their own set of subcommands with the common anabrid command line entrypoint.

/modelone/commandline

The Model-1 analog computer uses the subcommand modelone. See the /modelone/commandline for more information.

anabrid modelone [...]