Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao committed Oct 16, 2024
1 parent 8a28654 commit 3668574
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/test_resources/help/component_list
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Global Flags:
--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)
--subaccount string sub-account name inside your organization (org admins only)
21 changes: 21 additions & 0 deletions integration/test_resources/help/component_show
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)
2 changes: 1 addition & 1 deletion integration/test_resources/help/component_uninstall
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Global Flags:
--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)
--subaccount string sub-account name inside your organization (org admins only)

0 comments on commit 3668574

Please sign in to comment.