Merge pull request #300 from Konrni/main
no-color option, removed / marked as deprecated ind readme, fixed typo
This commit is contained in:
commit
01bf0f8a3b
@ -32,7 +32,7 @@ It also offers a few handy shortcuts for commonly required chores, like: Enablin
|
||||
| --helm-enable | --helm-enable | None | Enables Helm command access on SCALE |
|
||||
| --kubeapi-enable | --kubeapi-enable | None | Enables external access to Kuberntes API port |
|
||||
| --apt-enable | --apt-enable | None | Enables Apt command access on SCALE |
|
||||
| --no-color | --no-color | None | Disables showing colors in terminal output, usefull for SCALE Email output |
|
||||
| --no-color | --no-color | None | (deprecated) Disables showing colors in terminal output, usefull for SCALE Email output |
|
||||
| -U | -U | None | Update applications, ignoring major version changes |
|
||||
| -u | -u | None | Update applications, do NOT update if there was a major version change |
|
||||
| -b | -b 14 | Integer | Backup `ix-applications` dataset<br>_Creates backups up to the number you've chosen_ |
|
||||
|
@ -77,7 +77,7 @@ else
|
||||
kubeapiEnable="true"
|
||||
;;
|
||||
no-color)
|
||||
echo "Colors are removed, so the no-color option is depricated. Please stop using this"
|
||||
echo "Colors are removed, so the no-color option is deprecated. Please stop using this"
|
||||
;;
|
||||
*)
|
||||
echo -e "Invalid Option \"--$OPTARG\"\n" && help
|
||||
|
Loading…
Reference in New Issue
Block a user