Skip to content
Merged
Show file tree
Hide file tree
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
17 changes: 0 additions & 17 deletions docs/cheatsheet/web/index.html
Original file line number Diff line number Diff line change
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
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 NPM 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