Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Deprecate CLI parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron committed Jun 30, 2022
1 parent f18774b commit 09a1a8b
Showing 1 changed file with 0 additions and 12 deletions.
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

0 comments on commit 09a1a8b

Please sign in to comment.