Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

CLI interface for Pterodactyl Panel with Kotlin and GraalVM

Notifications You must be signed in to change notification settings

MeProjectStudio/pterocli-old

Repository files navigation

pterocli

CLI interface for Pterodactyl (Pelican) Panel game server orchestraction software. Written in Kotlin and built with GraalVM

Building

Optional: Update native agent metadata

Refer to tests for environment variables needed to run them

Run tests against Pterodactyl panel and collect metadata

The following command will run tests with native image agent and collect various runtime metadata. Crucial for reflections, dynamic proxies etc.

./gradlew -Pagent test

Copy metadata to the resources

./gradlew metadataCopy --task test --dir src/main/resources/META-INF/native-image

Build with native image

./gradlew nativeCompile

About

CLI interface for Pterodactyl Panel with Kotlin and GraalVM

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages