Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/sofyan48/prox-cli

Proxmox Orchestration
https://github.com/sofyan48/prox-cli

orchestration proxmox python python3 virtual-machine

Last synced: about 1 month ago
JSON representation

Proxmox Orchestration

Lists

README

        

# PROX CLI Orchestration for proxmox

## Setup Env
Setup virtual environment

``` bash
virtualenv -p python3 env
```

Activate virtualenv
``` bash
source ./env/bin/activate
```

## Installing
In development mode
```
pip install -e .
```

Testing mode
```
pip install .
```

## HELP COMMAND
If you see command list
```
prox -h
```
If you see attribut command
```
prox -h
```

## MIN USAGE
```
prox login
```
Input username, password and host (not in https:// or http://) example:
```
username: username
password: password
host: 10.10.10.10 or host: prox.com
```
default port is 8006 if your setup port (coming soon)

### See Node Cluster
```
prox ls cluster
```
### See VM
default node : pve
```
prox ls vm
```
if your choose node

```
prox ls vm -N node
```