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
65
65
app : # # Run Snowflake Native App
66
66
@echo " Running app..."
67
67
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 " "
69
72
70
73
deploy : # # Deploy the entire stack
71
74
@echo " Deploying the entire stack..."
Original file line number Diff line number Diff line change @@ -110,7 +110,8 @@ make app
110
110
The output will be similar to the following:
111
111
112
112
``` 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}/
114
115
```
115
116
116
117
The dashboard provides:
You can’t perform that action at this time.
0 commit comments