darumatic/apigee
Docker Image for the Apigee Management API command-line interface
101
Please note that this project was created as a temporary experiment and is no longer actively maintained.
This repository contains a Dockerfile to create a lightweight Docker image with apigeecli, a command-line interface for managing Apigee Edge entities.
The following dependencies are installed in the Docker image:
To pull the Docker image from Docker Hub, run the following command:
docker pull darumatic/apigee:latest
To use the Docker image and run apigeecli commands, you can use the following command:
docker run --rm -it darumatic/apigee apigee <command> [options]
Replace with the appropriate apigeecli command and [options] with any relevant options for the command.
To list all the API proxies in your organization:
# docker run --rm -it apigee apigee apis list -u <your-username> -p <your-password> -o <your-organization>
docker run --rm -it darumatic/apigee apigee apis list -h
Replace with your Apigee Edge account credentials and organization name.
This Dockerfile is maintained by Matthew Delotavo:
Email: matthew@darumatic.com
As this project is being archived, we are not accepting contributions or pull requests at this time.
docker pull darumatic/apigee