Skip to content

v0.1.9

Compare
Choose a tag to compare
released this 01 May 18:52
4fc2ac3

Release Notes

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

🐳 Ship it Small & Fast!

From this release on, we are shipping the Lacework CLI in a 7MB Docker container!

Snip it:

$ docker run techallylw/lacework-cli

The Lacework Command Line Interface is a tool that helps you manage the
Lacework cloud security platform. Use it to manage compliance reports,
external integrations, vulnerability scans, and other operations.

Start by configuring the Lacework CLI with the command:

    $ lacework configure

This will prompt you for your Lacework account and a set of API access keys.

Usage:
  lacework [command]

Available Commands:
  api           helper to call Lacework's RestfulAPI
  configure     configure the Lacework CLI
  event         inspect Lacework events
  integration   manage external integrations
  version       print the Lacework CLI version
  vulnerability view vulnerability reports and run on-demand scans

Flags:
  -a, --account string      account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
  -k, --api_key string      access key id
  -s, --api_secret string   secret access key
      --debug               turn on debug logging
      --json                switch commands output from human-readable to json format
      --nocolor             turn off colors
      --noninteractive      disable interactive progress bars (i.e. 'spinners')
  -p, --profile string      switch between profiles configured at ~/.lacework.toml

Use "lacework [command] --help" for more information about a command.

Features

  • feat: Add lacework-cli containers (Salim Afiune Maya)(73cdda0)
  • feat(cli): create Azure integrations (Salim Afiune Maya)(29105e7)
  • feat(cli): create GCP integrations (Salim Afiune Maya)(b2154a1)
  • feat(cli): create AWS CloudTrail integrations (Salim Afiune Maya)(7e80795)
  • feat(cli): create integration sub-command (Salim Afiune Maya)(9842a0d)
  • feat(api): create container registry integrations (Salim Afiune Maya)(e33613d)
  • feat(cli): delete external integrations (Salim Afiune Maya)(fe802b4)

Refactor

  • refactor(cli): new configure command using survey (Salim Afiune Maya)(d311ed4)

Other Changes

  • style: avoid mixing duties between api and cli (Salim Afiune Maya)(b245d9f)
  • style(cli): use appropriate icons per platform (Salim Afiune Maya)(c3e051e)
  • chore(cli): update int create usage message (Salim Afiune Maya)(0959618)
  • chore(deps): remove promptui in favor of survey (Salim Afiune Maya)(0c663aa)