Re-word new app language to emphasise config editing
See coop-cloud/abra#111 (comment).
This commit is contained in:
parent
ece5385a38
commit
4251c32b30
6
abra
6
abra
@ -915,10 +915,10 @@ sub_app_new (){
|
|||||||
auto_gen_secrets
|
auto_gen_secrets
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "$(tput setaf 4)Your new '$TYPE' is ready for action:$(tput sgr0)"
|
echo "$(tput setaf 4)Your new '$TYPE' has been created!$(tput sgr0)"
|
||||||
echo " $(tput setaf 3)Customise the configuration:"
|
echo " $(tput setaf 3)Please customise the configuration defaults:"
|
||||||
echo " abra app $APP_NAME config$(tput sgr0)"
|
echo " abra app $APP_NAME config$(tput sgr0)"
|
||||||
echo " $(tput setaf 2)Deploy it:"
|
echo " $(tput setaf 2)Then you can deploy it:"
|
||||||
echo " abra app $APP_NAME deploy$(tput sgr0)"
|
echo " abra app $APP_NAME deploy$(tput sgr0)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user