Releases: alertlogic/alcli
Releases · alertlogic/alcli
v1.0.54: Remove extra textual noise from cli doc (#55)
Do not fail doc generation in case some user friendly fields are missing Co-authored-by: Anton Benkevich <[email protected]>
v1.0.53: Do not require Content-Type header to be present in all responses (#54)
v1.0.52: Handle text/plain content-type (#53)
* Whitespace cleanup * Handle text/plain content-type Introduced to enable serving commands that need to be run client side using alcli ``` alcli command sub_command | bash ```
v1.0.51
v1.0.50: Fix windows build (#51)
Co-authored-by: Anton Benkevich <[email protected]>
v1.0.48: Bump pyyaml from 5.1.2 to 5.4 (#48)
* Bump pyyaml from 5.1.2 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1.2...5.4) Signed-off-by: dependabot[bot] <[email protected]> * Update requirements.txt * Update setup.py Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anton B <[email protected]>
v1.0.47: Bump pyyaml from 5.1.2 to 5.4 (#48)
* Bump pyyaml from 5.1.2 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1.2...5.4) Signed-off-by: dependabot[bot] <[email protected]> * Update requirements.txt * Update setup.py Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anton B <[email protected]>
v1.0.46
v1.0.45
v1.0.44: Support boolean to string conversion (#47)
* Support argument passed as string to boolean conversion if open api param is boolean * Add test and release workflows Co-authored-by: Anton Benkevich <[email protected]>