command line interface to ERK (emergent representation of knowledge)

usage: pyerk [-h] [-nk NUMBER_OF_NEW_KEYS] [-l MOD_PATH PREFIX] [-rwd]
             [-pad path] [-grp reportconf-path] [-vis uri] [-i] [-dj] [-djs]
             [--dbg]
             [inputfile]

Positional Arguments

inputfile

input file

Named Arguments

-nk, --new-keys

generate new keys

-l, --load-mod

load module from path with prefix.

-rwd, --relative-to-workdir

DEPRECATED; specifies that the module path is interpreted relative to working dir (not the modules install path)

Default: False

-pad, --parse-ackrep-data

parse ackrep data repository, create items and relations. specify path to ackrep_data base dir (…/ackrep_data)

-grp, --generate-report

generate report based on configuration file (e.g. reportconf.toml)

-vis, --visualize

create a visualization for the entity

-i, --interactive-session

start an interactive session (with the specified module loaded)

Default: False

-dj, --start-django

start the django server from the current directory

Default: False

-djs, --start-django-shell

start the django shell from the current directory (mainly useful for development)

Default: False

--dbg

start debug routine