Skip to content

goodylabs/awxhelper

Repository files navigation

Installation

# Prerequisites
APP="awxhelper"
rc_file="${HOME}/.$(basename "$SHELL")rc"

line="export PATH=\"\$HOME/.${APP}/bin:\$PATH\""
echo $line >> $rc_file

source $rc_file

# Download and install binary
curl -s "https://raw.githubusercontent.com/goodylabs/${APP}/refs/heads/main/scripts/download_scripts.sh" | bash -s

Configuration

awxhelper configure

Available Commands

configure     Configure your AWX connection
downloaddb    Download database dump
forceupdate   Force check for new updates and install if available

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published