EZGames CLI Toolkit
$ npm install -g ezgames-cli
$ ezgames COMMAND
running command...
$ ezgames (-v|--version|version)
ezgames-cli/0.0.10 darwin-x64 node-v16.16.0
$ ezgames --help [COMMAND]
USAGE
$ ezgames COMMAND
...
ezgames app:exec TARGET COMMAND
ezgames app:restart
ezgames app:start
ezgames app:status
ezgames app:stop
ezgames app:upgrade
ezgames autocomplete [SHELL]
ezgames bridge:start
ezgames bridge:stop
ezgames bridge:test NAME
ezgames build:front
ezgames config
ezgames create:user
ezgames help [COMMAND]
ezgames install
ezgames ssl:sign [FILE]
ezgames test
ezgames update [CHANNEL]
Executes the provided command inside the targeted docker compose service
USAGE
$ ezgames app:exec TARGET COMMAND
ARGUMENTS
TARGET The name of the docker compose service inside which the command is to be executed.
COMMAND The the desired command to be executed.
OPTIONS
-h, --help show CLI help
ALIASES
$ ezgames exec
See code: src/commands/app/exec.ts
Restarts EZGames's containers
USAGE
$ ezgames app:restart
OPTIONS
-h, --help show CLI help
ALIASES
$ ezgames restart
See code: src/commands/app/restart.ts
Starts EZGames's containers
USAGE
$ ezgames app:start
OPTIONS
-h, --help show CLI help
ALIASES
$ ezgames start
$ ezgames up
See code: src/commands/app/start.ts
Shows the status of the internal infrastructure
USAGE
$ ezgames app:status
OPTIONS
-h, --help show CLI help
ALIASES
$ ezgames status
See code: src/commands/app/status.ts
Stops EZGames's containers
USAGE
$ ezgames app:stop
OPTIONS
-h, --help show CLI help
ALIASES
$ ezgames stop
$ ezgames down
See code: src/commands/app/stop.ts
EZGames Updater
USAGE
$ ezgames app:upgrade
OPTIONS
-h, --help show CLI help
-l, --list Lists available upgrade targets
-t, --target=target The version you wish to upgrade to
--allow-pre-releases Allows the user to select a pre-release as upgrade target
--[no-]maintenance Puts the app into maintenance mode before starting the upgrade process
ALIASES
$ ezgames upgrade
See code: src/commands/app/upgrade.ts
display autocomplete installation instructions
USAGE
$ ezgames autocomplete [SHELL]
ARGUMENTS
SHELL shell type
OPTIONS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
EXAMPLES
$ ezgames autocomplete
$ ezgames autocomplete bash
$ ezgames autocomplete zsh
$ ezgames autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
Starts the bridge server
USAGE
$ ezgames bridge:start
OPTIONS
-H, --host=host [default: 0.0.0.0]
-P, --port=port [default: 6660]
-h, --help show CLI help
See code: src/commands/bridge/start.ts
Stops the bridge server
USAGE
$ ezgames bridge:stop
OPTIONS
-h, --help show CLI help
See code: src/commands/bridge/stop.ts
describe the command here
USAGE
$ ezgames bridge:test NAME
OPTIONS
-h, --help show CLI help
See code: src/commands/bridge/test.ts
(Re)Build EZGames's FontEnd Application
USAGE
$ ezgames build:front
OPTIONS
-h, --help show CLI help
See code: src/commands/build/front.ts
describe the command here
USAGE
$ ezgames config
OPTIONS
-d, --domain=domain Domain Name or IPv4
-h, --help show CLI help
-m, --email=email WebMaster's email address
-n, --name=name Community Name
See code: src/commands/config/index.ts
Create a user
USAGE
$ ezgames create:user
OPTIONS
-h, --help show CLI help
-m, --email=email Email of the future user
-n, --username=username Username of the future user
-p, --password=password Password username of the future user
-r, --role=role Role to be assigned to the future user
See code: src/commands/create/user.ts
display help for ezgames
USAGE
$ ezgames help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
EZGames Installer
USAGE
$ ezgames install
OPTIONS
-h, --help show CLI help
-r, --release=release GitHub Release Tag
See code: src/commands/install/index.ts
describe the command here
USAGE
$ ezgames ssl:sign [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/ssl/sign.ts
Dummy Command used to test features
USAGE
$ ezgames test
OPTIONS
-h, --help show CLI help
See code: src/commands/test.ts
update the ezgames CLI
USAGE
$ ezgames update [CHANNEL]
OPTIONS
--from-local interactively choose an already installed version
See code: @oclif/plugin-update