Releases: aep-dev/aepcli
Releases · aep-dev/aepcli
v0.2.0 (custom methods)
What's Changed
- feat(custom): add support for custom methods
- fix(config): read default config if one does not exist by @toumorokoshi in #13
- fix: update aep-lib-go by @toumorokoshi in #14
- fix(create): escape id in query parameter by @toumorokoshi in #15
- feat: propagate failed http status codes by @toumorokoshi in #16
- fix: upgrade aep-lib-go by @toumorokoshi in #20
- fix: use leading colon for custom methods
- feat: adding support for non-user-settable ids
- feat: add --log-http and --dry-run
- feat: adding aepcli core openapi convert command
- fix(core/oas): update aepcli to fix NPE with oas contact
Full Changelog: v0.1.0...v0.2.0
v0.1.0: Initial release
This is the initial official release of aepcli! It has support for:
- create, get, update, delete list of basic resources
- support for resources with parents
- support for API aliases, written and read from config files.
- support for OAS 3.1 and some best-effort support for 2.0.
- some support for APIs that deviate slightly from AEP conventions.
Please checkout the userguide for more information