From bf142148661e364eaa8ad8e239506bb1aeb433b4 Mon Sep 17 00:00:00 2001 From: anastyakulyk Date: Mon, 29 Jul 2024 16:48:22 +0300 Subject: [PATCH] add validate command description --- docs/cli-commands.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/cli-commands.md b/docs/cli-commands.md index d0486365..72340c5d 100644 --- a/docs/cli-commands.md +++ b/docs/cli-commands.md @@ -6,16 +6,20 @@ * `build` Build cache dirs for all units in the current project. -* `destroy` Destroy an infrastructure deployed by the current project. - * `cdev` Refer to [Cluster.dev docs](https://docs.cluster.dev/) for details. +* `destroy` Destroy an infrastructure deployed by the current project. + * `help` Get help about any command. * `output` Display project outputs. * `plan` Show changes that will be applied in the current project. +* `validate` Validate the configuration files in a directory, referring only to the configuration and not accessing any remote state buckets. + + Validate runs checks that verify whether a configuration is syntactically valid and internally consistent, regardless of any provided variables or existing state. It is thus primarily useful for general verification of reusable stack templates. + ## Project * `project` Manage projects.