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
- Host: GitHub
- URL: https://github.com/sktan/pacifices-cloud-cli
- Owner: sktan
- License: apache-2.0
- Created: 2020-05-03T14:56:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-11T07:59:21.000Z (5 months ago)
- Last Synced: 2026-01-11T13:51:25.445Z (5 months ago)
- Topics: cli, cloud, counter-strike, couter, csgo, global, offensive, pacifices, strike
- Language: Python
- Homepage: https://www.pacifices.cloud/
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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)