Skip to content

Releases: Smajlll/pufferstarter-cli

v3.0.0

28 Jan 17:31
Compare
Choose a tag to compare

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 and pufferstarter-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

26 Jan 12:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v2.0.0

v1.0.0

23 Jan 15:40
caded2d
Compare
Choose a tag to compare

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