Skip to content

Commit

Permalink
chore(docs): remove registry
Browse files Browse the repository at this point in the history
  • Loading branch information
olapinska committed Oct 8, 2018
1 parent 5dbad6c commit 1bf4bfb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 27 deletions.
19 changes: 1 addition & 18 deletions docs/cheatsheet/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ <h4>Initiate project</h4>

# init with given instance nam
s init -i <new_or_existing_instance></code></pre>
<h4>Login to/register Syncano account</h4>
<h4>Login to Syncano account</h4>
<pre><code class="lang-bash">npx s login</code></pre>
<h4>Logout (delete account keys from this computer)</h4>
<pre><code class="lang-bash">npx s logout</code></pre>
Expand Down Expand Up @@ -536,9 +536,6 @@ <h4>List Sockets</h4>
<h4>Socket details</h4>
<pre><code class="lang-bash">npx s list &lt;socket name&gt;</code></pre>

<h4>Adding socket from the Sockets Registry (last version)</h4>
<pre><code class="lang-bash">npx s add &lt;socket name&gt;</code></pre>

<h4>Remove Socket</h4>
<pre><code class="lang-bash">npx s remove &lt;socket name&gt;</code></pre>

Expand All @@ -559,20 +556,6 @@ <h4>Change single configuration option</h4>
<pre><code class="lang-bash">npx s config-set &lt;socket name&gt; &lt;option name&gt; &lt;value&gt;</code></pre>
</section>
<section data-tag="cli" class="c-column">
<h3>Registry</h3>

<h4>Search for Sockets</h4>
<pre><code class="lang-bash">npx s search &lt;keyword&gt;</code></pre>

<h4>Submit your Socket to the registry</h4>
<pre><code class="lang-bash">npx s submit &lt;socket name&gt;

# bump version of the Socket (e.g. major, minor, patch)
s submit &lt;socket name&gt; -b patch</code></pre>

<h4>Make you private Socket public</h4>
<pre><code class="lang-bash">npx s publish &lt;socket name&gt;</code></pre>

<h3>Hosting</h3>

<h4>Add new hosting</h4>
Expand Down
6 changes: 0 additions & 6 deletions docs/docs/cli-reference/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ npx syncano-cli
config-set <socket_name> <option_name> <value> Configure a config option of a given Socket
config-show <socket_name> Show config options of a Socket
Registry:
search [options] [keyword] Search for a specific Socket in the Sockets Registry
submit [options] <socket_name> Submit a Socket to Socket Registry
publish [options] <socket_name> Publish a Socket in a Socket Registry
Other:
hosting Manage your web assets and host them on Syncano
Expand Down
2 changes: 0 additions & 2 deletions docs/docs/common/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ Changelog:
* mainly CLI reference ([0c06600b](https://github.com/Syncano/syncano-node-cli/commit/0c06600b))
* some new docs ([974d8674](https://github.com/Syncano/syncano-node-cli/commit/974d8674))
* **install:** recursive finding dependencies ([0d4fe3fb](https://github.com/Syncano/syncano-node-cli/commit/0d4fe3fb))
* **registry:** publish, config ([6ea69ea5](https://github.com/Syncano/syncano-node-cli/commit/6ea69ea5))
* **registry install:** new way of installing sockets from registry ([9cb0a801](https://github.com/Syncano/syncano-node-cli/commit/9cb0a801))
* **sentry:** refactoring of sentry reporting ([aed053dd](https://github.com/Syncano/syncano-node-cli/commit/aed053dd))
* **settings:** new yaml parser ([ab9cda74](https://github.com/Syncano/syncano-node-cli/commit/ab9cda74))
* **socket:** syncing sockets with deps ([54b9c5ac](https://github.com/Syncano/syncano-node-cli/commit/54b9c5ac))
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/sockets.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A Syncano Socket has a clear purpose — whether it is sending an email, storing

You can use Sockets that have already been created by other developers and stored in NPM.

You can also create your own Socket using the Syncano CLI. For more information check [Sockets](/building-sockets/basics) section. You can publish it to the Syncano Registry, so that other developers could also use it. This will help to create the ecosystem that everybody can be a part of and bring us closer to our vision of the autonomous developer.
You can also create your own Socket using the Syncano CLI. For more information check [Sockets](/building-sockets/basics) section.

## Exciting? Read more!

Expand Down

0 comments on commit 1bf4bfb

Please sign in to comment.