New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fivem-docker-cli

Package Overview
Dependencies
Maintainers
1
Versions
421
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fivem-docker-cli

Command-line tool to create and administer FiveM Servers running in Docker.

latest
Source
npmnpm
Version
0.1.10
Version published
Weekly downloads
107
57.35%
Maintainers
1
Weekly downloads
 
Created
Source

fivem-docker-cli

oclif Version Downloads/week License

** Under Development - Use at your own risk. **

Command-line tool to create and administer FiveM Servers running in Docker.

Prerequisites

  • Linux-based OS (preferably CentOS)
  • Docker (tested on v1.13)
  • Node/NPM

Usage

$ npm install -g fivem-docker-cli
$ fivem COMMAND
running command...
$ fivem (-v|--version|version)
fivem-docker-cli/0.1.10 win32-x64 node-v8.11.3
$ fivem --help [COMMAND]
USAGE
  $ fivem COMMAND
...

Commands

fivem delete

Deletes a FiveM server Docker container.

USAGE
  $ fivem delete

OPTIONS
  -i, --serverid=serverid      ID of the FiveM Docker container.
  -s, --servername=servername  Name of the FiveM Docker container.

See code: src\commands\delete.js

fivem help [COMMAND]

display help for fivem

USAGE
  $ fivem help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

fivem init

Creates a new FiveM server running in Docker.

USAGE
  $ fivem init

OPTIONS
  -k, --licensekey=licensekey  Server license key - This can be obtained from https://keymaster.fivem.net.
  -p, --rconpass=rconpass      Password for RCON access.
  -s, --servername=servername  Name of the FiveM Docker container.

See code: src\commands\init.js

fivem restart

Restarts a FiveM server Docker container.

USAGE
  $ fivem restart

OPTIONS
  -i, --serverid=serverid      ID of the FiveM Docker container.
  -s, --servername=servername  Name of the FiveM Docker container.

See code: src\commands\restart.js

fivem start

Starts a FiveM server Docker container.

USAGE
  $ fivem start

OPTIONS
  -i, --serverid=serverid      ID of the FiveM Docker container.
  -s, --servername=servername  Name of the FiveM Docker container.

See code: src\commands\start.js

fivem status

Display status of all FiveM server Docker containers.

USAGE
  $ fivem status

See code: src\commands\status.js

fivem stop

Stops a FiveM server Docker container.

USAGE
  $ fivem stop

OPTIONS
  -i, --serverid=serverid      ID of the FiveM Docker container.
  -s, --servername=servername  Name of the FiveM Docker container.

See code: src\commands\stop.js

Keywords

oclif, FiveM, Docker, cli

FAQs

Package last updated on 25 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts