New CLI and Dev Center tools to simplify app deployments
We’ve recently introduced a set of features to streamline app deployment, improving speed, control, and seamless CI/CD integration.
🚀 Promote app versions to live via CLI
With just a single CLI command, you can promote your app’s draft version to live. Easily automate your version promotion flow within your existing CI/CD pipelines.
👉 Get started with the new CLI command here
💻 Deploy client-side code to monday.com
Use the CLI to deploy client-side code to monday.com. Ideal for automating and integrating client-side deployments into your CI/CD pipeline.
👉 Learn more about the new CLI flag here
🛠️ Redesigned feature deployment UI in the Developer Center
The Developer Center now clearly shows where your app feature code is deployed and which URL the monday platform should use to access it:
- Client-side code hosted on monday.com
- Server-side code hosted on monday.com
- Code hosted externally\
👉 See the new experience in our deployment guide
🌐 New SDK context field: mondayCodeHostingUrl
mondayCodeHostingUrl
Apps hosted on monday code can now access their hosting URL directly from the SDK via the mondayCodeHostingUrl
field in the context object..
👉 View a sample context object here