formatting
This commit is contained in:
parent
cdd3fb8c6a
commit
ea90a42c74
@ -102,7 +102,7 @@ do
|
|||||||
fi
|
fi
|
||||||
exit;;
|
exit;;
|
||||||
s)
|
s)
|
||||||
echo -e "Syncing all catalogs, please wait.." && cli -c 'app catalog sync_all' &> /dev/null && echo -e "Catalog sync complete"
|
echo -e "\nSyncing all catalogs, please wait.." && cli -c 'app catalog sync_all' &> /dev/null && echo -e "Catalog sync complete"
|
||||||
;;
|
;;
|
||||||
U)
|
U)
|
||||||
mapfile -t array < <(cli -m csv -c 'app chart_release query name,update_available,human_version,human_latest_version,container_images_update_available,status' | grep ",true")
|
mapfile -t array < <(cli -m csv -c 'app chart_release query name,update_available,human_version,human_latest_version,container_images_update_available,status' | grep ",true")
|
||||||
|
Loading…
Reference in New Issue
Block a user