Armonik-cli

Latest version: v0.2.3

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.3

What's Changed
* Update publish.yaml by ngruelaneo in https://github.com/aneoconsulting/ArmoniK.CLI/pull/73
* fixed pyproject.toml by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/74
* ci: fix existing package by ngruelaneo in https://github.com/aneoconsulting/ArmoniK.CLI/pull/72

New Contributors
* ngruelaneo made their first contribution in https://github.com/aneoconsulting/ArmoniK.CLI/pull/73

**Full Changelog**: https://github.com/aneoconsulting/ArmoniK.CLI/compare/0.2.1...0.2.3

0.2.2

0.2.1

What's Changed

* ci: Fix publication to PyPi by qdelamea-aneo in https://github.com/aneoconsulting/ArmoniK.CLI/pull/71


**Full Changelog**: https://github.com/aneoconsulting/ArmoniK.CLI/compare/0.2.0...0.2.1

0.2.0

What's Changed
* chore: add pull request template by qdelamea-aneo in https://github.com/aneoconsulting/ArmoniK.CLI/pull/21
* feat: add base_command decorator by qdelamea-aneo in https://github.com/aneoconsulting/ArmoniK.CLI/pull/22
* fix: publication to PyPiTest by qdelamea-aneo in https://github.com/aneoconsulting/ArmoniK.CLI/pull/23
* feat: add short help option by qdelamea-aneo in https://github.com/aneoconsulting/ArmoniK.CLI/pull/24
* feat: add filter support in command-line arguments by qdelamea-aneo in https://github.com/aneoconsulting/ArmoniK.CLI/pull/26
* feat: Added task commands by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/27
* feat: Added partition commands by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/28
* fix: sort-by option for partition list command by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/31
* refactor: changed names of functions to avoid overriding builtins by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/32
* fix: Added support for sort and page options to sessions' list command by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/33
* fix: session-id is no longer a required argument for task list command by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/34
* feat: add global option support by qdelamea-aneo in https://github.com/aneoconsulting/ArmoniK.CLI/pull/35
* fix: Improved error message clarity by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/38
* fix: task create now returns a single task object by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/42
* feat: Added result commands by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/30
* feat: rewrite serializer by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/36
* feat: Added ArmoniK cluster commands by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/39
* docs: Added documentation by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/43
* feat: session get command now supports multiple ids by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/40
* refactor: Replaced old serializer with recently added one by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/46
* feat: Added download data command to results by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/49
* feat: Added option groups by qdelamea-aneo in https://github.com/aneoconsulting/ArmoniK.CLI/pull/53
* fix: Filter parameter parsing error messages by qdelamea-aneo in https://github.com/aneoconsulting/ArmoniK.CLI/pull/52
* feat: Added configuration commands and config object by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/50
* chore: Added LICENSE and reworked README by qdelamea-aneo in https://github.com/aneoconsulting/ArmoniK.CLI/pull/55
* refactor: changes so all commands use config by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/54
* feat: Configurable columns for table formatted print by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/56
* docs: Updated usage page by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/60
* feat: Added logging by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/59
* fix: Missing environment variable config and TLS fix by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/61
* docs: Added configuration file for ReadTheDocs by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/62
* fix: Typo in ReadTheDocs config by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/63
* chore: Updated README.md by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/64
* chore: Update required dependencies by qdelamea-aneo in https://github.com/aneoconsulting/ArmoniK.CLI/pull/65
* fix: Remove http prefix from endpoint by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/67
* fix: Hook generating the project version by qdelamea-aneo in https://github.com/aneoconsulting/ArmoniK.CLI/pull/69
* docs: Removed references to ArmoniK.Admin.CLI in docs by AncientPatata in https://github.com/aneoconsulting/ArmoniK.CLI/pull/66
* ci: fix release by qdelamea-aneo in https://github.com/aneoconsulting/ArmoniK.CLI/pull/70

New Contributors
* AncientPatata made their first contribution in https://github.com/aneoconsulting/ArmoniK.CLI/pull/27

**Full Changelog**: https://github.com/aneoconsulting/ArmoniK.CLI/compare/0.1.1...0.2.0

0.1.1

What's Changed
* feat: CLI from scratch using Click by qdelamea-aneo in https://github.com/aneoconsulting/ArmoniK.Admin.CLI/pull/17

New Contributors
* qdelamea-aneo made their first contribution in https://github.com/aneoconsulting/ArmoniK.Admin.CLI/pull/17

**Full Changelog**: https://github.com/aneoconsulting/ArmoniK.Admin.CLI/commits/0.1.1

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.