add(app): create python application
This commit is contained in:
32
README.md
32
README.md
@@ -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.
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user