Downloads:
4,745
Downloads of v 2.1.3:
31
Last Update:
13 Nov 2024
Package Maintainer(s):
Software Author(s):
- Lacework
Tags:
lacework cli cloud security- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Lacework CLI
- 1
- 2
- 3
2.1.3 | Updated: 13 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
4,745
Downloads of v 2.1.3:
31
Maintainer(s):
Software Author(s):
- Lacework
Lacework CLI 2.1.3
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Lacework. The inclusion of Lacework trademark(s), if any, upon this webpage is solely to identify Lacework goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Lacework CLI, run the following command from the command line or from PowerShell:
To upgrade Lacework CLI, run the following command from the command line or from PowerShell:
To uninstall Lacework CLI, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download lacework-cli --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade lacework-cli -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade lacework-cli -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install lacework-cli
win_chocolatey:
name: lacework-cli
version: '2.1.3'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'lacework-cli' do
action :install
source 'INTERNAL REPO URL'
version '2.1.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller lacework-cli
{
Name = "lacework-cli"
Version = "2.1.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'lacework-cli':
ensure => '2.1.3',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 14 Nov 2024.
The Lacework CLI is an open source project written
in Golang and released as separate binaries for Linux, macOS, and, yes, even Windows! Additionally, all releases of the
CLI are published as Docker containers to Docker Hub for various
platforms with the intended purpose of integrating with CI/CD automation pipelines.
Lacework as a platform provides a set of robust APIs for configuring accounts within the platform, as well as accessing
data from accounts. The Lacework CLI provides an interface to those APIs with the goal of providing fast, accurate, and
actionable insights into the platform.
For more details, go to https://docs.lacework.com/cli
Important Notice
Since the release of the Lacework CLI version 1.30.0
we noticed that the virus scan reports positive findings. We
have analyzed the generated binaries and we have not found any virus.
This is a common false-positive in the Golang community for Windows binaries. For details, go to https://golang.org/doc/faq#virus
<#
.SYNOPSIS
Uninstalls the Lacework CLI.
Authors: Technology Alliances <[email protected]>
.DESCRIPTION
This script removes any env vars created by Lacework CLI installation.
#>
$ErrorActionPreference = 'stop';
Uninstall-ChocolateyPackage -PackageName lacework-cli
[Environment]::SetEnvironmentVariable("LW_CHOCOLATEY_INSTALL", $null, "Machine")
Log in or click on link to see number of positives.
- lacework-cli.2.1.3.nupkg (2e31a4a042aa) - ## / 68
- lacework-cli-windows-amd64.exe.zip (5d2177916eed) - ## / 67
- lacework-cli-windows-386.exe.zip (7bb6a2571297) - ## / 67
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Lacework CLI 2.1.3 | 31 | Wednesday, November 13, 2024 | Approved | |
Lacework CLI 2.1.2 | 57 | Friday, November 1, 2024 | Approved | |
Lacework CLI 2.1.1 | 14 | Thursday, October 31, 2024 | Approved | |
Lacework CLI 2.1.0 | 8 | Wednesday, October 30, 2024 | Approved | |
Lacework CLI 1.54.0 | 40 | Thursday, October 17, 2024 | Approved | |
Lacework CLI 1.53.0 | 55 | Monday, September 23, 2024 | Approved | |
Lacework CLI 1.51.0 | 203 | Wednesday, June 12, 2024 | Approved | |
Lacework CLI 1.50.0 | 266 | Monday, April 29, 2024 | Approved | |
Lacework CLI 1.49.0 | 227 | Saturday, March 23, 2024 | Approved | |
Lacework CLI 1.48.0 | 29 | Thursday, March 21, 2024 | Approved | |
Lacework CLI 1.47.2 | 111 | Friday, March 8, 2024 | Approved | |
Lacework CLI 1.47.1 | 26 | Thursday, March 7, 2024 | Approved | |
Lacework CLI 1.47.0 | 46 | Tuesday, March 5, 2024 | Approved | |
Lacework CLI 1.46.3 | 37 | Friday, March 1, 2024 | Approved | |
Lacework CLI 1.46.1 | 58 | Friday, February 23, 2024 | Approved | |
Lacework CLI 1.46.0 | 33 | Friday, February 23, 2024 | Approved | |
Lacework CLI 1.45.0 | 31 | Wednesday, February 21, 2024 | Approved | |
Lacework CLI 1.44.4 | 117 | Monday, January 29, 2024 | Approved | |
Lacework CLI 1.44.3 | 49 | Thursday, January 25, 2024 | Approved | |
Lacework CLI 1.44.2 | 50 | Thursday, January 18, 2024 | Approved | |
Lacework CLI 1.44.1 | 30 | Friday, January 12, 2024 | Approved | |
Lacework CLI 1.44.0 | 34 | Wednesday, January 10, 2024 | Approved | |
Lacework CLI 1.43.0 | 39 | Tuesday, January 2, 2024 | Approved | |
Lacework CLI 1.42.0 | 62 | Thursday, December 14, 2023 | Approved | |
Lacework CLI 1.41.1 | 43 | Thursday, December 7, 2023 | Approved | |
Lacework CLI 1.41.0 | 34 | Thursday, December 7, 2023 | Approved | |
Lacework CLI 1.40.2 | 43 | Tuesday, November 21, 2023 | Approved | |
Lacework CLI 1.40.1 | 35 | Saturday, November 18, 2023 | Approved | |
Lacework CLI 1.40.0 | 38 | Thursday, November 16, 2023 | Approved | |
Lacework CLI 1.39.0 | 35 | Wednesday, November 15, 2023 | Approved | |
Lacework CLI 1.38.0 | 36 | Thursday, November 9, 2023 | Approved | |
Lacework CLI 1.37.0 | 38 | Tuesday, November 7, 2023 | Approved | |
Lacework CLI 1.34.0 | 45 | Wednesday, October 11, 2023 | Approved | |
Lacework CLI 1.33.3 | 48 | Friday, September 29, 2023 | Approved | |
Lacework CLI 1.33.2 | 35 | Thursday, September 28, 2023 | Approved | |
Lacework CLI 1.33.1 | 38 | Tuesday, September 26, 2023 | Approved | |
Lacework CLI 1.33.0 | 42 | Monday, September 25, 2023 | Approved | |
Lacework CLI 1.32.2 | 42 | Wednesday, September 13, 2023 | Approved | |
Lacework CLI 1.32.1 | 33 | Wednesday, September 13, 2023 | Approved | |
Lacework CLI 1.32.0 | 43 | Friday, September 8, 2023 | Approved | |
Lacework CLI 1.31.0 | 39 | Wednesday, September 6, 2023 | Approved | |
Lacework CLI 1.30.2 | 47 | Wednesday, August 30, 2023 | Approved | |
Lacework CLI 1.30.1 | 50 | Friday, August 25, 2023 | Approved | |
Lacework CLI 1.30.0 | 39 | Friday, August 25, 2023 | Approved | |
Lacework CLI 1.29.1 | 41 | Monday, August 21, 2023 | Approved | |
Lacework CLI 1.29.0 | 38 | Thursday, August 10, 2023 | Approved | |
Lacework CLI 1.28.0 | 37 | Wednesday, August 9, 2023 | Approved | |
Lacework CLI 1.27.2 | 47 | Thursday, July 13, 2023 | Approved | |
Lacework CLI 1.27.1 | 36 | Thursday, July 13, 2023 | Approved | |
Lacework CLI 1.27.0 | 42 | Monday, July 10, 2023 | Approved | |
Lacework CLI 1.26.0 | 37 | Wednesday, July 5, 2023 | Approved | |
Lacework CLI 1.25.0 | 33 | Friday, June 30, 2023 | Approved | |
Lacework CLI 1.24.1 | 37 | Wednesday, June 28, 2023 | Approved | |
Lacework CLI 1.24.0 | 44 | Monday, June 26, 2023 | Approved | |
Lacework CLI 1.23.0 | 57 | Thursday, June 22, 2023 | Approved | |
Lacework CLI 1.22.0 | 68 | Thursday, May 25, 2023 | Approved | |
Lacework CLI 1.21.0 | 52 | Wednesday, May 17, 2023 | Approved | |
Lacework CLI 1.20.0 | 46 | Tuesday, May 16, 2023 | Approved | |
Lacework CLI 1.19.0 | 45 | Monday, May 15, 2023 | Approved | |
Lacework CLI 1.18.4 | 51 | Wednesday, May 10, 2023 | Approved | |
Lacework CLI 1.18.3 | 45 | Monday, May 8, 2023 | Approved | |
Lacework CLI 1.18.2 | 47 | Thursday, May 4, 2023 | Approved | |
Lacework CLI 1.18.1 | 39 | Thursday, May 4, 2023 | Approved | |
Lacework CLI 1.18.0 | 49 | Wednesday, May 3, 2023 | Approved | |
Lacework CLI 1.17.0 | 50 | Friday, April 21, 2023 | Approved | |
Lacework CLI 1.16.0 | 56 | Friday, April 7, 2023 | Approved | |
Lacework CLI 1.15.1 | 54 | Tuesday, March 28, 2023 | Approved | |
Lacework CLI 1.15.0 | 49 | Monday, March 27, 2023 | Approved | |
Lacework CLI 1.14.0 | 45 | Friday, March 17, 2023 | Approved | |
Lacework CLI 1.13.4 | 50 | Thursday, March 16, 2023 | Approved | |
Lacework CLI 1.13.3 | 41 | Tuesday, March 14, 2023 | Approved | |
Lacework CLI 1.13.2 | 48 | Friday, March 10, 2023 | Approved | |
Lacework CLI 1.13.1 | 46 | Friday, March 10, 2023 | Approved | |
Lacework CLI 1.13.0 | 57 | Tuesday, March 7, 2023 | Approved | |
Lacework CLI 1.12.0 | 53 | Thursday, March 2, 2023 | Approved | |
Lacework CLI 1.11.1 | 41 | Monday, February 27, 2023 | Approved | |
Lacework CLI 1.11.0 | 52 | Wednesday, February 22, 2023 | Approved | |
Lacework CLI 1.10.0 | 49 | Thursday, February 9, 2023 | Approved | |
Lacework CLI 1.9.3 | 56 | Tuesday, February 7, 2023 | Approved | |
Lacework CLI 1.9.2 | 42 | Tuesday, February 7, 2023 | Approved | |
Lacework CLI 1.9.1 | 40 | Tuesday, February 7, 2023 | Approved | |
Lacework CLI 1.9.0 | 43 | Thursday, February 2, 2023 | Approved | |
Lacework CLI 1.8.0 | 42 | Tuesday, January 31, 2023 | Approved | |
Lacework CLI 1.7.0 | 41 | Tuesday, January 24, 2023 | Approved | |
Lacework CLI 1.6.0 | 52 | Friday, January 20, 2023 | Approved | |
Lacework CLI 1.5.3 | 39 | Saturday, January 14, 2023 | Approved | |
Lacework CLI 1.5.2 | 47 | Friday, January 13, 2023 | Approved | |
Lacework CLI 1.5.0 | 47 | Tuesday, January 10, 2023 | Approved | |
Lacework CLI 1.4.0 | 46 | Thursday, January 5, 2023 | Approved | |
Lacework CLI 0.44.0 | 52 | Thursday, October 27, 2022 | Approved | |
Lacework CLI 0.42.0 | 51 | Wednesday, October 19, 2022 | Approved | |
Lacework CLI 0.36.0 | 84 | Thursday, September 1, 2022 | Approved |
Lacework
This package has no dependencies.
Ground Rules:
- This discussion is only about Lacework CLI and the Lacework CLI package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Lacework CLI, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.