The migration of the docker container to a rootless one requires the
default library to move.
This change strips the library path from the path to the ROM and
replaces it with an SQL view that concatenates the library path and ROM
path.
The CLI tool can be started from the root of the /App directory in the
container with the command:
`./gaseous-cli`
Running without arguments presents the following help screen:
```
Gaseous CLI - A tool for managing the Gaseous Server
Usage: gaseous-cli [command] [options]
Commands:
user [command] [options] - Manage users
role [command] [options] - Manage roles
help - Display this help message
```