grunt-apigee-import-api-bundle
Grunt plugin to import API Proxy Bundles into Apigee Edge. This plugin plays well with API Lifecycle Tools such as Apigee Deploy Grunt Plugin.
Getting Started
This plugin requires Grunt~0.4.5
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-apigee-import-api-bundle --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-apigee-import-api-bundle');
The "apigeeimportapibundle" task
Overview
There is no need to add any configuration to grunt.initConfig function.Options
N/Aoptions.type
N/AUsage Examples
This task will pick an API proxy bundle and will import it into Apigee Edge. The zip file should be located under /target directory with a name set by the apiproxy attribute by /grunt/apigee-config.js.grunt --env=test --username=$ae_username --password=$ae_password --debug
