Command Line Interface#
autoMaps provides a command line interface to execute common tasks. It can be accessed
using the automaps
command. Run it without parameters to get help about the available
subcommands and their usage:
$ automaps
Usage: automaps [OPTIONS] COMMAND [ARGS]...
This is the main entry point for all autoMaps commands. Take a look at the
subcommands and run them with option --help to get more information on their
usage.
Options:
--help Show this message and exit.
Commands:
init-demo Initializes a new autoMaps demo project.
init-project Initializes a new autoMaps project.
run Runs an existing autoMaps project.