0.8.7 • Published 9 years ago

apigee-org-admin v0.8.7

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

apigeeOrgAdmin

Used to administrate apigee organizations: orgs, pods, apis, developers ... all of it.

Example usage

apigeeOrgAdmin -o acme -b http://{managementServerHost}:{managementServerPort} -u user@mail.com -c export -d ~/testDest

Or you can leave off the -b and it will assume the apigee cloud

Options

Pretty straightforward options

  • -o -> organization
  • -b -> baseurl (if not defined it assumes https://api.enterprise.apigee.com )
  • -u -> your username for login
  • -c -> command: import or export.
  • -d -> destination directory
  • -D -> turn on verbose logging info
  • -l -> supply your own comma delimited list for export/import (should be based of api mgmt uri paths)

    for example -l apiproducts,apps,developers

This should export everything into the destination directory.

Import Mode

Import mode is now working for most things. I need to clean up how and when I recurse for additional data so that I can get things like key/value maps and host alias support working as desired. It is working well for proxies, apiproducts, developers and so on.

0.8.7

9 years ago

0.8.6

9 years ago

0.8.5

9 years ago

0.8.4

9 years ago

0.8.3

9 years ago

0.8.2

9 years ago

0.8.1

9 years ago

0.8.0

9 years ago