Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quonic/ProxmoxCLI
A Proxmox PowerShell module for accessing your Proxmox APIs
https://github.com/quonic/ProxmoxCLI
powershell powershell-module proxmox proxmox-apis
Last synced: 5 days ago
JSON representation
A Proxmox PowerShell module for accessing your Proxmox APIs
- Host: GitHub
- URL: https://github.com/quonic/ProxmoxCLI
- Owner: quonic
- License: mit
- Created: 2017-08-08T22:25:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T13:51:34.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T17:35:27.531Z (3 months ago)
- Topics: powershell, powershell-module, proxmox, proxmox-apis
- Language: PowerShell
- Size: 332 KB
- Stars: 43
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ProxmoxCLI
A Proxmox module for accessing your Proxmox APIs similar in functionality to PowerCLI for VMWare
## Current Stage
* Developing and Testing
* NOT Production Ready, yet.
* Work on a way to dynamicly generating cmdlets from [apidata.js](https://raw.githubusercontent.com/proxmox/pve-docs/master/api-viewer/apidata.js)[![Build status](https://ci.appveyor.com/api/projects/status/pxsta8uglrc9kql8?svg=true)](https://ci.appveyor.com/project/quonic/proxmoxcli)
## GitPitch PitchMe presentation
* [gitpitch.com/quonic/ProxmoxCLI](https://gitpitch.com/quonic/ProxmoxCLI)
## Contributing
See [CONTRIBUTING.md](/CONTRIBUTING.md).
### Building
* Clone this repository.
* `.\build.ps1`
* `Import-Module .\output\ProxmoxCLI\`### Using ProxmoxCLI
* Connect to a Proxmox sever with `Connect-PveServer -Server "Proxmox1"`, use `-BypassSSLCheck` if your computer doesn't trust the SSL cert from the Proxmox server.
* Run `Get-Node | Get-Guest` and you should see a list of your guests.## More Information
For more information
* [github.com/quonic/ProxmoxCLI](https://github.com/quonic/ProxmoxCLI)
This project was generated using [Kevin Marquette](http://kevinmarquette.github.io)'s [Full Module Plaster Template](https://github.com/KevinMarquette/PlasterTemplates/tree/master/FullModuleTemplate).