Make things pretty

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2022-03-11 18:38:32 +00:00
parent b9647b569d
commit 381adefe87
18 changed files with 161 additions and 63 deletions

View File

@@ -1,17 +1,20 @@
#!/usr/bin/env bash
source .utils
DEBUG=""
print_usage() {
echo "gs-login - login to Giant Swarm managed clusters"
orange "gs-login - login to Giant Swarm managed clusters"
echo " "
underline "Usage:"
echo "gs-login [INSTALLATION] [WORKLOAD CLUSTER] [ORGANISATION]"
echo " "
echo "Examples:"
underline "Examples:"
echo "> gs-login gauss"
echo "> gs-login gauss mywc1"
echo " "
echo "Options:"
underline "Options:"
echo "-h, --help show this help text"
}