You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@echo 'echo -e "\033[1;38;5;46m\n🔥 \033[1;38;5;196mNext Steps:\033[0;38;5;46m Use \033[3mmetaflow-dev shell\033[23m to switch to the development\n environment'\''s shell and start executing your Metaflow flows.\033[0m"'>>"$(DEVTOOLS_DIR)/start.sh"
177
-
@echo 'echo -e "\n🚀 Starting Tilt with selected services..."'>>$(DEVTOOLS_DIR)/start.sh
182
+
@echo 'echo -e "🚀 Starting Tilt with selected services..."'>>$(DEVTOOLS_DIR)/start.sh
183
+
@echo 'echo -e "\033[1;38;5;46m\n🔥 \033[1;38;5;196mNext Steps:\033[0;38;5;46m Use \033[3mmetaflow-dev shell\033[23m to switch to the development\n environment'\''s shell and start executing your Metaflow flows.\n\033[0m"'>>"$(DEVTOOLS_DIR)/start.sh"
178
184
@echo 'PATH="$(MINIKUBE_DIR):$(TILT_DIR):$$PATH" SERVICES="$$SERVICES" tilt up -f $(TILTFILE)'>>$(DEVTOOLS_DIR)/start.sh
179
185
@echo 'wait'>>$(DEVTOOLS_DIR)/start.sh
180
186
@chmod +x $(DEVTOOLS_DIR)/start.sh
@@ -198,11 +204,24 @@ shell: setup-tilt
198
204
@echo "⏳ Checking if development environment is up..."
199
205
@if !$(TILT) get session > /dev/null 2>&1;then\
200
206
echo"❌ Development environment is not up.";\
201
-
echo" Please run 'make up' in another terminal, then re-run 'make shell'.";\
207
+
echo" Please run 'metaflow-dev up' in another terminal, then re-run 'metaflow-dev shell'.";\
202
208
exit 1;\
203
209
fi
204
210
@echo "⏳ Waiting for development environment to be ready..."
0 commit comments