Immuta CLI Release Notes
Immuta CLI v1.4.0
Immuta CLI v1.4.0 was released July 10, 2024. It allows you to authenticate an export configuration to S3 using AWS IAM roles.
Breaking Changes
The following CLI audit
commands have been removed:
immuta audit exportConfig create:s3
; instead useimmuta audit exportConfig create:s3:accessKey
immuta audit exportConfig update:s3
; instead useimmuta audit exportConfig update:s3:accessKey
immuta audit exportConfig create:adls
; instead useimmuta audit exportConfig create:adls:sasToken
immuta audit exportConfig update:adls
;instead useimmuta audit exportConfig update:adls:sasToken
Downloads
Linux
Linux x86_64 (amd64):
Linux ARMv8 (arm64):
MacOS
Darwin x86_64 (amd64):
Darwin ARMv8 (arm64):
Windows
Download and add the binary to a directory in your system's $PATH as immuta.exe
:
Verify the File
Immuta CLI v1.3.0
Downloads
Linux
Linux x86_64 (amd64):
Linux ARMv8 (arm64):
MacOS
Darwin x86_64 (amd64):
Darwin ARMv8 (arm64):
Windows
Download and add the binary to a directory in your system's $PATH as immuta.exe
:
Verify the File
Immuta CLI v1.2.1
Immuta CLI v1.2.1 was released November 20, 2023. It fixes a bug with the integrations API.
Downloads
Linux
Linux x86_64 (amd64):
Linux ARMv8 (arm64):
MacOS
Darwin x86_64 (amd64):
Darwin ARMv8 (arm64):
Windows
Download and add the binary to a directory in your system's $PATH as immuta.exe
:
Verify the File
Immuta CLI v1.2.0
Immuta CLI v1.2.0 was released October 2, 2023. It fixes a bug with the audit export.
Downloads
Linux
Linux x86_64 (amd64):
Linux ARMv8 (arm64):
MacOS
Darwin x86_64 (amd64):
Darwin ARMv8 (arm64):
Windows
Download and add the binary to a directory in your system's $PATH as immuta.exe
:
Verify the File
Immuta CLI v1.2.0-1
Downloads
Linux
Linux x86_64 (amd64):
Linux ARMv8 (arm64):
MacOS
Darwin x86_64 (amd64):
Darwin ARMv8 (arm64):
Windows
Download and add the binary to a directory in your system's $PATH as immuta.exe
:
Verify the File
Immuta CLI v1.1.0
Downloads
Linux
Linux x86_64 (amd64):
Linux ARMv8 (arm64):
MacOS
Darwin x86_64 (amd64):
Darwin ARMv8 (arm64):
Windows
Download and add the binary to a directory in your system's $PATH as immuta.exe
:
Verify the File
Immuta CLI v1.0.0
The Immuta CLI v1.0.0 was released April, 26, 2022. It includes new commands that allow users to manage sensitive data discovery.
Downloads
Linux
Linux x86_64 (amd64):
Linux ARMv8 (arm64):
MacOS
Darwin x86_64 (amd64):
Darwin ARMv8 (arm64):
Windows
Download and add the binary to a directory in your system's $PATH as immuta.exe
:
Verify the File
New Commands
Updates and Enhancements
--output
or-o
flag allows you to specify yaml or json for the output.--template
option for theimmuta api
command has been changed to--outputTemplate
. Additionally, this option is now available for all commands so that users can customize the output.version
is now a flag instead of a command.
Fixes
Running
immuta policy clone
when there were no policies available to clone did not indicate that a target directory was not created or updated. The CLI now prints the messageNo global policies available to clone
.
Deprecations
The
verbose
option is deprecated (in favor of the--output
option).The
version
command is deprecated.
Last updated
Was this helpful?