Update documentation

This commit is contained in:
Sebastian Thiel
2022-03-08 15:36:16 +08:00
parent b84384c010
commit a20241b241
10471 changed files with 1934132 additions and 64947 deletions

View File

@@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Secrets List - Secret Manager v2.0.4+20210319</title>
<title>Secrets List - Secret Manager v3.0.0+20220226</title>
@@ -34,7 +34,7 @@
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-nav-search">
<a href=".." class="icon icon-home"> Secret Manager v2.0.4+20210319</a>
<a href=".." class="icon icon-home"> Secret Manager v3.0.0+20220226</a>
</div>
@@ -213,6 +213,12 @@ or more key-value-pairs, and is called like this <code>-p k1=v1 k2=v2</code> eve
<code>-p</code> for completeness.</p>
<ul>
<li>
<p><strong>-p filter=string</strong></p>
<ul>
<li>Optional. Filter string, adhering to the rules in <a href="https://cloud.google.com/secret-manager/docs/filtering">List-operation filtering</a>. List only secrets matching the filter. If filter is empty, all secrets are listed.</li>
</ul>
</li>
<li>
<p><strong>-p page-size=integer</strong></p>
<ul>
<li>Optional. The maximum number of results to be returned in a single page. If set to 0, the server decides the number of results to return. If the number is greater than 25000, it is capped at 25000.</li>