Skip to content

v0.1.3

Compare
Choose a tag to compare
released this 16 Apr 23:34
3bdce00

Release Notes

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

Major Changes

Introducing the new lacework configure command to configure the Lacework CLI:

$ lacework configure
Account: example
Access Key ID: EXAMPLE_1234EB06B01219B6B4D2529685B1652D7EBC2CD14AB9275
Secret Access Key: _1234567890bde000d77c2bbbe5c6

You are all set!

Profiles

You can switch between profiles with the --profile <name> global flag.

$ lacework integration list --profile prod

Features

  • feat(vul): show number of fixable vulnerabilities (Salim Afiune Maya)(6403029)
  • feat(cli): new vulnerability command (Salim Afiune Maya)(494d8d8)
  • feat(api): add vulnerabilities service (Salim Afiune Maya)(d0b2c3b)
  • feat: introducing named profiles (Salim Afiune Maya)(6fb64fd)
  • feat: disallow extra arguments on sub-commands (#48) (Salim Afiune Maya)(f67ca9a)
  • feat: add configure command (#47) (Salim Afiune Maya)(f334fda)

Other Changes

  • chore: adds a couple new go package dependencies (Salim Afiune Maya)(1842700)