Skip to content

limefu

limefu is a CLI for administrating Lime CRM applications. It is bundled when installing the lime-crm package.

limefu --version
limefu --help

Commands

General syntax is:
limefu [group] [command] [arg] value/s [options]

Common args is -a, --application which can also be set as an environmental variable.

Windows:

$env:LIME_APPLICATION = "<your-application-name>"

Mac/Linux:

export LIME_APPLICATION=<your-application-name>