-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: show component command in lacework --help (#1660)
* chore: show component command in lacework --help * chore: gitlint
- Loading branch information
1 parent
2d7d669
commit 6db317d
Showing
8 changed files
with
36 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Show details about a component | ||
|
||
Usage: | ||
lacework component show <component> [flags] | ||
|
||
Flags: | ||
-h, --help help for show | ||
|
||
Global 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 | ||
--api_token string access token (replaces the use of api_key and api_secret) | ||
--debug turn on debug logging | ||
--json switch commands output from human-readable to json format | ||
--nocache turn off caching | ||
--nocolor turn off colors | ||
--noninteractive turn off interactive mode (disable spinners, prompts, etc.) | ||
--organization access organization level data sets (org admins only) | ||
-p, --profile string switch between profiles configured at ~/.lacework.toml | ||
--subaccount string sub-account name inside your organization (org admins only) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters