mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-26 17:02:24 +01:00
146 lines
8.3 KiB
Markdown
146 lines
8.3 KiB
Markdown
<!---
|
|
DO NOT EDIT !
|
|
This file was generated automatically from 'src/generator/templates/cli/README.md.mako'
|
|
DO NOT EDIT !
|
|
-->
|
|
The `appengine1` command-line interface *(CLI)* allows to use most features of the *Google appengine* service from the comfort of your terminal.
|
|
|
|
By default all output is printed to standard out, but flags can be set to direct it into a file independent of your shell's
|
|
capabilities. Errors will be printed to standard error, and cause the program's exit code to be non-zero.
|
|
|
|
If data-structures are requested, these will be returned as pretty-printed JSON, to be useful as input to other tools.
|
|
|
|
Everything else about the *appengine* API can be found at the
|
|
[official documentation site](https://cloud.google.com/appengine/docs/admin-api/).
|
|
|
|
# Installation and Source Code
|
|
|
|
Install the command-line interface with cargo using:
|
|
|
|
```bash
|
|
cargo install google-appengine1-cli
|
|
```
|
|
|
|
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/main/gen/appengine1-cli).
|
|
|
|
# Usage
|
|
|
|
This documentation was generated from the *appengine* API at revision *20240226*. The CLI is at version *5.0.4*.
|
|
|
|
```bash
|
|
appengine1 [options]
|
|
apps
|
|
authorized-certificates-create <apps-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
|
authorized-certificates-delete <apps-id> <authorized-certificates-id> [-p <v>]... [-o <out>]
|
|
authorized-certificates-get <apps-id> <authorized-certificates-id> [-p <v>]... [-o <out>]
|
|
authorized-certificates-list <apps-id> [-p <v>]... [-o <out>]
|
|
authorized-certificates-patch <apps-id> <authorized-certificates-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
|
authorized-domains-list <apps-id> [-p <v>]... [-o <out>]
|
|
create (-r <kv>)... [-p <v>]... [-o <out>]
|
|
domain-mappings-create <apps-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
|
domain-mappings-delete <apps-id> <domain-mappings-id> [-p <v>]... [-o <out>]
|
|
domain-mappings-get <apps-id> <domain-mappings-id> [-p <v>]... [-o <out>]
|
|
domain-mappings-list <apps-id> [-p <v>]... [-o <out>]
|
|
domain-mappings-patch <apps-id> <domain-mappings-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
|
firewall-ingress-rules-batch-update <apps-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
|
firewall-ingress-rules-create <apps-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
|
firewall-ingress-rules-delete <apps-id> <ingress-rules-id> [-p <v>]... [-o <out>]
|
|
firewall-ingress-rules-get <apps-id> <ingress-rules-id> [-p <v>]... [-o <out>]
|
|
firewall-ingress-rules-list <apps-id> [-p <v>]... [-o <out>]
|
|
firewall-ingress-rules-patch <apps-id> <ingress-rules-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
|
get <apps-id> [-p <v>]... [-o <out>]
|
|
list-runtimes <apps-id> [-p <v>]... [-o <out>]
|
|
locations-get <apps-id> <locations-id> [-p <v>]... [-o <out>]
|
|
locations-list <apps-id> [-p <v>]... [-o <out>]
|
|
operations-get <apps-id> <operations-id> [-p <v>]... [-o <out>]
|
|
operations-list <apps-id> [-p <v>]... [-o <out>]
|
|
patch <apps-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
|
repair <apps-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
|
services-delete <apps-id> <services-id> [-p <v>]... [-o <out>]
|
|
services-get <apps-id> <services-id> [-p <v>]... [-o <out>]
|
|
services-list <apps-id> [-p <v>]... [-o <out>]
|
|
services-patch <apps-id> <services-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
|
services-versions-create <apps-id> <services-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
|
services-versions-delete <apps-id> <services-id> <versions-id> [-p <v>]... [-o <out>]
|
|
services-versions-get <apps-id> <services-id> <versions-id> [-p <v>]... [-o <out>]
|
|
services-versions-instances-debug <apps-id> <services-id> <versions-id> <instances-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
|
services-versions-instances-delete <apps-id> <services-id> <versions-id> <instances-id> [-p <v>]... [-o <out>]
|
|
services-versions-instances-get <apps-id> <services-id> <versions-id> <instances-id> [-p <v>]... [-o <out>]
|
|
services-versions-instances-list <apps-id> <services-id> <versions-id> [-p <v>]... [-o <out>]
|
|
services-versions-list <apps-id> <services-id> [-p <v>]... [-o <out>]
|
|
services-versions-patch <apps-id> <services-id> <versions-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
|
projects
|
|
locations-applications-authorized-domains-list <projects-id> <locations-id> <applications-id> [-p <v>]... [-o <out>]
|
|
appengine1 --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 user-writable directory that we will create during the first invocation.
|
|
[default: ~/.google-service-cli]
|
|
|
|
```
|
|
|
|
# Configuration
|
|
|
|
The program will store all persistent data in the `~/.google-service-cli` directory in *JSON* files prefixed with `appengine1-`. You can change the directory used to store configuration with the `--config-dir` flag on a per-invocation basis.
|
|
|
|
More information about the various kinds of persistent data are given in the following paragraphs.
|
|
|
|
# Authentication
|
|
|
|
Most APIs require a user to authenticate any request. If this is the case, the [scope][scopes] determines the
|
|
set of permissions granted. The granularity of these is usually no more than *read-only* or *full-access*.
|
|
|
|
If not set, the system will automatically select the smallest feasible scope, e.g. when invoking a
|
|
method that is read-only, it will ask only for a read-only scope.
|
|
You may use the `--scope` flag to specify a scope directly.
|
|
All applicable scopes are documented in the respective method's CLI documentation.
|
|
|
|
The first time a scope is used, the user is asked for permission. Follow the instructions given
|
|
by the CLI to grant permissions, or to decline.
|
|
|
|
If a scope was authenticated by the user, the respective information will be stored as *JSON* in the configuration
|
|
directory, e.g. `~/.google-service-cli/appengine1-token-<scope-hash>.json`. No manual management of these tokens
|
|
is necessary.
|
|
|
|
To revoke granted authentication, please refer to the [official documentation][revoke-access].
|
|
|
|
# Application Secrets
|
|
|
|
In order to allow any application to use Google services, it will need to be registered using the
|
|
[Google Developer Console][google-dev-console]. APIs the application may use are then enabled for it
|
|
one by one. Most APIs can be used for free and have a daily quota.
|
|
|
|
To allow more comfortable usage of the CLI without forcing anyone to register an own application, the CLI
|
|
comes with a default application secret that is configured accordingly. This also means that heavy usage
|
|
all around the world may deplete the daily quota.
|
|
|
|
You can workaround this limitation by putting your own secrets file at this location:
|
|
`~/.google-service-cli/appengine1-secret.json`, assuming that the required *appengine* API
|
|
was enabled for it. Such a secret file can be downloaded in the *Google Developer Console* at
|
|
*APIs & auth -> Credentials -> Download JSON* and used as is.
|
|
|
|
Learn more about how to setup Google projects and enable APIs using the [official documentation][google-project-new].
|
|
|
|
|
|
# Debugging
|
|
|
|
Even though the CLI does its best to provide usable error messages, sometimes it might be desirable to know
|
|
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 errors using the `Debug` representation to standard error.
|
|
|
|
You may consider redirecting standard error into a file for ease of use, e.g. `appengine1 --debug <resource> <method> [options] 2>debug.txt`.
|
|
|
|
|
|
[scopes]: https://developers.google.com/+/api/oauth#scopes
|
|
[revoke-access]: http://webapps.stackexchange.com/a/30849
|
|
[google-dev-console]: https://console.developers.google.com/
|
|
[google-project-new]: https://developers.google.com/console/help/new/
|