mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-05 02:55:32 +01:00
chore(code): updated to latest state
This commit is contained in:
@@ -17,14 +17,14 @@ Everything else about the *taskqueue* 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/taskqueue1-beta2.tar.gz)
|
||||
*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.2/osx/taskqueue1-beta2.tar.gz)
|
||||
*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.3/ubuntu/taskqueue1-beta2.tar.gz)
|
||||
*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.3/osx/taskqueue1-beta2.tar.gz)
|
||||
|
||||
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/taskqueue1_beta2-cli).
|
||||
|
||||
# Usage
|
||||
|
||||
This documentation was generated from the *taskqueue* API at revision *20141111*. The CLI is at version *0.3.2*.
|
||||
This documentation was generated from the *taskqueue* API at revision *20141111*. The CLI is at version *0.3.3*.
|
||||
|
||||
```bash
|
||||
taskqueue1-beta2 [options]
|
||||
@@ -42,18 +42,18 @@ taskqueue1-beta2 [options]
|
||||
|
||||
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.
|
||||
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