diff --git a/content/docs/reference/command/_en.md b/content/docs/reference/command/_en.md index 7a3d9ce30..cc8ee45d9 100644 --- a/content/docs/reference/command/_en.md +++ b/content/docs/reference/command/_en.md @@ -2,11 +2,31 @@ title: The cue command weight: 50 toc_hide: false -aliases: [/docs/reference/cli] --- +The `cue` command is a versatile interface for working with CUE and its ecosystem. +It provides a variety of sub-commands, including tools +for [validating]({{}}), +[importing]({{}}), and +[exporting]({{}}) data and constraints; +for running +[data-driven workflows]({{}}); +and for working with dependencies via +[CUE modules]({{}}) and +[module registries]({{}}). + +On this page you can find [the full list of sub-commands](#help-texts) +in the latest version of `cue`, and their built-in help texts. +You'll also find an incomplete-but-expanding set of guides dedicated to +[the most commonly-used sub-commands](#guides). +These guides include curated links to related content, including how-to guides, +tutorials and other relevant documentation. + + ### Guides +Dedicated guides for common `cue` sub-commands: + {{}} {{< card href="cue-export/" @@ -17,8 +37,9 @@ configurations encoded in formats like JSON or YAML. {{}} {{}} + ### Help texts -The `cue help` command displays a help text for every `cue` subcommand. -If a guide is not yet available for a particular command (above) -then refer to the related help text in this list: +The built-in help texts available in the +[latest version]({{}}#installing-the-cue-command) +of `cue`: diff --git a/hugo/content/en/docs/reference/command/_index.md b/hugo/content/en/docs/reference/command/_index.md index 7a3d9ce30..cc8ee45d9 100644 --- a/hugo/content/en/docs/reference/command/_index.md +++ b/hugo/content/en/docs/reference/command/_index.md @@ -2,11 +2,31 @@ title: The cue command weight: 50 toc_hide: false -aliases: [/docs/reference/cli] --- +The `cue` command is a versatile interface for working with CUE and its ecosystem. +It provides a variety of sub-commands, including tools +for [validating]({{}}), +[importing]({{}}), and +[exporting]({{}}) data and constraints; +for running +[data-driven workflows]({{}}); +and for working with dependencies via +[CUE modules]({{}}) and +[module registries]({{}}). + +On this page you can find [the full list of sub-commands](#help-texts) +in the latest version of `cue`, and their built-in help texts. +You'll also find an incomplete-but-expanding set of guides dedicated to +[the most commonly-used sub-commands](#guides). +These guides include curated links to related content, including how-to guides, +tutorials and other relevant documentation. + + ### Guides +Dedicated guides for common `cue` sub-commands: + {{}} {{< card href="cue-export/" @@ -17,8 +37,9 @@ configurations encoded in formats like JSON or YAML. {{}} {{}} + ### Help texts -The `cue help` command displays a help text for every `cue` subcommand. -If a guide is not yet available for a particular command (above) -then refer to the related help text in this list: +The built-in help texts available in the +[latest version]({{}}#installing-the-cue-command) +of `cue`: