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
<li><p>The integration auth used is not shared.</p>
800
800
</li>
801
-
</ul><p>Alternatively, you can pass the <code>--account</code> flag, (i.e. <code>zapier migrate 1.0.0 1.0.1 --account=account@example.com</code>). This will migrate all users' Zaps, Private & Shared, within all accounts for which the specified user is a member.</p><p><strong>The <code>--account</code> flag should be used cautiously as it can break shared Zaps for other users in Team or Company accounts.</strong></p><p>You cannot pass both <code>PERCENT</code> and <code>--user</code> or <code>--account</code>.</p><p>You cannot pass both <code>--user</code> and <code>--account</code>.</p><p><strong>Arguments</strong></p><ul>
801
+
</ul><p>Alternatively, you can pass the <code>--account</code> flag, (i.e. <code>zapier migrate 1.0.0 1.0.1 --account=account@example.com</code>). This will migrate all users' Zaps, Private & Shared, within all accounts for which the specified user is a member.</p><p><strong>The <code>--account</code> flag should be used cautiously as it can break shared Zaps for other users in Team or Company accounts.</strong></p><p>You cannot pass both <code>PERCENT</code> and <code>--user</code> or <code>--account</code>.</p><p>You cannot pass both <code>--user</code> and <code>--account</code>.</p><p>When you , you can also pass the <code>--include-all-compatible-versions</code> flag to migrate all older compatible versions of the integration. For example, if you have versions 1.0.0, 1.1.0 and 1.2.0 which you would like to migrate to version 2.0.0, you can run the migrate command with <code>fromVersion</code> set to 1.2.0 and use the <code>--include-all-compatible-versions</code> flag.</p><p><strong>The <code>--include-all-compatible-versions</code> flag should be used cautiously as it is a bulk operation that will possibly affect more than just one version. It also only supports forward migrations; rolling back to a previous version would require individual migrations.</strong></p><p><strong>Arguments</strong></p><ul>
802
802
<li>(required) <code>fromVersion</code> | The version FROM which to migrate users.</li>
803
803
<li>(required) <code>toVersion</code> | The version TO which to migrate users.</li>
804
804
<li><code>percent</code> | Percentage (between 1 and 100) of users to migrate.</li>
805
805
</ul><p><strong>Flags</strong></p><ul>
806
806
<li><code>--user</code> | Migrates all of a users' Private Zaps within all accounts for which the specified user is a member</li>
807
807
<li><code>--account</code> | Migrates all of a users' Zaps, Private & Shared, within all accounts for which the specified user is a member</li>
808
+
<li><code>--includeAllCompatibleVersions</code> | Schedules the migration of other compatible versions besides the 'fromVersion', if any are available. Compatible versions are those that are older than the 'fromVersion' but still share the same major version number as the 'fromVersion'.</li>
808
809
<li><code>-d, --debug</code> | Show extra debugging output.</li>
Copy file name to clipboardExpand all lines: docs/cli.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -368,6 +368,10 @@ You cannot pass both `PERCENT` and `--user` or `--account`.
368
368
369
369
You cannot pass both `--user` and `--account`.
370
370
371
+
When you , you can also pass the `--include-all-compatible-versions` flag to migrate all older compatible versions of the integration. For example, if you have versions 1.0.0, 1.1.0 and 1.2.0 which you would like to migrate to version 2.0.0, you can run the migrate command with `fromVersion` set to 1.2.0 and use the `--include-all-compatible-versions` flag.
372
+
373
+
**The `--include-all-compatible-versions` flag should be used cautiously as it is a bulk operation that will possibly affect more than just one version. It also only supports forward migrations; rolling back to a previous version would require individual migrations.**
374
+
371
375
**Arguments**
372
376
* (required) `fromVersion` | The version FROM which to migrate users.
373
377
* (required) `toVersion` | The version TO which to migrate users.
@@ -376,13 +380,15 @@ You cannot pass both `--user` and `--account`.
376
380
**Flags**
377
381
*`--user` | Migrates all of a users' Private Zaps within all accounts for which the specified user is a member
378
382
*`--account` | Migrates all of a users' Zaps, Private & Shared, within all accounts for which the specified user is a member
383
+
*`--includeAllCompatibleVersions` | Schedules the migration of other compatible versions besides the 'fromVersion', if any are available. Compatible versions are those that are older than the 'fromVersion' but still share the same major version number as the 'fromVersion'.
<li><p>The integration auth used is not shared.</p>
800
800
</li>
801
-
</ul><p>Alternatively, you can pass the <code>--account</code> flag, (i.e. <code>zapier migrate 1.0.0 1.0.1 --account=account@example.com</code>). This will migrate all users' Zaps, Private & Shared, within all accounts for which the specified user is a member.</p><p><strong>The <code>--account</code> flag should be used cautiously as it can break shared Zaps for other users in Team or Company accounts.</strong></p><p>You cannot pass both <code>PERCENT</code> and <code>--user</code> or <code>--account</code>.</p><p>You cannot pass both <code>--user</code> and <code>--account</code>.</p><p><strong>Arguments</strong></p><ul>
801
+
</ul><p>Alternatively, you can pass the <code>--account</code> flag, (i.e. <code>zapier migrate 1.0.0 1.0.1 --account=account@example.com</code>). This will migrate all users' Zaps, Private & Shared, within all accounts for which the specified user is a member.</p><p><strong>The <code>--account</code> flag should be used cautiously as it can break shared Zaps for other users in Team or Company accounts.</strong></p><p>You cannot pass both <code>PERCENT</code> and <code>--user</code> or <code>--account</code>.</p><p>You cannot pass both <code>--user</code> and <code>--account</code>.</p><p>When you , you can also pass the <code>--include-all-compatible-versions</code> flag to migrate all older compatible versions of the integration. For example, if you have versions 1.0.0, 1.1.0 and 1.2.0 which you would like to migrate to version 2.0.0, you can run the migrate command with <code>fromVersion</code> set to 1.2.0 and use the <code>--include-all-compatible-versions</code> flag.</p><p><strong>The <code>--include-all-compatible-versions</code> flag should be used cautiously as it is a bulk operation that will possibly affect more than just one version. It also only supports forward migrations; rolling back to a previous version would require individual migrations.</strong></p><p><strong>Arguments</strong></p><ul>
802
802
<li>(required) <code>fromVersion</code> | The version FROM which to migrate users.</li>
803
803
<li>(required) <code>toVersion</code> | The version TO which to migrate users.</li>
804
804
<li><code>percent</code> | Percentage (between 1 and 100) of users to migrate.</li>
805
805
</ul><p><strong>Flags</strong></p><ul>
806
806
<li><code>--user</code> | Migrates all of a users' Private Zaps within all accounts for which the specified user is a member</li>
807
807
<li><code>--account</code> | Migrates all of a users' Zaps, Private & Shared, within all accounts for which the specified user is a member</li>
808
+
<li><code>--includeAllCompatibleVersions</code> | Schedules the migration of other compatible versions besides the 'fromVersion', if any are available. Compatible versions are those that are older than the 'fromVersion' but still share the same major version number as the 'fromVersion'.</li>
808
809
<li><code>-d, --debug</code> | Show extra debugging output.</li>
Copy file name to clipboardExpand all lines: packages/cli/docs/cli.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -368,6 +368,10 @@ You cannot pass both `PERCENT` and `--user` or `--account`.
368
368
369
369
You cannot pass both `--user` and `--account`.
370
370
371
+
When you , you can also pass the `--include-all-compatible-versions` flag to migrate all older compatible versions of the integration. For example, if you have versions 1.0.0, 1.1.0 and 1.2.0 which you would like to migrate to version 2.0.0, you can run the migrate command with `fromVersion` set to 1.2.0 and use the `--include-all-compatible-versions` flag.
372
+
373
+
**The `--include-all-compatible-versions` flag should be used cautiously as it is a bulk operation that will possibly affect more than just one version. It also only supports forward migrations; rolling back to a previous version would require individual migrations.**
374
+
371
375
**Arguments**
372
376
* (required) `fromVersion` | The version FROM which to migrate users.
373
377
* (required) `toVersion` | The version TO which to migrate users.
@@ -376,13 +380,15 @@ You cannot pass both `--user` and `--account`.
376
380
**Flags**
377
381
*`--user` | Migrates all of a users' Private Zaps within all accounts for which the specified user is a member
378
382
*`--account` | Migrates all of a users' Zaps, Private & Shared, within all accounts for which the specified user is a member
383
+
*`--includeAllCompatibleVersions` | Schedules the migration of other compatible versions besides the 'fromVersion', if any are available. Compatible versions are those that are older than the 'fromVersion' but still share the same major version number as the 'fromVersion'.
"Migrates all of a users' Zaps, Private & Shared, within all accounts for which the specified user is a member",
108
136
}),
137
+
includeAllCompatibleVersions: flags.string({
138
+
description:
139
+
"Schedules the migration of other compatible versions besides the 'fromVersion', if any are available. Compatible versions are those that are older than the 'fromVersion' but still share the same major version number as the 'fromVersion'.",
MigrateCommand.description=`Migrate a percentage of users or a single user from one version of your integration to another.
139
172
@@ -159,6 +192,11 @@ Alternatively, you can pass the \`--account\` flag, (i.e. \`zapier migrate 1.0.0
159
192
160
193
You cannot pass both \`PERCENT\` and \`--user\` or \`--account\`.
161
194
162
-
You cannot pass both \`--user\` and \`--account\`.`;
195
+
You cannot pass both \`--user\` and \`--account\`.
196
+
197
+
When you , you can also pass the \`--include-all-compatible-versions\` flag to migrate all older compatible versions of the integration. For example, if you have versions 1.0.0, 1.1.0 and 1.2.0 which you would like to migrate to version 2.0.0, you can run the migrate command with \`fromVersion\` set to 1.2.0 and use the \`--include-all-compatible-versions\` flag.
198
+
199
+
**The \`--include-all-compatible-versions\` flag should be used cautiously as it is a bulk operation that will possibly affect more than just one version. It also only supports forward migrations; rolling back to a previous version would require individual migrations.**
0 commit comments