https://github.com/techsquidtv/uhs-cli
Easily configure and manage UltimateHomeServer with the uhs cli
https://github.com/techsquidtv/uhs-cli
Last synced: 11 months ago
JSON representation
Easily configure and manage UltimateHomeServer with the uhs cli
- Host: GitHub
- URL: https://github.com/techsquidtv/uhs-cli
- Owner: TechSquidTV
- License: mit
- Created: 2023-05-20T01:31:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T23:01:48.000Z (over 2 years ago)
- Last Synced: 2024-10-21T05:16:25.825Z (over 1 year ago)
- Language: Go
- Size: 393 KB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
UltimateHomeServer CLI
An interactive CLI to assist in configuring services for the UHS stack.
**Beta:** This CLI is currently in active development and is subject to change.
# Getting Started
## Installation
### Binary
Utilize the install script to download the latest release for your platform.
```bash
wget https://raw.githubusercontent.com/TechSquidTV/uhs-cli/main/install.sh
```
```bash
chmod +x install.sh
```
```bash
./install.sh
```
### Go
```bash
go install github.com/techsquidtv/uhs-cli@latest
```
## Usage
```bash
Usage:
uhs [command]
Available Commands:
configure Configure your UHS instance
default Get the default configuration for UHS
help Help about any command
Flags:
-h, --help help for uhs-cli
-t, --toggle Help message for toggle
```
Generate configurations for individual services:
```bash
uhs-cli configure -o values.yaml
```
Generate a default configuration for all services:
```bash
uhs-cli default -o values.yaml
```