This message was deleted.
# general
s
This message was deleted.
l
Actually maybe I can use
prompt_callback
to achieve this..
This is very basic and sensitive to all sorts of naming issues, but it's a place to start, if you use git-bash-prompt:
function prompt_callback {  cat ~/.pulumi/workspaces/${PWD##*/}* 2> /dev/null | python3 -c "import sys, json; print(' {' + json.load(sys.stdin)['stack'] + '}')"; }