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

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

Awesome Lists containing this project

README

          


Banner




GitHub Sponsors


GitHub Workflow Status


Discord


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
```