mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
remove generated libs
This commit is contained in:
@@ -1,42 +0,0 @@
|
||||
# DO NOT EDIT !
|
||||
# This file was generated automatically from 'src/generator/templates/Cargo.toml.mako'
|
||||
# DO NOT EDIT !
|
||||
[package]
|
||||
|
||||
name = "google-tagmanager1-cli"
|
||||
version = "5.0.4+20240228"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with Tag Manager (protocol v1)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/tagmanager1-cli"
|
||||
homepage = "https://developers.google.com/tag-manager"
|
||||
documentation = "http://byron.github.io/google-apis-rs/google_tagmanager1_cli"
|
||||
license = "MIT"
|
||||
keywords = ["tagmanager", "google", "cli"]
|
||||
autobins = false
|
||||
edition = "2018"
|
||||
|
||||
[[bin]]
|
||||
name = "tagmanager1"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "^ 1.0"
|
||||
hyper-rustls = "0.24.0"
|
||||
mime = "^ 0.3.0"
|
||||
serde = { version = "^ 1.0", features = ["derive"] }
|
||||
serde_json = "^ 1.0"
|
||||
itertools = "^ 0.10"
|
||||
google-clis-common = { path = "../../google-clis-common", version = "6.0" }
|
||||
strsim = "^0.5"
|
||||
clap = "^2.0"
|
||||
http = "^0.2"
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
tokio = { version = "^ 1.0", features = ["full"] }
|
||||
tower-service = "^0.3.1"
|
||||
|
||||
|
||||
|
||||
[dependencies.google-tagmanager1]
|
||||
path = "../tagmanager1"
|
||||
version = "5.0.4+20240228"
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
<!---
|
||||
DO NOT EDIT !
|
||||
This file was generated automatically from 'src/generator/templates/LICENSE.md.mako'
|
||||
DO NOT EDIT !
|
||||
-->
|
||||
The MIT License (MIT)
|
||||
=====================
|
||||
|
||||
Copyright © `2015-2020` `Sebastian Thiel`
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
files (the “Software”), to deal in the Software without
|
||||
restriction, including without limitation the rights to use,
|
||||
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the
|
||||
Software is furnished to do so, subject to the following
|
||||
conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
||||
@@ -1,153 +0,0 @@
|
||||
<!---
|
||||
DO NOT EDIT !
|
||||
This file was generated automatically from 'src/generator/templates/cli/README.md.mako'
|
||||
DO NOT EDIT !
|
||||
-->
|
||||
The `tagmanager1` command-line interface *(CLI)* allows to use most features of the *Google Tag Manager* 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 *Tag Manager* API can be found at the
|
||||
[official documentation site](https://developers.google.com/tag-manager).
|
||||
|
||||
# Installation and Source Code
|
||||
|
||||
Install the command-line interface with cargo using:
|
||||
|
||||
```bash
|
||||
cargo install google-tagmanager1-cli
|
||||
```
|
||||
|
||||
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/main/gen/tagmanager1-cli).
|
||||
|
||||
# Usage
|
||||
|
||||
This documentation was generated from the *Tag Manager* API at revision *20240228*. The CLI is at version *5.0.4*.
|
||||
|
||||
```bash
|
||||
tagmanager1 [options]
|
||||
accounts
|
||||
containers-create <account-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
containers-delete <account-id> <container-id> [-p <v>]...
|
||||
containers-environments-create <account-id> <container-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
containers-environments-delete <account-id> <container-id> <environment-id> [-p <v>]...
|
||||
containers-environments-get <account-id> <container-id> <environment-id> [-p <v>]... [-o <out>]
|
||||
containers-environments-list <account-id> <container-id> [-p <v>]... [-o <out>]
|
||||
containers-environments-update <account-id> <container-id> <environment-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
containers-folders-create <account-id> <container-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
containers-folders-delete <account-id> <container-id> <folder-id> [-p <v>]...
|
||||
containers-folders-entities-list <account-id> <container-id> <folder-id> [-p <v>]... [-o <out>]
|
||||
containers-folders-get <account-id> <container-id> <folder-id> [-p <v>]... [-o <out>]
|
||||
containers-folders-list <account-id> <container-id> [-p <v>]... [-o <out>]
|
||||
containers-folders-update <account-id> <container-id> <folder-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
containers-get <account-id> <container-id> [-p <v>]... [-o <out>]
|
||||
containers-list <account-id> [-p <v>]... [-o <out>]
|
||||
containers-move-folders-update <account-id> <container-id> <folder-id> (-r <kv>)... [-p <v>]...
|
||||
containers-reauthorize-environments-update <account-id> <container-id> <environment-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
containers-tags-create <account-id> <container-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
containers-tags-delete <account-id> <container-id> <tag-id> [-p <v>]...
|
||||
containers-tags-get <account-id> <container-id> <tag-id> [-p <v>]... [-o <out>]
|
||||
containers-tags-list <account-id> <container-id> [-p <v>]... [-o <out>]
|
||||
containers-tags-update <account-id> <container-id> <tag-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
containers-triggers-create <account-id> <container-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
containers-triggers-delete <account-id> <container-id> <trigger-id> [-p <v>]...
|
||||
containers-triggers-get <account-id> <container-id> <trigger-id> [-p <v>]... [-o <out>]
|
||||
containers-triggers-list <account-id> <container-id> [-p <v>]... [-o <out>]
|
||||
containers-triggers-update <account-id> <container-id> <trigger-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
containers-update <account-id> <container-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
containers-variables-create <account-id> <container-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
containers-variables-delete <account-id> <container-id> <variable-id> [-p <v>]...
|
||||
containers-variables-get <account-id> <container-id> <variable-id> [-p <v>]... [-o <out>]
|
||||
containers-variables-list <account-id> <container-id> [-p <v>]... [-o <out>]
|
||||
containers-variables-update <account-id> <container-id> <variable-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
containers-versions-create <account-id> <container-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
containers-versions-delete <account-id> <container-id> <container-version-id> [-p <v>]...
|
||||
containers-versions-get <account-id> <container-id> <container-version-id> [-p <v>]... [-o <out>]
|
||||
containers-versions-list <account-id> <container-id> [-p <v>]... [-o <out>]
|
||||
containers-versions-publish <account-id> <container-id> <container-version-id> [-p <v>]... [-o <out>]
|
||||
containers-versions-restore <account-id> <container-id> <container-version-id> [-p <v>]... [-o <out>]
|
||||
containers-versions-undelete <account-id> <container-id> <container-version-id> [-p <v>]... [-o <out>]
|
||||
containers-versions-update <account-id> <container-id> <container-version-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
get <account-id> [-p <v>]... [-o <out>]
|
||||
list [-p <v>]... [-o <out>]
|
||||
permissions-create <account-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
permissions-delete <account-id> <permission-id> [-p <v>]...
|
||||
permissions-get <account-id> <permission-id> [-p <v>]... [-o <out>]
|
||||
permissions-list <account-id> [-p <v>]... [-o <out>]
|
||||
permissions-update <account-id> <permission-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
update <account-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
tagmanager1 --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 `tagmanager1-`. 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/tagmanager1-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/tagmanager1-secret.json`, assuming that the required *tagmanager* 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. `tagmanager1 --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/
|
||||
@@ -1,66 +0,0 @@
|
||||
site_name: Tag Manager v5.0.4+20240228
|
||||
site_url: http://byron.github.io/google-apis-rs/google-tagmanager1-cli
|
||||
site_description: A complete library to interact with Tag Manager (protocol v1)
|
||||
|
||||
repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/tagmanager1-cli
|
||||
|
||||
docs_dir: docs
|
||||
site_dir: build_html
|
||||
|
||||
nav:
|
||||
- Home: 'index.md'
|
||||
- 'Accounts':
|
||||
- 'Containers Create': 'accounts_containers-create.md'
|
||||
- 'Containers Delete': 'accounts_containers-delete.md'
|
||||
- 'Containers Environments Create': 'accounts_containers-environments-create.md'
|
||||
- 'Containers Environments Delete': 'accounts_containers-environments-delete.md'
|
||||
- 'Containers Environments Get': 'accounts_containers-environments-get.md'
|
||||
- 'Containers Environments List': 'accounts_containers-environments-list.md'
|
||||
- 'Containers Environments Update': 'accounts_containers-environments-update.md'
|
||||
- 'Containers Folders Create': 'accounts_containers-folders-create.md'
|
||||
- 'Containers Folders Delete': 'accounts_containers-folders-delete.md'
|
||||
- 'Containers Folders Entities List': 'accounts_containers-folders-entities-list.md'
|
||||
- 'Containers Folders Get': 'accounts_containers-folders-get.md'
|
||||
- 'Containers Folders List': 'accounts_containers-folders-list.md'
|
||||
- 'Containers Folders Update': 'accounts_containers-folders-update.md'
|
||||
- 'Containers Get': 'accounts_containers-get.md'
|
||||
- 'Containers List': 'accounts_containers-list.md'
|
||||
- 'Containers Move Folders Update': 'accounts_containers-move-folders-update.md'
|
||||
- 'Containers Reauthorize Environments Update': 'accounts_containers-reauthorize-environments-update.md'
|
||||
- 'Containers Tags Create': 'accounts_containers-tags-create.md'
|
||||
- 'Containers Tags Delete': 'accounts_containers-tags-delete.md'
|
||||
- 'Containers Tags Get': 'accounts_containers-tags-get.md'
|
||||
- 'Containers Tags List': 'accounts_containers-tags-list.md'
|
||||
- 'Containers Tags Update': 'accounts_containers-tags-update.md'
|
||||
- 'Containers Triggers Create': 'accounts_containers-triggers-create.md'
|
||||
- 'Containers Triggers Delete': 'accounts_containers-triggers-delete.md'
|
||||
- 'Containers Triggers Get': 'accounts_containers-triggers-get.md'
|
||||
- 'Containers Triggers List': 'accounts_containers-triggers-list.md'
|
||||
- 'Containers Triggers Update': 'accounts_containers-triggers-update.md'
|
||||
- 'Containers Update': 'accounts_containers-update.md'
|
||||
- 'Containers Variables Create': 'accounts_containers-variables-create.md'
|
||||
- 'Containers Variables Delete': 'accounts_containers-variables-delete.md'
|
||||
- 'Containers Variables Get': 'accounts_containers-variables-get.md'
|
||||
- 'Containers Variables List': 'accounts_containers-variables-list.md'
|
||||
- 'Containers Variables Update': 'accounts_containers-variables-update.md'
|
||||
- 'Containers Versions Create': 'accounts_containers-versions-create.md'
|
||||
- 'Containers Versions Delete': 'accounts_containers-versions-delete.md'
|
||||
- 'Containers Versions Get': 'accounts_containers-versions-get.md'
|
||||
- 'Containers Versions List': 'accounts_containers-versions-list.md'
|
||||
- 'Containers Versions Publish': 'accounts_containers-versions-publish.md'
|
||||
- 'Containers Versions Restore': 'accounts_containers-versions-restore.md'
|
||||
- 'Containers Versions Undelete': 'accounts_containers-versions-undelete.md'
|
||||
- 'Containers Versions Update': 'accounts_containers-versions-update.md'
|
||||
- 'Get': 'accounts_get.md'
|
||||
- 'List': 'accounts_list.md'
|
||||
- 'Permissions Create': 'accounts_permissions-create.md'
|
||||
- 'Permissions Delete': 'accounts_permissions-delete.md'
|
||||
- 'Permissions Get': 'accounts_permissions-get.md'
|
||||
- 'Permissions List': 'accounts_permissions-list.md'
|
||||
- 'Permissions Update': 'accounts_permissions-update.md'
|
||||
- 'Update': 'accounts_update.md'
|
||||
|
||||
theme: readthedocs
|
||||
|
||||
copyright: Copyright © 2015-2020, `Sebastian Thiel`
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user