Command line tools

A command-line interface (CLI) is a text-based user interface (UI) used to run programs. In lime-crm we're using CLI:s a lot, so you better get used to it 🤓🥷.

The main advantages of a command-line interface is that it's really easy to create and that it's great at handling repetitive tasks.

Info

You can always ask the CLI tool for help. The CLI will display a help text when passed no options, the -h flag, or the --help flag.

Back to top