mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(code): updated to latest state
This commit is contained in:
@@ -17,29 +17,50 @@ Everything else about the *logging* API can be found at the
|
||||
|
||||
You can download the pre-compiled 64bit binaries for the following platforms:
|
||||
|
||||
*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.2/ubuntu/logging2-beta1.tar.gz)
|
||||
*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.2/osx/logging2-beta1.tar.gz)
|
||||
*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.3/ubuntu/logging2-beta1.tar.gz)
|
||||
*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.3/osx/logging2-beta1.tar.gz)
|
||||
|
||||
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/logging2_beta1-cli).
|
||||
|
||||
# Usage
|
||||
|
||||
This documentation was generated from the *logging* API at revision *20151007*. The CLI is at version *0.3.2*.
|
||||
This documentation was generated from the *logging* API at revision *20160104*. The CLI is at version *0.3.3*.
|
||||
|
||||
```bash
|
||||
logging2-beta1 [options]
|
||||
entries
|
||||
list (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
write (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
monitored-resource-descriptors
|
||||
list [-p <v>]... [-o <out>]
|
||||
projects
|
||||
logs-delete <log-name> [-p <v>]... [-o <out>]
|
||||
metrics-create <project-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
metrics-delete <metric-name> [-p <v>]... [-o <out>]
|
||||
metrics-get <metric-name> [-p <v>]... [-o <out>]
|
||||
metrics-list <project-name> [-p <v>]... [-o <out>]
|
||||
metrics-update <metric-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
sinks-create <project-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
sinks-delete <sink-name> [-p <v>]... [-o <out>]
|
||||
sinks-get <sink-name> [-p <v>]... [-o <out>]
|
||||
sinks-list <project-name> [-p <v>]... [-o <out>]
|
||||
sinks-update <sink-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
logging2-beta1 --help
|
||||
|
||||
Configuration:
|
||||
[--scope <url>]...
|
||||
Specify the authentication a method should be executed in. Each scope
|
||||
requires the user to grant this application permission to use it.
|
||||
If unset, it defaults to the shortest scope url for a particular method.
|
||||
--config-dir <folder>
|
||||
A directory into which we will store our persistent data. Defaults to
|
||||
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
|
||||
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`
|
||||
Output all communication related to authentication to standard error. `tx`
|
||||
and `rx` are placed into the same stream.
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user