- A setup private instance of Ruby (using Docker Compose, or standalone) with multiuser mode enabled (see here for more info)
There are two ways to execute the CLI, either using yarn cli
or bundler exec ruby ./cli/cli.rb
This tutorial will use yarn cli
as it is easier to type
yarn cli
is the command to execute the CLIyarn cli help [command]
to get help with a commandyarn cli create
- Create a new useryarn cli delete
- Delete a useryarn cli list
- List all usersyarn cli reset
- Reset a users password
docker-compose exec ruby yarn cli [command]
- where[command]
is one of the commands listed above