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

🐛 fix root cmd name #3018

Merged
merged 2 commits into from
Jan 12, 2024
Merged

🐛 fix root cmd name #3018

merged 2 commits into from
Jan 12, 2024

Conversation

chris-rock
Copy link
Member

We have overwritten the short description of the root commands.

before

> cnquery help
  ___ _ __   __ _ _   _  ___ _ __ _   _ 
 / __| '_ \ / _` | | | |/ _ \ '__| | | |
| (__| | | | (_| | |_| |  __/ |  | |_| |
 \___|_| |_|\__, |\__,_|\___|_|   \__, |
  mondoo™      |_|                |___/ 

cnquery is a cloud-native tool for querying your entire infrastructure.

Usage:
  cnquery [command]

Available Commands:
  bundle        Create, upload, and validate query packs.
  completion    Generate the autocompletion script for the specified shell
  help          Help about any command
  login         Register with Mondoo Platform.
  logout        Log out from Mondoo Platform.
  providers     Providers add connectivity to all assets.
  run           Run a query with your local system
  sbom          Collect a software bill of materials (SBOM) for your local system
  scan          Scan your local system
  shell         Interactive shell with your local system
  status        Verify access to Mondoo Platform.
  vault         Manage vault environments.
  version       Display the cnquery version.

after

> cnquery help 
  ___ _ __   __ _ _   _  ___ _ __ _   _ 
 / __| '_ \ / _` | | | |/ _ \ '__| | | |
| (__| | | | (_| | |_| |  __/ |  | |_| |
 \___|_| |_|\__, |\__,_|\___|_|   \__, |
  mondoo™      |_|                |___/ 

cnquery is a cloud-native tool for querying your entire infrastructure.

Usage:
  cnquery [command]

Available Commands:
  bundle        Create, upload, and validate query packs.
  completion    Generate the autocompletion script for the specified shell
  help          Help about any command
  login         Register with Mondoo Platform.
  logout        Log out from Mondoo Platform.
  providers     Providers add connectivity to all assets.
  run           Run an MQL query.
  sbom          Experimental: Generate a software bill of materials (SBOM) for a given asset.
  scan          Scan assets with one or more query packs.
  shell         Interactive query shell for MQL.
  status        Verify access to Mondoo Platform.
  vault         Manage vault environments.
  version       Display the cnquery version.

Copy link
Member

@arlimus arlimus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, that's been bugging me as well 👍

@chris-rock chris-rock force-pushed the chris-rock/fix-root-cmd-name branch from 9fc16bc to b301fab Compare January 12, 2024 18:22
@chris-rock chris-rock merged commit ed5ecf0 into main Jan 12, 2024
5 checks passed
@chris-rock chris-rock deleted the chris-rock/fix-root-cmd-name branch January 12, 2024 18:38
@github-actions github-actions bot locked and limited conversation to collaborators Jan 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants