WingFlow is a useful CLI tool for automatic uploading and deployment of projects to Pterodactyl servers.
See the releases page.
git clone https://github.com/PteroPackages/WingFlow.git
go build -o build/ wflow.go
- Run
wflow init
- Add your credentials to the config file
- Run
wflow run
- Congrats, you've uploaded and deployed your repository to your server!
init
: Creates a new WingFlow configuration file in the current workspace. You can also specify a directory using the--dir
flag.check
: Runs valition checks on the local configuration file, or a specified one using the--dir
flag.run
: Fetches and deploys the configured project to Pterodactyl using Git.
- Fork this repo!
- Make a branch from
main
(git branch -b <new feature>
) - Commit your changes (
git commit -am "..."
) - Open a PR here (
git push origin <new feature>
)
- Devonte - creator and maintainer
This repository is managed under the MIT license.
© 2022-present PteroPackages