Release v1.3.0
This commit is contained in:
15
README.md
15
README.md
@@ -29,6 +29,9 @@ kumacli --url http://localhost:3001 --username admin --password password monitor
|
|||||||
### Monitor Commands
|
### Monitor Commands
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Show available subcommands
|
||||||
|
kumacli monitor
|
||||||
|
|
||||||
# List all monitors
|
# List all monitors
|
||||||
kumacli monitor list
|
kumacli monitor list
|
||||||
|
|
||||||
@@ -40,11 +43,23 @@ kumacli monitor list --group "production*"
|
|||||||
|
|
||||||
# Combine filters
|
# Combine filters
|
||||||
kumacli monitor list --monitor "*api*" --group "web*"
|
kumacli monitor list --monitor "*api*" --group "web*"
|
||||||
|
|
||||||
|
# Pause monitors
|
||||||
|
kumacli monitor pause --monitor "*api*"
|
||||||
|
kumacli monitor pause --group "production*"
|
||||||
|
|
||||||
|
# Resume monitors
|
||||||
|
kumacli monitor resume --monitor "*api*"
|
||||||
|
kumacli monitor resume --group "production*"
|
||||||
|
kumacli monitor resume --all
|
||||||
```
|
```
|
||||||
|
|
||||||
### Maintenance Commands
|
### Maintenance Commands
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Show available subcommands
|
||||||
|
kumacli maintenance
|
||||||
|
|
||||||
# Create maintenance for specific monitors (90 minutes, starting now)
|
# Create maintenance for specific monitors (90 minutes, starting now)
|
||||||
kumacli maintenance add --monitor "*nextcloud*"
|
kumacli maintenance add --monitor "*nextcloud*"
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@@ -7,7 +7,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="kumacli",
|
name="kumacli",
|
||||||
version="1.2.0",
|
version="1.3.0",
|
||||||
author="Uptime Kuma CLI",
|
author="Uptime Kuma CLI",
|
||||||
description="A command-line interface for Uptime Kuma",
|
description="A command-line interface for Uptime Kuma",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
Reference in New Issue
Block a user