mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
prepare release of version 2.0, regen all APIs
This commit is contained in:
@@ -25,7 +25,7 @@ Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/ma
|
||||
|
||||
# Usage
|
||||
|
||||
This documentation was generated from the *Binary Authorization* API at revision *20200619*. The CLI is at version *1.0.14*.
|
||||
This documentation was generated from the *Binary Authorization* API at revision *20210318*. The CLI is at version *2.0.0*.
|
||||
|
||||
```bash
|
||||
binaryauthorization1-beta1 [options]
|
||||
@@ -38,11 +38,14 @@ binaryauthorization1-beta1 [options]
|
||||
attestors-set-iam-policy <resource> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
attestors-test-iam-permissions <resource> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
attestors-update <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
attestors-validate-attestation-occurrence <attestor> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
get-policy <name> [-p <v>]... [-o <out>]
|
||||
policy-get-iam-policy <resource> [-p <v>]... [-o <out>]
|
||||
policy-set-iam-policy <resource> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
policy-test-iam-permissions <resource> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
update-policy <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
systempolicy
|
||||
get-policy <name> [-p <v>]... [-o <out>]
|
||||
binaryauthorization1-beta1 --help
|
||||
|
||||
Configuration:
|
||||
@@ -54,12 +57,6 @@ Configuration:
|
||||
A directory into which we will store our persistent data. Defaults to
|
||||
a user-writable directory that we will create during the first invocation.
|
||||
[default: ~/.google-service-cli]
|
||||
--debug
|
||||
Output all server communication to standard error. `tx` and `rx` are placed
|
||||
into the same stream.
|
||||
--debug-auth
|
||||
Output all communication related to authentication to standard error. `tx`
|
||||
and `rx` are placed into the same stream.
|
||||
|
||||
```
|
||||
|
||||
@@ -112,10 +109,7 @@ Even though the CLI does its best to provide usable error messages, sometimes it
|
||||
what exactly led to a particular issue. This is done by allowing all client-server communication to be
|
||||
output to standard error *as-is*.
|
||||
|
||||
The `--debug` flag will print all client-server communication to standard error, whereas the `--debug-auth` flag
|
||||
will cause all communication related to authentication to standard error.
|
||||
If the `--debug` flag is set, error-results will be debug-printed, possibly yielding more information about the
|
||||
issue at hand.
|
||||
The `--debug` flag will print errors using the `Debug` representation to standard error.
|
||||
|
||||
You may consider redirecting standard error into a file for ease of use, e.g. `binaryauthorization1-beta1 --debug <resource> <method> [options] 2>debug.txt`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user