diff --git a/content/pages/docs/cli/manual/zoo_kcl_analyze.md b/content/pages/docs/cli/manual/zoo_kcl_analyze.md
index 6896285c..d7589885 100644
--- a/content/pages/docs/cli/manual/zoo_kcl_analyze.md
+++ b/content/pages/docs/cli/manual/zoo_kcl_analyze.md
@@ -39,6 +39,9 @@ Analyze multiple physical properties of objects in a kcl file.
--show-trace
If true, print a link to this request's tracing data
Default value: false
+ --allow-errors
+ When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice
Default value: false
+
-d/--debug
Print debug info
Default value: false
diff --git a/content/pages/docs/cli/manual/zoo_kcl_bounding-box.md b/content/pages/docs/cli/manual/zoo_kcl_bounding-box.md
index 55d4bdfc..d67f2e2b 100644
--- a/content/pages/docs/cli/manual/zoo_kcl_bounding-box.md
+++ b/content/pages/docs/cli/manual/zoo_kcl_bounding-box.md
@@ -18,6 +18,9 @@ Get the bounding box that contains everything in a KCL file.
-u/--output-unit
Output unit
+ --allow-errors
+ When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice
Default value: false
+
-d/--debug
Print debug info
Default value: false
diff --git a/content/pages/docs/cli/manual/zoo_kcl_center-of-mass.md b/content/pages/docs/cli/manual/zoo_kcl_center-of-mass.md
index c65e51dc..08e725f7 100644
--- a/content/pages/docs/cli/manual/zoo_kcl_center-of-mass.md
+++ b/content/pages/docs/cli/manual/zoo_kcl_center-of-mass.md
@@ -21,6 +21,9 @@ Get the center of mass of objects in a kcl file.
--show-trace
If true, print a link to this request's tracing data
Default value: false
+ --allow-errors
+ When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice
Default value: false
+
-d/--debug
Print debug info
Default value: false
diff --git a/content/pages/docs/cli/manual/zoo_kcl_density.md b/content/pages/docs/cli/manual/zoo_kcl_density.md
index 68e8d663..c57f8b68 100644
--- a/content/pages/docs/cli/manual/zoo_kcl_density.md
+++ b/content/pages/docs/cli/manual/zoo_kcl_density.md
@@ -27,6 +27,9 @@ Get the density of objects in a kcl file.
--show-trace
If true, print a link to this request's tracing data
Default value: false
+ --allow-errors
+ When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice
Default value: false
+
-d/--debug
Print debug info
Default value: false
diff --git a/content/pages/docs/cli/manual/zoo_kcl_export.md b/content/pages/docs/cli/manual/zoo_kcl_export.md
index f2ec4dae..76cc2e15 100644
--- a/content/pages/docs/cli/manual/zoo_kcl_export.md
+++ b/content/pages/docs/cli/manual/zoo_kcl_export.md
@@ -27,6 +27,9 @@ Export a `kcl` file as any other supported CAD file format.
--deterministic
If true, the output file should be deterministic, meaning any date or time information will be replaced with a fixed value. This is useful for when pushing to version control
Default value: false
+ --allow-errors
+ When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice
Default value: false
+
-d/--debug
Print debug info
Default value: false
diff --git a/content/pages/docs/cli/manual/zoo_kcl_mass.md b/content/pages/docs/cli/manual/zoo_kcl_mass.md
index a36bf4a5..8a40f60e 100644
--- a/content/pages/docs/cli/manual/zoo_kcl_mass.md
+++ b/content/pages/docs/cli/manual/zoo_kcl_mass.md
@@ -27,6 +27,9 @@ Get the mass of objects in a kcl file.
--show-trace
If true, print a link to this request's tracing data
Default value: false
+ --allow-errors
+ When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice
Default value: false
+
-d/--debug
Print debug info
Default value: false
diff --git a/content/pages/docs/cli/manual/zoo_kcl_snapshot.md b/content/pages/docs/cli/manual/zoo_kcl_snapshot.md
index 2a08357e..6e897421 100644
--- a/content/pages/docs/cli/manual/zoo_kcl_snapshot.md
+++ b/content/pages/docs/cli/manual/zoo_kcl_snapshot.md
@@ -30,6 +30,9 @@ Snapshot a render of a `kcl` file as any supported image format.
--replay
If true, tell engine to store a replay
Default value: false
+ --allow-errors
+ When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice
Default value: false
+
--angle
Which angle to take the snapshot from. Defaults to "front"
Possible values: front | top | right-side | four-ways | iso
diff --git a/content/pages/docs/cli/manual/zoo_kcl_surface-area.md b/content/pages/docs/cli/manual/zoo_kcl_surface-area.md
index b15fcbd9..8a284a24 100644
--- a/content/pages/docs/cli/manual/zoo_kcl_surface-area.md
+++ b/content/pages/docs/cli/manual/zoo_kcl_surface-area.md
@@ -21,6 +21,9 @@ Get the surface area of objects in a kcl file.
--show-trace
If true, print a link to this request's tracing data
Default value: false
+ --allow-errors
+ When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice
Default value: false
+
-d/--debug
Print debug info
Default value: false
diff --git a/content/pages/docs/cli/manual/zoo_kcl_view.md b/content/pages/docs/cli/manual/zoo_kcl_view.md
index 97ad4b07..ecec238b 100644
--- a/content/pages/docs/cli/manual/zoo_kcl_view.md
+++ b/content/pages/docs/cli/manual/zoo_kcl_view.md
@@ -24,6 +24,9 @@ View a render of a `kcl` file in your terminal.
--camera-padding
How much padding to use when zooming before the screenshot. Positive padding will zoom out, negative padding will zoom in (and therefore crop). e.g. padding = 0.2 means the view will span 120% of the object(s) bounding box, and padding = -0.2 means the view will span 80% of the object(s) bounding box
Default value: 0.1
+ --allow-errors
+ When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice
Default value: false
+
-d/--debug
Print debug info
Default value: false
diff --git a/content/pages/docs/cli/manual/zoo_kcl_volume.md b/content/pages/docs/cli/manual/zoo_kcl_volume.md
index 8b84f31f..c961398c 100644
--- a/content/pages/docs/cli/manual/zoo_kcl_volume.md
+++ b/content/pages/docs/cli/manual/zoo_kcl_volume.md
@@ -21,6 +21,9 @@ Get the volume of an object in a kcl file.
--show-trace
If true, print a link to this request's tracing data
Default value: false
+ --allow-errors
+ When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice
Default value: false
+
-d/--debug
Print debug info
Default value: false