Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display help command when unknown command is passed #107

Closed
scottford-lw opened this issue May 21, 2020 · 0 comments
Closed

Display help command when unknown command is passed #107

scottford-lw opened this issue May 21, 2020 · 0 comments
Labels
cli Something related to the Lacework CLI ux User Experience

Comments

@scottford-lw
Copy link
Contributor

As a user if I pass an unknown command the CLI should display the help...

Current Behavior

$ lacework foo                                                                                                                                         
ERROR unknown command "foo" for "lacework"

Desired Behavior

$ lacework foo                                                                                                                                         
ERROR unknown command "foo" for "lacework"

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
  compliance    manage compliance reports
  configure     configure the Lacework CLI
  event         inspect Lacework events
  help          Help about any command
  integration   manage external integrations
  version       print the Lacework CLI version
  vulnerability view vulnerability reports and run on-demand scans

@afiune afiune added documentation Improvements or additions to documentation ux User Experience and removed documentation Improvements or additions to documentation labels Jun 2, 2020
@afiune afiune changed the title [cli] Display help command when unknown command is passed Display help command when unknown command is passed Jun 4, 2020
@afiune afiune added the cli Something related to the Lacework CLI label Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Something related to the Lacework CLI ux User Experience
Projects
None yet
Development

No branches or pull requests

3 participants