Skip to content

Commit 191b6c6

Browse files
authored
Update snow run command output (#9)
1 parent 1aa0836 commit 191b6c6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ dbt: ## Run dbt models
6565
app: ## 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

7073
deploy: ## Deploy the entire stack
7174
@echo "Deploying the entire stack..."

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ make app
110110
The 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

116117
The dashboard provides:

0 commit comments

Comments
 (0)