Skip to content

Commit bf14214

Browse files
committed
add validate command description
1 parent bf25baa commit bf14214

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: docs/cli-commands.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,20 @@
66

77
* `build` Build cache dirs for all units in the current project.
88

9-
* `destroy` Destroy an infrastructure deployed by the current project.
10-
119
* `cdev` Refer to [Cluster.dev docs](https://docs.cluster.dev/) for details.
1210

11+
* `destroy` Destroy an infrastructure deployed by the current project.
12+
1313
* `help` Get help about any command.
1414

1515
* `output` Display project outputs.
1616

1717
* `plan` Show changes that will be applied in the current project.
1818

19+
* `validate` Validate the configuration files in a directory, referring only to the configuration and not accessing any remote state buckets.
20+
21+
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.
22+
1923
## Project
2024

2125
* `project` Manage projects.

0 commit comments

Comments
 (0)