====== Spacewalk Describe ====== **General Information** View/Edit descriptions for Spacewalk registered systems. **Checklist** * Spacewalk server setup * Spacewalk user account * API Reference: https://fedorahosted.org/spacewalk/wiki/ApiDocs ---- ====== Usage ====== sw_describe.py -h usage: sw_describe.py [-h] [-l] [-e] [-d DESCRIBE] [-n NAME] [-g GROUP] [-t] View/Edit descriptions for Spacewalk registered systems. optional arguments: -h, --help show this help message and exit -l, --list List description(s) of single system or a group. -e, --edit Edit description of a system (single systems only: --name). -d DESCRIBE, --describe DESCRIBE Set new description of system (use with --edit). -n NAME, --name NAME Single system name (use with --list or --edit) -g GROUP, --group GROUP Spacewalk group or 'all' (use with --list) -t, --test Do not make any changes. Run test and output what would have happened. ---- ====== The Code ====== The script is maintained here: https://gitlab.com/whowe/spacewalk ----