Sin descripción

HorridoJoho b0da5b9715 Remove "final" modifier from picocli option fields. hace 1 año
.mvn 9b40112c7f Updated L2J CLI to Java 21 hace 1 año
src b0da5b9715 Remove "final" modifier from picocli option fields. hace 1 año
.gitignore 9b40112c7f Updated L2J CLI to Java 21 hace 1 año
LICENSE.md 616e0ce41c Adding initial implementation hace 5 años
README.md d451bf4d92 Adding Configuration Editor GUI hace 5 años
bitbucket-pipelines.yml d72552fb4d Adding a "ci" profile to run Dependency Checks hace 1 año
mvnw 9b40112c7f Updated L2J CLI to Java 21 hace 1 año
mvnw.cmd 9b40112c7f Updated L2J CLI to Java 21 hace 1 año
pom.xml d72552fb4d Adding a "ci" profile to run Dependency Checks hace 1 año

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)