Skip to content

v0.1.4

Compare
Choose a tag to compare
released this 21 Apr 00:42
ed87f2c

Release Notes

Another day, another release. These are the release notes for the version v0.1.4.

Install Lacework CLI on Windows

C:\> Set-ExecutionPolicy Bypass -Scope Process -Force
C:\> iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/lacework/go-sdk/master/cli/install.ps1'))

Features

  • feat(install.ps1): support to install cli on windows (Salim Afiune Maya)(ae53d6f)

Bug Fixes

  • fix(cli): use correct variable inside install.sh (Salim Afiune Maya)(eda17d5)
  • fix(cli): support colors for windows (Salim Afiune Maya)(ea48379)

Documentation Updates

  • doc(api): adds _examples or token-generation (Salim Afiune Maya)(c9dbc02)
  • docs(cli): update install.sh to use CLI (Salim Afiune Maya)(d0fda04)
  • docs: added lacework-cli profiles (Salim Afiune Maya)(d2292b0)

Other Changes

  • chore(typo): misspelled word inside install.ps1 (Salim Afiune Maya)(ec93a96)
  • chore(timeout): increase api timeout to 60s (Salim Afiune Maya)(1f17bad)