From 25f5d6b5ae680ba1a746659910ee1cccbd790242 Mon Sep 17 00:00:00 2001 From: Sadeeed Date: Sun, 13 Oct 2024 17:49:10 +0500 Subject: [PATCH] zapier-convert: add page --- pages/common/zapier-convert.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/zapier-convert.md diff --git a/pages/common/zapier-convert.md b/pages/common/zapier-convert.md new file mode 100644 index 00000000000000..4b87bc94f9a17d --- /dev/null +++ b/pages/common/zapier-convert.md @@ -0,0 +1,16 @@ +# zapier convert + +> Convert a Visual Builder integration to a CLI integration. +> More information: . + +- Convert a visual builder integration: + +`zapier convert {{integration_id}} {{path/to/directory}}` + +- Convert a visual builder integration with a specific version: + +`zapier convert {{integration_id}} {{path/to/directory}} {{-v|--version}}={{version}}` + +- Show extra debugging output: + +`zapier convert --debug`