Skip to content

Releases: alertlogic/alcli

v1.0.54: Remove extra textual noise from cli doc (#55)

23 Sep 12:22
272ab50
Compare
Choose a tag to compare
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)

01 Jul 15:16
2b8bdcb
Compare
Choose a tag to compare

v1.0.52: Handle text/plain content-type (#53)

01 Jul 11:57
039df03
Compare
Choose a tag to compare
* 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

21 Apr 18:29
Compare
Choose a tag to compare
Add msi build

v1.0.50: Fix windows build (#51)

21 Apr 18:22
de63dec
Compare
Choose a tag to compare
Co-authored-by: Anton Benkevich <[email protected]>

v1.0.48: Bump pyyaml from 5.1.2 to 5.4 (#48)

19 Apr 15:38
4a0a60c
Compare
Choose a tag to compare
* 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)

19 Apr 12:16
4a0a60c
Compare
Choose a tag to compare
* 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

27 Jan 21:57
Compare
Choose a tag to compare
Use github workspace for working dir

v1.0.45

27 Jan 20:57
Compare
Choose a tag to compare
Add windows builds

v1.0.44: Support boolean to string conversion (#47)

27 Jan 20:39
461976f
Compare
Choose a tag to compare
* 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]>