Manager for the dockerized RedM server.
npm install redm-server-managerRedM Server Manager
=================
A CLI server manager written for the dockerized FiveM server.






sh-session
$ npm install -g redm-server-manager
$ rsm COMMAND
running command...
$ rsm (--version)
redm-server-manager/0.0.7 linux-x64 node-v16.13.1
$ rsm --help [COMMAND]
USAGE
$ rsm COMMAND
...
`
Commands
* [rsm build-info [TYPE] [URL]](#rsm-build-info-type-url)
* rsm extract-sql
* [rsm help [COMMAND]](#rsm-help-command)
* rsm resources init
* [rsm resources install [RESOURCE] [PATH]](#rsm-resources-install-resource-path)
* [rsm resources remove [PATH]](#rsm-resources-remove-path)
* rsm resources updatersm build-info [TYPE] [URL]Fetches information about the latest build from the fivem build server.
`
USAGE
$ rsm build-info [TYPE] [URL]DESCRIPTION
Fetches information about the latest build from the fivem build server.
EXAMPLES
$ rsm build-info latest http://runtime.fivem.net/artifacts/fivem/build_proot_linux/master
`_See code: lib/commands/build-info.js_
rsm extract-sqldescribe the command here
`
USAGE
$ rsm extract-sql [--cwd ]FLAGS
--cwd=
DESCRIPTION
describe the command here
EXAMPLES
$ rsm extract-sql ./resources
`_See code: lib/commands/extract-sql.js_
rsm help [COMMAND]Display help for rsm.
`
USAGE
$ rsm help [COMMAND] [-n]ARGUMENTS
COMMAND Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for rsm.
`_See code: @oclif/plugin-help_
rsm resources initInitializes a new resources.json in the current directory
`
USAGE
$ rsm resources init [--cwd ]FLAGS
--cwd=
DESCRIPTION
Initializes a new resources.json in the current directory
EXAMPLES
$ rsm resources init
`rsm resources install [RESOURCE] [PATH]Installs the resources as defined in resources.json or adds new resource
`
USAGE
$ rsm resources install [RESOURCE] [PATH] [--cwd ]FLAGS
--cwd=
DESCRIPTION
Installs the resources as defined in resources.json or adds new resource
EXAMPLES
$ rsm resources install
`rsm resources remove [PATH]Removes resources from resources.json
`
USAGE
$ rsm resources remove [PATH] [--cwd ]FLAGS
--cwd=
DESCRIPTION
Removes resources from resources.json
EXAMPLES
$ rsm resources remove
`rsm resources updateUpdate resources in resources.json to their latest version based on the strategy
`
USAGE
$ rsm resources update [--cwd ]FLAGS
--cwd=
DESCRIPTION
Update resources in resources.json to their latest version based on the strategy
EXAMPLES
$ rsm resources update
``