From f23d4812bf88cd53c58e06be0c94dd73492349b7 Mon Sep 17 00:00:00 2001 From: Zac Jones Date: Fri, 30 Aug 2024 14:17:42 -0500 Subject: [PATCH] Better details on implications of zapier pull --- docs/_manage/versions/versions.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/_manage/versions/versions.md b/docs/_manage/versions/versions.md index b3c3fa62..3333ccc4 100644 --- a/docs/_manage/versions/versions.md +++ b/docs/_manage/versions/versions.md @@ -42,9 +42,14 @@ Integrations created with the Platform CLI cannot be edited in the Platform UI, ### What do I do if I am blocked from pushing new versions? -Zapier may fix bugs or add new features to your integration and release a new version. You can run `zapier pull` to update your local files with the latest version. +Zapier may fix bugs or add new features to your integration and release a new version. -Any destructive file changes will prompt you with a confirmation dialog before continuing. +In the event that Zapier has made changes to your integration, you will be unable to do the following until you update your local files by running `zapier pull`: +- push to the promoted version +- promote a new version +- migrate from one version to another version + +Run `zapier pull` to update your local files with the latest version and remove these restrictions. Any destructive file changes will prompt you with a confirmation dialog before continuing. ## Who can view your versions?