registry-connect

command
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

README

registry-connect

registry-connect is a command-line tool for extracting proxy data from an Apigee instance to be applied onto an API Registry.

Usage

Running one of these commands retrieves products and proxies from an Apigee, Hybrid, SaaS, OPDK runtime instance and formats it as an API Registry-compatible YAML:

registry-connect discover apigee ORGANIZATION --project PROJECT_NAME

The output from this command can be piped to registry apply - like so:

registry-connect discover apigee ORGANIZATION | registry apply -

Alternatively, the output may be sent to a file for inspection or processing, at which point registry apply -f FILE can be run against it to apply it to the registry. Example:

registry-connect discover apigee ORGANIZATION --project PROJECT_NAME > apigee-apis.yaml
registry apply -f apigee-apis.yaml

See registry apply --help for more information.

Authentication

registry-connect uses Application Default Credentials to connect to Apigee. These are stored in your local environment when you login with gcloud:

gcloud auth application-default login

MacOS note: To run the registry-connect tool on MacOS, you may need to unquarantine it by running the following on the command line:

xattr -d com.apple.quarantine registry-connect

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
apigee/edge
package edge provides a client for administering Apigee Edge.
package edge provides a client for administering Apigee Edge.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL