chore(code): updated to latest state

This commit is contained in:
Sebastian Thiel
2016-01-30 14:08:25 +01:00
parent 5cba22f0c6
commit 75076acf16
1164 changed files with 241839 additions and 123033 deletions

View File

@@ -17,14 +17,14 @@ Everything else about the *compute* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
* ![icon](http://megaicons.net/static/img/icons_sizes/6/140/16/ubuntu-icon.png) [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.2/ubuntu/compute1.tar.gz)
* ![icon](http://hydra-media.cursecdn.com/wow.gamepedia.com/a/a2/Apple-icon-16x16.png?version=25ddd67ac3dd3b634478e3978b76cb74) [osx](http://dl.byronimo.de/google.rs/cli/0.3.2/osx/compute1.tar.gz)
* ![icon](http://megaicons.net/static/img/icons_sizes/6/140/16/ubuntu-icon.png) [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.3/ubuntu/compute1.tar.gz)
* ![icon](http://hydra-media.cursecdn.com/wow.gamepedia.com/a/a2/Apple-icon-16x16.png?version=25ddd67ac3dd3b634478e3978b76cb74) [osx](http://dl.byronimo.de/google.rs/cli/0.3.3/osx/compute1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/compute1-cli).
# Usage
This documentation was generated from the *compute* API at revision *20151015*. The CLI is at version *0.3.2*.
This documentation was generated from the *compute* API at revision *20160120*. The CLI is at version *0.3.3*.
```bash
compute1 [options]
@@ -152,6 +152,7 @@ compute1 [options]
list <project> <zone> [-p <v>]... [-o <out>]
reset <project> <zone> <instance> [-p <v>]... [-o <out>]
set-disk-auto-delete <project> <zone> <instance> <auto-delete> <device-name> [-p <v>]... [-o <out>]
set-machine-type <project> <zone> <instance> (-r <kv>)... [-p <v>]... [-o <out>]
set-metadata <project> <zone> <instance> (-r <kv>)... [-p <v>]... [-o <out>]
set-scheduling <project> <zone> <instance> (-r <kv>)... [-p <v>]... [-o <out>]
set-tags <project> <zone> <instance> (-r <kv>)... [-p <v>]... [-o <out>]
@@ -195,6 +196,12 @@ compute1 [options]
get <project> <ssl-certificate> [-p <v>]... [-o <out>]
insert <project> (-r <kv>)... [-p <v>]... [-o <out>]
list <project> [-p <v>]... [-o <out>]
subnetworks
aggregated-list <project> [-p <v>]... [-o <out>]
delete <project> <region> <subnetwork> [-p <v>]... [-o <out>]
get <project> <region> <subnetwork> [-p <v>]... [-o <out>]
insert <project> <region> (-r <kv>)... [-p <v>]... [-o <out>]
list <project> <region> [-p <v>]... [-o <out>]
target-http-proxies
delete <project> <target-http-proxy> [-p <v>]... [-o <out>]
get <project> <target-http-proxy> [-p <v>]... [-o <out>]
@@ -257,18 +264,18 @@ compute1 [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.
```