Skip to content

Commit

Permalink
🧹 Update cnquery description from fleet -> infra (#2109)
Browse files Browse the repository at this point in the history
We're not using the fleet word anymore. Update to infrastructure to
match the same change we made in v8

Signed-off-by: Tim Smith <tsmith84@gmail.com>
  • Loading branch information
tas50 authored Oct 6, 2023
1 parent 1763858 commit 3e9d953
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

**Open source, cloud-native asset inventory and discovery**

cnquery is a cloud-native tool for querying your entire fleet. It answers thousands of questions about your infrastructure and integrates with over 300 resources across cloud accounts, Kubernetes, containers, services, VMs, APIs, and more.
cnquery is a cloud-native tool for querying your entire infrastructure. It answers thousands of questions about your infrastructure and integrates with over 300 resources across cloud accounts, Kubernetes, containers, services, VMs, APIs, and more.

![cnquery run example](docs/images/cnquery-run.gif)

Expand Down Expand Up @@ -130,7 +130,7 @@ Go to [console.mondoo.com](http://console.mondoo.com) to sign up.

To learn about Mondoo Platform, read the [Mondoo Platform docs](https://mondoo.com/docs/platform/home/) or visit [mondoo.com](https://www.mondoo.com).

## Distribute queries across your fleet with private query packs
## Distribute queries across your infrastructure with private query packs

You can create and share query packs using the Registry in the Mondoo Console. The Registry is a secure, private environment in your account where you store both Mondoo query packs and custom query packs. This lets you use the same query packs for all assets.

Expand Down Expand Up @@ -194,7 +194,7 @@ cnquery bundle upload mypack.mql.yaml

## What's next?

There are so many things cnquery can do! Gather information about your fleet, find tool-sprawl across systems, run incident response, and share data with auditors… cnquery is nearly limitless in capabilities.
There are so many things cnquery can do! Gather information about your infrastructure, find tool-sprawl across systems, run incident response, and share data with auditors… cnquery is nearly limitless in capabilities.

Explore:

Expand Down
2 changes: 1 addition & 1 deletion apps/cnquery/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

const (
askForPasswordValue = ">passwordisnotset<"
rootCmdDesc = "cnquery is a cloud-native tool for querying your entire fleet.\n"
rootCmdDesc = "cnquery is a cloud-native tool for querying your entire infrastructure.\n"

// we send a 78 exit code to prevent systemd service from restart
ConfigurationErrorCode = 78
Expand Down

0 comments on commit 3e9d953

Please sign in to comment.