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

Latest commit

 

History

History
28 lines (20 loc) · 698 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 698 Bytes

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