How can I link projects so that starting one trigg...
# 🤖|ask-kapa
r
@microscopic-river-74022 How can I link projects so that starting one trigger next?
m
Please stand by @rough-processor-41161 as I search the knowledge base. I normally take about 15 seconds or so. :wave:
---------------------- I apologize, but the knowledge sources provided do not contain enough information to directly answer your question about linking projects so that starting one triggers the next in Garden. The available documents don't specifically address project linking or triggering mechanisms between projects. However, I can provide some related information that might be helpful: Garden uses a concept called "actions" in its stack graph, where dependencies can be specified between different components. According to the [Using Garden documentation](), "anything can depend on anything" in this system. Dependencies are specified as
<kind>.<name>
, such as
build.my-image
or
deploy.my-deploy
. While this doesn't directly address linking entire projects, it suggests that Garden has a flexible dependency system that might be useful for creating relationships between different parts of your setup. For more specific information on linking projects or triggering mechanisms, you may need to consult additional Garden documentation or reach out to Garden support for guidance. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
message has been deleted