From fe15a8dead7504777abd49a396319e6607865193 Mon Sep 17 00:00:00 2001 From: Christopher Fry Date: Mon, 30 Oct 2023 10:57:17 -0700 Subject: [PATCH] docs: update nomos cli readme (#980) --- cmd/nomos/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cmd/nomos/README.md b/cmd/nomos/README.md index c34738635e..20c472da39 100644 --- a/cmd/nomos/README.md +++ b/cmd/nomos/README.md @@ -1,8 +1,7 @@ # Nomos CLI Development -We distribute a binary called `nomos` for allowing users to get information -about their nomos repository and the status of Anthos Configuration Management -on their clusters. +We distribute a binary called `nomos` to allow users to get information about +their Config Sync repositories and the status of Config Sync on their clusters. ## CLI Patterns @@ -12,7 +11,7 @@ is implemented in sub-commands. ```nomos sub-command [options...]``` 2. **Cobra.** We use [Cobra](https://github.com/spf13/cobra) to define -subcommands and flags. See [main.go](main.go). +subcommands and flags. See [nomos.go](nomos.go). 3. **Multi-Cluster.** Commands default to showing information for all available clusters, with the option of limiting the scope to a cluster or set of