Skip to content

Simple wrapper around Apigee's management APIs to search for strings in all API proxy bundles

License

Notifications You must be signed in to change notification settings

mecclesgoogle/apigee-bundle-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apigee-bundle-search

A tool to help find references and inter-dependencies between environment configuration and API proxies.

Getting Started

Requires 'grep' command so only works on linux based machine. git clone https://github.com/mecclesgoogle/apigee-bundle-search.git npm install

Authentication

The tool requires either Basic Auth credentials or JWT token to be supplied.

  1. Basic Auth

Set the following environment variables

  • USERID
  • USERPASSWORD
  1. JWT

Set the following environment variable

Run

node index.js -o org -e env -t search_term -u $USERID -p $USERPASSWORD

node index.js -o org -e env -t search_term -j $APIGEE_TOKEN

Cmd line args:

Arg Value Mandatory
-o Organization name Y
-e Environment name Y
-t Search term Y
-u Apigee Username N
-p Apigee password N
-j Apigee JWT token N

About

Simple wrapper around Apigee's management APIs to search for strings in all API proxy bundles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published