Skip to content

QuickPod CLI V1.1.1

Choose a tag to compare

@QPNathan QPNathan released this 16 Mar 01:20
· 10 commits to main since this release
9d2b084

QuickPod CLI v1.2.0 coming soon!

CLI

A Command line python tool that interfaces with the QuickPod API to manage machines and pods.

!!!IMPORTANT!!!

Dependencies for Dotenv and Pandas are required to run this script!
pip install python-dotenv; pip install pandas

New Features:

  • Commented ALL Code!
  • Added list-ssh-logins command
  • Added restart-all command

Usage:

QPCLI.py <GLOBAL ARGUMENTS> [SUB-POSITIONAL ARGUMENTS] [COMMAND] [FILTERS]

COMING SOON:

  • Account Settings, creation, deletion, etc.
  • Host List machines for rental
  • Fix Sort Function
  • Host Earning Stats
  • Client Billing Stats
  • CPU Search!

Full Changelog: V1.1.0...1.1.1