An open API service indexing awesome lists of open source software.

https://github.com/sktan/pacifices-cloud-cli

An official CLI tool for managing pacifices.cloud servers
https://github.com/sktan/pacifices-cloud-cli

cli cloud counter-strike couter csgo global offensive pacifices strike

Last synced: about 2 months ago
JSON representation

An official CLI tool for managing pacifices.cloud servers

Awesome Lists containing this project

README

          

![PacificES Logo](https://d33wubrfki0l68.cloudfront.net/0d222f159128e50dcc3210bc94e7f55caa74e9f2/dca9f/img/pes-dark.png)

# A PacificES Cloud CLI tool

An official CLI tool for managing your https://pacifices.cloud/ servers. Currently only supports CSGO in Sydney regions.

This tool also exposes the API library used to manage servers, which can be used within your Python projects to pragmatically manage your CSGO servers.

## Requirements

A https://pacifices.cloud account is required to be able to create and manage your servers

[Python 3+](https://www.python.org/)

Python Requirements:
- [requests](https://pypi.org/project/requests/)
- [python-dotenv](https://pypi.org/project/python-dotenv/)

## Installation

```
pip3 install pacifices-cloud
```

# Usage

Usage of this tool can be done in multiple ways, either via CLI or via the library. Instructions for both can be found in the links below:

- [CLI Usage](https://github.com/sktan/pacifices-cloud-cli/blob/master/docs/cli.md)
- [LIB usage](https://github.com/sktan/pacifices-cloud-cli/blob/master/docs/lib.md)