Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/asset export file templating #179

Merged
merged 3 commits into from
Mar 25, 2022

Conversation

lifehackjim
Copy link
Contributor

4.20.3

⚠️ This is a pre-release

While this version is tested thoroughly, there are a number of core changes to support working with SSL certificates that could produce errors in certain edge cases.

The version that gets installed by pip will be the latest NON pre-release:
pip install axonius-api-client

In order to install a version marked as a pre-release, you need to specify the exact version with pip:
pip install axonius-api-client==4.20.3

AXONSHELL

AXONSHELL enhancments

  • axonshell devices/users get
    • Added support for templating in --export-path and --export-file, templates supported:
      • {DATE} - will be replaced with current datetime stamp in UTC format
      • {HISTORY_DATE} - will be replaced with date of history snapshot chosen or current datetime stamp in UTC format

Jim Olsen added 3 commits March 19, 2022 09:25
- devices/users.get - export_backup: rename existing file with datetime stampe if it exists
- devices/users.get - export_file: now supports templating with {DATE} and {HISTORY_DATE}
- devices/users.get - export_path: now supports templating with {DATE} and {HISTORY_DATE}
- devices/users.get - descriptions for callback arguments updated
- devices/users.get - add more information when showing list of Get arguments
- instances.feature_flags - add 10 second memory cache
devices/users.get: export_file: add support for user variable expansions
@lifehackjim lifehackjim merged commit 6acdea4 into master Mar 25, 2022
@lifehackjim lifehackjim deleted the feature/asset_export_file_templating branch March 25, 2022 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant