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

Commit fc980de

Browse files
Merge pull request #215 from appwrite/feat-deprecate-all-parameter
Feat: Deprecate CLI parameter
2 parents f18774b + 09a1a8b commit fc980de

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

app/views/docs/command-line.phtml

-12
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ brew install --HEAD appwrite</code></pre>
8282
<pre class="line-numbers"><code class="prism language-bash" data-prism>appwrite init collection</code></pre>
8383
</div>
8484

85-
<p>The init command also comes with a convenient <span class="tag">--all</span> flag to perform both these steps at once using</p>
86-
87-
<div class="ide margin-bottom" data-lang="bash" data-lang-label="CLI">
88-
<pre class="line-numbers"><code class="prism language-bash" data-prism>appwrite init --all</code></pre>
89-
</div>
90-
9185
<h3><a href="/docs/command-line#deployFunctions" id="deployFunctions">Deploying Cloud Functions</a></h3>
9286

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

119-
<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>
120-
121-
<div class="ide margin-bottom" data-lang="bash" data-lang-label="CLI">
122-
<pre class="line-numbers"><code class="prism language-bash" data-prism>appwrite deploy --all</code></pre>
123-
</div>
124-
125113
<div class="notice margin-bottom">
126114
<h3>Self-Signed Certificates</h3>
127115
<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>

0 commit comments

Comments
 (0)