File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,10 @@ dbt: ## Run dbt models
6565app : # # Run Snowflake Native App
6666 @echo " Running app..."
6767 cd app && snow app run -c localstack
68- @echo " App is now accessible at https://snowflake.localhost.localstack.cloud:4566/apps/test/test/FACTORY_APP_HARSHCASPER/"
68+ @echo " "
69+ @echo " [●] Deployed on LocalStack"
70+ @printf " └─ URL: \033[4;94mhttps://snowflake.localhost.localstack.cloud:4566/apps/test/test/FACTORY_APP_$$ (whoami | tr '[:lower:]' '[:upper:]')/\033[0m\n"
71+ @echo " "
6972
7073deploy : # # Deploy the entire stack
7174 @echo " Deploying the entire stack..."
Original file line number Diff line number Diff line change @@ -110,7 +110,8 @@ make app
110110The output will be similar to the following:
111111
112112``` bash
113- App is now accessible at https://snowflake.localhost.localstack.cloud:4566/apps/test/test/FACTORY_APP_HARSHCASPER/
113+ [●] Deployed on LocalStack
114+ └─ URL: https://snowflake.localhost.localstack.cloud:4566/apps/test/test/FACTORY_APP_{USER}/
114115```
115116
116117The dashboard provides:
You can’t perform that action at this time.
0 commit comments