Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.
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
12 changes: 0 additions & 12 deletions app/views/docs/command-line.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ brew install --HEAD appwrite</code></pre>
<pre class="line-numbers"><code class="prism language-bash" data-prism>appwrite init collection</code></pre>
</div>

<p>The init command also comes with a convenient <span class="tag">--all</span> flag to perform both these steps at once using</p>

<div class="ide margin-bottom" data-lang="bash" data-lang-label="CLI">
<pre class="line-numbers"><code class="prism language-bash" data-prism>appwrite init --all</code></pre>
</div>

<h3><a href="/docs/command-line#deployFunctions" id="deployFunctions">Deploying Cloud Functions</a></h3>

<p>The CLI also handles the creation and deployment of Appwrite's Cloud Functions. You can initialize a new function using</p>
Expand Down Expand Up @@ -116,12 +110,6 @@ brew install --HEAD appwrite</code></pre>
<pre class="line-numbers"><code class="prism language-bash" data-prism>appwrite deploy collections</code></pre>
</div>

<p>The <b>deploy</b> command also comes with a convenient <span class="tag">--all</span> flag to deploy all your functions and collections at once.</p>

<div class="ide margin-bottom" data-lang="bash" data-lang-label="CLI">
<pre class="line-numbers"><code class="prism language-bash" data-prism>appwrite deploy --all</code></pre>
</div>

<div class="notice margin-bottom">
<h3>Self-Signed Certificates</h3>
<p>By default, requests to domains with self-signed SSL certificates (or no certificates) are disabled. If you trust the domain, you can bypass the certificate validation using</p>
Expand Down