Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: rebuild yarn.lock #96

Merged
merged 1 commit into from
Nov 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Rebuild yarn.lock
  • Loading branch information
eliangcs committed Nov 1, 2019

Verified

This commit was signed with the committer’s verified signature.
DeckerSU DeckerSU
commit 52d89c19a1d99874cca2562003185813619eb6da
8 changes: 4 additions & 4 deletions docs/cli.html
Original file line number Diff line number Diff line change
@@ -1015,13 +1015,13 @@ <h2 id="promote">promote</h2>
<blockquote>
<p>Promotes a specific version to public access.</p>
</blockquote><p><strong>Usage</strong>: <code>zapier promote VERSION</code></p><p>Promotes an app version into production (non-private) rotation, which means new users can use this app version.</p><ul>
<li><p>This does mark the version as the official public version - all other versions &amp; users are grandfathered.</p>
<li><p>This does mark the version as the official public version - all other versions &amp; users are grandfathered.</p>
</li>
<li><p>This does NOT build/upload or deploy a version to Zapier - you should <code>zapier push</code> first.</p>
<li><p>This does NOT build/upload or deploy a version to Zapier - you should <code>zapier push</code> first.</p>
</li>
<li><p>This does NOT move old users over to this version - <code>zapier migrate 1.0.0 1.0.1</code> does that.</p>
<li><p>This does NOT move old users over to this version - <code>zapier migrate 1.0.0 1.0.1</code> does that.</p>
</li>
<li><p>This does NOT recommend old users stop using this version - <code>zapier deprecate 1.0.0 2017-01-01</code> does that.</p>
<li><p>This does NOT recommend old users stop using this version - <code>zapier deprecate 1.0.0 2017-01-01</code> does that.</p>
</li>
</ul><p>Promotes are an inherently safe operation for all existing users of your app.</p><blockquote>
<p>If this is your first time promoting - this will start the platform quality assurance process by alerting the Zapier platform team of your intent to make your app public. We&apos;ll respond within a few business days.</p>
8 changes: 4 additions & 4 deletions docs/cli.md
Original file line number Diff line number Diff line change
@@ -614,13 +614,13 @@ Note: since a migration is only for non-breaking changes, users are not emailed

Promotes an app version into production (non-private) rotation, which means new users can use this app version.

* This does mark the version as the official public version - all other versions & users are grandfathered.
* This does mark the version as the official public version - all other versions & users are grandfathered.

* This does NOT build/upload or deploy a version to Zapier - you should `zapier push` first.
* This does NOT build/upload or deploy a version to Zapier - you should `zapier push` first.

* This does NOT move old users over to this version - `zapier migrate 1.0.0 1.0.1` does that.
* This does NOT move old users over to this version - `zapier migrate 1.0.0 1.0.1` does that.

* This does NOT recommend old users stop using this version - `zapier deprecate 1.0.0 2017-01-01` does that.
* This does NOT recommend old users stop using this version - `zapier deprecate 1.0.0 2017-01-01` does that.

Promotes are an inherently safe operation for all existing users of your app.

8 changes: 4 additions & 4 deletions packages/cli/docs/cli.html
Original file line number Diff line number Diff line change
@@ -1015,13 +1015,13 @@ <h2 id="promote">promote</h2>
<blockquote>
<p>Promotes a specific version to public access.</p>
</blockquote><p><strong>Usage</strong>: <code>zapier promote VERSION</code></p><p>Promotes an app version into production (non-private) rotation, which means new users can use this app version.</p><ul>
<li><p>This does mark the version as the official public version - all other versions &amp; users are grandfathered.</p>
<li><p>This does mark the version as the official public version - all other versions &amp; users are grandfathered.</p>
</li>
<li><p>This does NOT build/upload or deploy a version to Zapier - you should <code>zapier push</code> first.</p>
<li><p>This does NOT build/upload or deploy a version to Zapier - you should <code>zapier push</code> first.</p>
</li>
<li><p>This does NOT move old users over to this version - <code>zapier migrate 1.0.0 1.0.1</code> does that.</p>
<li><p>This does NOT move old users over to this version - <code>zapier migrate 1.0.0 1.0.1</code> does that.</p>
</li>
<li><p>This does NOT recommend old users stop using this version - <code>zapier deprecate 1.0.0 2017-01-01</code> does that.</p>
<li><p>This does NOT recommend old users stop using this version - <code>zapier deprecate 1.0.0 2017-01-01</code> does that.</p>
</li>
</ul><p>Promotes are an inherently safe operation for all existing users of your app.</p><blockquote>
<p>If this is your first time promoting - this will start the platform quality assurance process by alerting the Zapier platform team of your intent to make your app public. We&apos;ll respond within a few business days.</p>
8 changes: 4 additions & 4 deletions packages/cli/docs/cli.md
Original file line number Diff line number Diff line change
@@ -614,13 +614,13 @@ Note: since a migration is only for non-breaking changes, users are not emailed

Promotes an app version into production (non-private) rotation, which means new users can use this app version.

* This does mark the version as the official public version - all other versions & users are grandfathered.
* This does mark the version as the official public version - all other versions & users are grandfathered.

* This does NOT build/upload or deploy a version to Zapier - you should `zapier push` first.
* This does NOT build/upload or deploy a version to Zapier - you should `zapier push` first.

* This does NOT move old users over to this version - `zapier migrate 1.0.0 1.0.1` does that.
* This does NOT move old users over to this version - `zapier migrate 1.0.0 1.0.1` does that.

* This does NOT recommend old users stop using this version - `zapier deprecate 1.0.0 2017-01-01` does that.
* This does NOT recommend old users stop using this version - `zapier deprecate 1.0.0 2017-01-01` does that.

Promotes are an inherently safe operation for all existing users of your app.

Loading