insomnia/plugins/insomnia-plugin-kong-kubernetes-config
John Chadwick b07cd1cf16
Upgrade Electron to 11.2.3. (#3798)
* Upgrade Electron from 9.3.5 to 11.2.3.

* bump version

* update preid to alpha

* version packages lib@2.3.1-alpha.0

* Downgrade electron-builder to 22.11.3.

We tried to upgrade electron-builder to 22.11.7, but this fails
because electron-builder 22.11.4 introduces imports into fs/promises.
This module is only available in Node 14+, so we have to stick to
22.11.3 until we update to Electron 12.

* Revert npm script changes from alpha release.

Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-07-16 13:35:32 -07:00
..
assets Usage documentation for bundled plugins (#2120) 2020-05-13 09:22:55 +12:00
src Initial designer merge 2020-04-26 13:33:39 -07:00
index.js Initial pass to combine eslint and prettier (#2166) 2020-05-15 10:54:07 +12:00
package-lock.json Upgrade Electron to 11.2.3. (#3798) 2021-07-16 13:35:32 -07:00
package.json Upgrade Electron to 11.2.3. (#3798) 2021-07-16 13:35:32 -07:00
README.md Usage documentation for bundled plugins (#2120) 2020-05-13 09:22:55 +12:00

Kong for Kubernetes Config (Insomnia Plugin)

Npm Version

This is a plugin for Insomnia Designer to add the ability to generate Kong for Kubernetes Config.

Installation

Install the insomnia-plugin-kong-kubernetes-config plugin from Preferences > Plugins.

Usage

Once this plugin is installed, open a document with an OpenAPI specification and navigate to the Design view.

If installed correctly, a button titled Generate Config will appear in the header (you may need to reopen the document).

Click on this button to open a modal, showing all of the config generator plugins installed and their output. From here, you can copy the config to your clipboard and execute on your platform. This config will regenerate each time you click on the button, so that changes in your specification are included.