Falcon-Toolkit icon indicating copy to clipboard operation
Falcon-Toolkit copied to clipboard

Unleash the power of the Falcon Platform at the CLI

Results 18 Falcon-Toolkit issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies

Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.2.1. Commits 9223172 Bump pylint to 3.2.1, update changelog 926547b [trailing-comma-tuple] Fix enabling with message control locally when disable... 1498675 Fix linterstats.get_module_message_count() (#9146) (#9648) aed496a...

dependencies

Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 4.2.1 to 4.2.2. Release notes Sourced from platformdirs's releases. 4.2.2 What's Changed Fix android detection when python4android is present by @​tmolitor-stud-tu in platformdirs/platformdirs#277 New Contributors @​tmolitor-stud-tu made...

dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.1. Release notes Sourced from pytest's releases. 8.2.1 pytest 8.2.1 (2024-05-19) Improvements #12334: Support for Python 3.13 (beta1 at the time of writing). Bug Fixes...

dependencies

Bumps [keyring](https://github.com/jaraco/keyring) from 25.2.0 to 25.2.1. Changelog Sourced from keyring's changelog. v25.2.1 Bugfixes Fix typo in CLI creds mode. (#681) Commits c09855e Finalize 788c67c Merge https://github.com/jaraco/skeleton 1ec750d Fix typo in...

dependencies

It appears that the `gnureadline` package on PyPI will not build properly on macOS Sonoma with Python 12.0, potentially due to some changes in `clang`. This issue acknowledges that we...

πŸ› bug
dependencies

The authentication profile list will show the single CID backend as default, but pressing enter does not automatically accept option number 1. You must still type 1. In theory, you...

πŸ› bug

Not sure what's going on. I suspect it's a linux vs windows rtr scripts issue. Confirmed by unaliasing the commands using auditd & script block logging. ( haha ) ```...

πŸ“ documentation

It seems like a strange choice to have argument-less `falcon shell` automatically connect to all hosts on the instance, especially when `falcon profiles` and `falcon policies` both print the help....

πŸ™Œ enhancement

Right now, we do not have any proper error handling for API responses that do not contain data in the structure we expect. This can be because of an API...

πŸ™Œ enhancement