You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli-commands.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,20 @@
6
6
7
7
*`build` Build cache dirs for all units in the current project.
8
8
9
-
*`destroy` Destroy an infrastructure deployed by the current project.
10
-
11
9
*`cdev` Refer to [Cluster.dev docs](https://docs.cluster.dev/) for details.
12
10
11
+
*`destroy` Destroy an infrastructure deployed by the current project.
12
+
13
13
*`help` Get help about any command.
14
14
15
15
*`output` Display project outputs.
16
16
17
17
*`plan` Show changes that will be applied in the current project.
18
18
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.
0 commit comments