python_wiki:spacewalk_describe

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

python_wiki:spacewalk_describe [2019/03/04 23:16]
billdozor [The Code]
python_wiki:spacewalk_describe [2019/05/25 23:50]
Line 1: Line 1:
-====== 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 
-<code bash> 
-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. 
-</code> 
- 
----- 
- 
-====== The Code ====== 
- 
-The script is maintained here: https://gitlab.com/whowe/spacewalk 
- 
----- 
  
  • python_wiki/spacewalk_describe.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)