Global CLI flags
Version
The --version
flag returns information about the currently installed version of sheetwork. If you are connected to the internet, version will also check whether your version is up to date or not
Log Level
The --log-level
argument followed by, for example, debug
will set debug level prints to the CLI in addition to sheetwork_logs/sheetwor_log.log
which always contains all log messages.
Danger Zone
The following flags should only be used if you have a good reason in mind and might result to unexpected behaviour. Sheetwork is meant to be used within it's own project folder for most cases.
Profile Dir
The --profile-dir
flag followed by a full path can override the location of your profiles.yml file.
Project Dir
The --project-dir
flag followed by a full path can override the location of your sheetwork_project.yml file.
Full Tracebacks
By default sheetwork shortens the tracebacks to only the most direct errors. If you need full tracebacks because you find that you need to debug something add the --full-tracebacks
flag to your CLI call.
Last updated