Skip to content

Commit

Permalink
add validate command description
Browse files Browse the repository at this point in the history
  • Loading branch information
anastyakulyk committed Jul 29, 2024
1 parent bf25baa commit bf14214
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bf14214

Please sign in to comment.