/archsugar-cli

Golang CLI /w cobra for archsugar project

Primary LanguageGoMIT LicenseMIT

Archsugar-CLI Pipeline Go Report Card

Description

This project helps you bootstrap, provision and fully maintain an high-end modular archlinux system. It helps you maintain your Workstation as Code.

It is highly customizable and relies on Ansible playbooks to manage your localhost.

This project is the CLI wrapper which uses Cobra and by default my ansible dotfiles.

This software only supports ArchLinux

Getting Started

Here is an example workflow:

# Initialize ansible dotfiles in ~/.archsugar
$ archsugar init

# Enable, list and run all scenarios
$ archsugar enable --all
$ archsugar list
$ archsugar run

Documentation