Skip to content

Easily configure and manage UltimateHomeServer with the uhs cli

License

Notifications You must be signed in to change notification settings

TechSquidTV/uhs-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

wget https://raw.githubusercontent.com/TechSquidTV/uhs-cli/main/install.sh
chmod +x install.sh
./install.sh

Go

go install github.com/techsquidtv/uhs-cli@latest

Usage

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:

uhs-cli configure <service> -o values.yaml

Generate a default configuration for all services:

uhs-cli default -o values.yaml