Categorygithub.com/techsquidtv/uhs-cli
modulepackage
0.0.5
Repository: https://github.com/techsquidtv/uhs-cli.git
Documentation: pkg.go.dev

# 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.

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

# Packages

Copyright © 2023 NAME HERE <EMAIL ADDRESS> */.
No description provided by the author