diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 60f97196..9ece4dcf 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1047,28 +1047,31 @@ GUI(){ echo -e "Commands followed by '-h' will show addtional info. {work-in-progress}" echo echo -e "Usage: ${idsCL[LightCyan]}[nodemgmt or nmg] ${idsCL[Yellow]}{COMMAND} ${idsCL[LightYellow]}{FLAGS}${idsCL[Default]} {\n" - echo -e " ${idsCL[Yellow]}backup${idsCL[Default]} - Run backup of node items" - echo -e " ${idsCL[Yellow]}certrenew${idsCL[Default]} - Renew all SSL Certificates" - echo -e " ${idsCL[Yellow]}certs${idsCL[Default]} - View/Edit SSL Certificates" - echo -e " ${idsCL[Yellow]}checkcerts${idsCL[Default]} - Check SSL Expirations" - echo -e " ${idsCL[Yellow]}delsite${idsCL[Default]} - Delete entire site" - echo -e " ${idsCL[Yellow]}delsites${idsCL[Default]} - (UI) Delete entire site" + + echo -e " ${idsCL[Yellow]}sites${idsCL[Default]} - Manage NGINX Sites" + echo -e " ${idsCL[Yellow]}newsite${idsCL[Default]} - Create a New Site" + echo -e " ${idsCL[Yellow]}delsite${idsCL[Default]} - Delete a Site" + echo + echo -e " ${idsCL[Yellow]}certs${idsCL[Default]} - Manage SSL Certificates" + echo -e " ${idsCL[Yellow]}newcert${idsCL[Default]} - Generate New SSL Certificate" echo -e " ${idsCL[Yellow]}delssl${idsCL[Default]} - Delete SSL Certificate" - echo -e " ${idsCL[Yellow]}downlist or dl${idsCL[Default]} - Displays all down services and/or hosts" - echo -e " ${idsCL[Yellow]}gui${idsCL[Default]} - Nodemgmt UI interface" - echo -e " ${idsCL[Yellow]}haproxy-config${idsCL[Default]} - Push out haproxy config" - echo -e " ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(,s)] - Generate new SSL Certificate" - echo -e " ${idsCL[Yellow]}newsite${idsCL[Default]} - Create a new site" + echo -e " ${idsCL[Yellow]}certrenew${idsCL[Default]} - Renew all SSL Certificates" + echo -e " ${idsCL[Yellow]}checkcerts${idsCL[Default]} - Check SSL Expirations" echo -e " ${idsCL[Yellow]}nightlyrenew${idsCL[Default]} - Renewal of SSL Certs, designed for cron tasks" + echo -e " ${idsCL[Yellow]}vc-ssl${idsCL[Default]} - Update vCenter SSL" + echo + echo -e " ${idsCL[Yellow]}service${idsCL[Default]} - Manage services on all nodes, or nodetypes" + echo -e " ${idsCL[Yellow]}downlist | dl${idsCL[Default]} - Displays all down services and/or hosts" echo -e " ${idsCL[Yellow]}run${idsCL[Default]} - Run a command on all Nodes" - echo -e " ${idsCL[Yellow]}service${idsCL[Default]} [service] [action] - Manage services on all nodes, or nodetypes" - echo -e " ${idsCL[Yellow]}set-permissions${idsCL[Default]} - Set specific permissions preset for app folders" - echo -e " ${idsCL[Yellow]}sites${idsCL[Default]} - View/Edit NGINX Sites" echo -e " ${idsCL[Yellow]}status${idsCL[Default]} - Check Status of systems" + echo + echo -e " ${idsCL[Yellow]}backup${idsCL[Default]} - Run backup of node items" + echo -e " ${idsCL[Yellow]}haproxy-config${idsCL[Default]} - Push out haproxy config" + echo -e " ${idsCL[Yellow]}set-permissions${idsCL[Default]} - Set specific permissions preset for app folders" + echo echo -e " ${idsCL[Yellow]}update${idsCL[Default]} - Update nodemgmt" echo -e " ${idsCL[Yellow]}update-nodes${idsCL[Default]} - Update nodemgmt on all nodes" echo -e " ${idsCL[Yellow]}update-dyndns${idsCL[Default]} - Update DYNDNS records" - echo -e " ${idsCL[Yellow]}vc-ssl${idsCL[Default]} - Update vCenter SSL" echo -e "\n}" echo echo