Skip to content

MeProjectStudio/pterocli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pterocli

Command line interface for Pterodactyl Panel.

Current API coverage:

├── ✔️client
│   ├── ❌schedules
│   ├── ✔️files
│   │   ├── ✔️upload
│   │   ├── ✔️download
│   │   ├── ✔️remove
│   │   ├── ❌list
│   │   ├── ❌copy
│   │   ├── ❌write
│   │   ├── ❌compress
│   │   └── ❌decompress
│   ├── ✔️backups
│   │   ├── ✔️list
│   │   ├── ✔️create
│   │   ├── ✔️download
│   │   └── ✔️remove
│   ├── ✔️send console command
│   └── ✔️send power signal
└── ❌ admin