Skip to content

Command Line Interface for Dolibarr (drive your dolibarr with shell commands)

License

Notifications You must be signed in to change notification settings

rycks/dolibarr-cli

Repository files navigation

Dolibarr from CLI

Dolibarr from command line

Install

git clone git@github.com:rycks/dolibarr-cli.git
composer i

General use

Set the path where your dolibarr is installed

DOLPATH=/var/www/dolibarr-18.0.7/htdocs/

Note you could use "export" to set your env var like

export DOLPATH=/var/www/dolibarr-18.0.7/htdocs/

Get user data

DOLPATH=/var/www/dolibarr-18.0.7/htdocs/ ./dolibarr user

if env var DOLPATH is exported

./dolibarr user

img 01

./dolibarr user list

img 01

./dolibarr user password login=admin

user 01

Force change password will disable all dolibarr rules

./dolibarr user password login=admin --force

user 02

About

Command Line Interface for Dolibarr (drive your dolibarr with shell commands)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages