insomnia/packages/insomnia-inso
mod42 88b940321e
Additional option "skipAnnotations" for the export of spec (#5398)
* I added an additional option "skipAnnotations" for the export of spec. When we export the spec and the user wants to share the spec with others,
outside the organization, the annotations reveal sensitive information about the configuration of
the kong gateway, like client_ids and
clients_secrets. If the flag -s is set, all x-kong-*
annotations are removed. I also adjusted the tests.

* fix lint

* Fix ouput when not saving to file

Co-authored-by: Filipe Freire <livrofubia@gmail.com>
2022-11-09 16:29:26 +00:00
..
assets Update Inso readme (#2498) 2020-08-07 21:34:37 +12:00
bin fix watch regex and parse args (#4270) 2021-12-15 11:26:44 +00:00
src Additional option "skipAnnotations" for the export of spec (#5398) 2022-11-09 16:29:26 +00:00
.eslintignore [TypeScript] Phase 1 & 2 (#3370) 2021-05-12 18:35:00 +12:00
.eslintrc.js adds eslint-config-helpers (#3912) 2021-08-12 18:01:54 -04:00
.gitignore Rename "compress" terminology to "artifacts" to be more representative (#4091) 2021-10-12 21:23:25 +00:00
Dockerfile Publish Inso CLI docker images (INS-1238) (#4722) 2022-05-09 12:37:33 +01:00
esbuild.ts chore(build): move insomnia-inso to esbuild (#4806) 2022-05-25 09:58:28 -04:00
jest.config.js chore(deps): upgrades jest to 28 (#4783) 2022-05-17 08:18:06 -04:00
package-lock.json Bump app version to 2022.7.0-beta.4 and lerna package versions 2022-11-02 15:05:46 +00:00
package.json [INS-2118] Fix missing insomnia-plugin-default-headers for inso CLI (#5375) 2022-11-02 18:19:25 +00:00
README.md [DOCU-2032] Add Inso CLI development instructions (#4224) 2021-11-17 14:13:44 -08:00
tsconfig.build.json tsconfig cleanup (#4908) 2022-06-27 12:57:50 -04:00
tsconfig.json tsconfig cleanup (#4908) 2022-06-27 12:57:50 -04:00



Inso CLI

A CLI for Insomnia

npm install --global insomnia-inso


Documentation

See the open-source Inso CLI documentation.