The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

dwimmer - command line client to interact with a Dwimmer server

SYNOPSIS

OPTIONAL PARAMETER:

   --username  OF_ADMINISTRATOR    (admin by default)

   --version                  to show the version number of the Dwimmer

REQUIRED PARAMETERS:

   --password  OF_ADMINISTRATOR
   --url       OF_DWIMMER_SITE

Commands:

   add_user USERNAME EMAIL PASSWORD
   list_users
   change_password USERNAME PASSWORD 

For example if you would like to add a user called 'foo' with a password 'secret' to the system you run

 dwimmer --url http://mycompany.com/ --password ADMIN_PASSWORD add_user foo foo@mycompany.com secret

If you'd like to list all the users run

 dwimmer --url http://mycompany.com/ --password ADMIN_PASSWORD list_users