Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
update pod function help page
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavybullets8 committed Aug 17, 2023
1 parent 2f0cf99 commit 3dafaf0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions functions/pod/help.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@
pod_help() {
echo -e "${bold}Pod Handler${reset}"
echo -e "${bold}-----------${reset}"
echo -e "${blue}heavyscript pod [Option]${reset}"
echo -e "${blue}heavyscript pod [Option] [APPNAME]${reset}"
echo
echo -e "${bold}Description${reset}"
echo -e "${bold}-----------${reset}"
echo -e "Manage pod-related actions such as checking logs or opening a shell"
echo -e "Manage pod-related actions such as checking logs or opening a shell. Specify an APPNAME to directly interact or omit for a menu-driven experience."
echo
echo -e "${bold}Options${reset}"
echo -e "${bold}-------${reset}"
echo -e "${blue}-l${reset}, ${blue}--logs${reset}"
echo -e " Display container logs."
echo -e "${blue}-s${reset}, ${blue}--shell${reset}"
echo -e " Open a shell for the container."
echo -e "${blue}-l${reset}, ${blue}--logs${reset} [APPNAME]"
echo -e " Display container logs. If no APPNAME is provided, the user will be prompted to select one from the menu."
echo -e "${blue}-s${reset}, ${blue}--shell${reset} [APPNAME]"
echo -e " Open a shell for the container. If no APPNAME is provided, the user will be prompted to select one from the menu."
echo -e "${blue}-h${reset}, ${blue}--help${reset}"
echo -e " Display this help message."
echo
}

0 comments on commit 3dafaf0

Please sign in to comment.