diff --git a/RELEASES.MD b/RELEASES.MD index 3d06ed0..352e002 100644 --- a/RELEASES.MD +++ b/RELEASES.MD @@ -108,7 +108,7 @@ chmod 755 src/main/dist/astra-init.sh zip astra-cli-0.4.zip * zip astra-cli-0.4-linux.zip * zip astra-cli-0.4-mac.zip * -tar -czf astra-cli-0.4-brew.tar.gz * +tar -czf astra-cli-0.4-homebrew.tar.gz * brew create https://github.com/datastax/astra-cli/releases/download/0.4/astra-cli-0.4-homebrew.tar.gz ``` diff --git a/src/main/dist/astra-init.sh b/src/main/dist/astra-init.sh index f67891b..ebd6d87 100755 --- a/src/main/dist/astra-init.sh +++ b/src/main/dist/astra-init.sh @@ -4,7 +4,6 @@ autoload -U +X compinit > /dev/null 2>&1 && compinit autoload -U +X bashcompinit > /dev/null 2>&1 && bashcompinit - # Generated by airline BashCompletionGenerator containsElement () { @@ -2354,7 +2353,7 @@ function _complete_astra_group_db_command_createcdc() { echo ${COMPREPLY[@]} return 0 ;; - -p, --partition) + -p| --partition) COMPREPLY=( $(compgen -W "${ARG_VALUES} ${ARG_GENERATED_VALUES}" -- ${CURR_WORD}) ) echo ${COMPREPLY[@]} return 0 diff --git a/src/main/dist/astra-install.sh b/src/main/dist/astra-install.sh index 09f8ab4..67cc189 100755 --- a/src/main/dist/astra-install.sh +++ b/src/main/dist/astra-install.sh @@ -27,8 +27,7 @@ echo " \/ \/ \/ " echo " " # Global variables -#ASTRA_CLI_VERSION="0.2.1" -ASTRA_CLI_VERSION="0.3" +ASTRA_CLI_VERSION="0.4" echo "Installing Astra Cli$(tput setaf 6) $ASTRA_CLI_VERSION $(tput setaf 7) please wait... "