add(app): create python application

This commit is contained in:
Aleksandr Tcitlionok
2024-12-11 12:14:25 +00:00
parent 11641e5e10
commit 24e09330ea
11 changed files with 531 additions and 2 deletions

View File

@@ -1,3 +1,31 @@
# metalcheck-ui
# metalcheck-cli
Text-based UI for Metal Check
CLI tool for managing and visualizing Metal Check data"
# Installation
```shell
pip install -e .
```
## Uninstallation
```shell
pip uninstall metalcheck-cli
```
# Usage
```plaintext
Usage: metalcheck [OPTIONS] COMMAND [ARGS]...
Options:
--help Show help message
Commands:
export Export Metal Check data in the specified format (yaml or json).
k8s Commands for managing Kubernetes Nodes.
metal Commands for managing Metal Nodes.
visual Displays the visual dashboard with Metal Nodes, Virtual...
vm Commands for managing Virtual Machines.
```