Releases: Smajlll/pufferstarter-cli
Releases · Smajlll/pufferstarter-cli
v3.0.0
What's new?
- Command Line arguments now work!
- Documentation has been updated to reflect the new changes
- For usage check these documents Interactive Usage & Non-Interactive Usage
- The executable has changed its name! New name is now
pufferstarter-cli
andpufferstarter-cli.exe
(you may need to reconfigure your CMAKE project target if you already build PufferStarter)
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
- Loading configuration now works! - check the documentation https://docs.smoliicek.xyz/#/Configuration/configuration-file
- New docs at https://docs.smoliicek.xyz
Full Changelog: v1.0.0...v2.0.0
v1.0.0
What's new
- All the "essentials":
- Authentication by entering your PufferPanel IP (include the port, if you use it to access it in the browser), your OAuth Client ID and Client Secret, after sending a request to the server, you will aquire a new token.
- Changing the status of the server (killing, starting, stopping it), by entering its ID
- Listing information about the server (Name, Port, ID, Status), by entering its ID
- Listing all of the servers present in the panel, the list includes names and IDs
In works:
- Authentication by searching in some kind of config file
All commits: https://github.com/Smajlll/pufferstarter-cli/commits/v1.0.0