horizon-cloud-service-cli
Overview
Command line toolbox for VMware Horizon Cloud Service (HCS) Next-Gen. It provides human-friendly operations based on HCS REST API.
Try it out
Prerequisites
Refer to Setup Prerequisites for more details.
Installation
Mac & Linux
Install the tool
brew install python3
pip3 install hcs-cli
Windows
Install the tool.
pip install hcs-cli
If you have python installed with option "Add python to path", it should be fine. Otherwise, you need to add python and it's Script directory to path.
Use the CLI
Use with default public HCS service.
hcs login
Run a command, for example, list templates:
hcs admin template list
Documentation
Contributing
The horizon-cloud-service-cli project team welcomes contributions from the community. Before you start working with horizon-cloud-service-cli, please read and sign our Contributor License Agreement CLA. If you wish to contribute code and you have not signed our CLA, our bot will prompt you to do so when you open a Pull Request. For any questions about the CLA process, please refer to our FAQ.
License
Apache 2.0