Update readme

This commit is contained in:
2025-07-12 01:56:16 +08:00
parent b950e24fef
commit 2152ba3c4f
4 changed files with 56 additions and 16 deletions

View File

@ -0,0 +1,38 @@
# WebServicesManager
**A script set for web services management.**
## Usage
- First clone the repository
```bash
# the remote repository where located on my cloud server
git clone https://gitea.virtualguard101.com/virtualguard101/webscripts.git
cd webscripts
```
- Launch the manager with `main.py`
```bash
./main.py
```
Add `-h` as parameter to find usage:
```bash
./main.py -h
usage: main.py [-h] {register,list,operate} ...
=====> Web Services Manager <=====
positional arguments:
{register,list,operate}
register Register a new service
list List all services
operate Service operations to carry out
options:
-h, --help show this help message and exit
```
## TODO
- [ ] Add the function that can remove services