Няма описание

Zoey76 542be640e5 Prevent crashing when database password has % as part of it. преди 4 години
src 542be640e5 Prevent crashing when database password has % as part of it. преди 4 години
.gitignore edcd9f1179 CLI 1.0.2 - Fixed and improved database installation преди 5 години
LICENSE.md 616e0ce41c Adding initial implementation преди 6 години
README.md d451bf4d92 Adding Configuration Editor GUI преди 6 години
bitbucket-pipelines.yml ff6b98ef62 Adding deployment pipeline преди 5 години
pom.xml 542be640e5 Prevent crashing when database password has % as part of it. преди 4 години

README.md

Welcome to L2J Server CLI tool

Existing commands

  • code: gets the source code from the repository
  • build: builds the source code
  • deploy: deploys the built source code
  • database
    • install: installs the database
  • gameserver
    • register: register a game server in the login server
    • list: list all game servers and it's status
    • unregister: removes one/all game server(s)
  • account
    • create: creates an account
    • update: updates an account
    • list: list the accounts
    • delete: deletes the account
  • quit: exits the CLI
  • config: opens the configuration editor GUI (It's a bonus)