Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion content/pages/docs/cli/manual/zoo.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Work seamlessly with Zoo from the command line
* [zoo auth](./zoo_auth)
* [zoo completion](./zoo_completion)
* [zoo config](./zoo_config)
* [zoo drake](./zoo_drake)
* [zoo file](./zoo_file)
* [zoo generate](./zoo_generate)
* [zoo kcl](./zoo_kcl)
Expand Down
27 changes: 0 additions & 27 deletions content/pages/docs/cli/manual/zoo_drake.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/pages/docs/cli/manual/zoo_file_center-of-mass.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Get the center of mass of an object in a CAD file.
<dd>The path to the input file. If you pass `-` as the path, the file will be read from stdin</dd>

<dt><code>-s/--src-format</code></dt>
<dd>A valid source file format<br/>Possible values: <code>fbx | gltf | obj | ply | sldprt | step | stl</code></dd>
<dd>A valid source file format<br/>Possible values: <code>acis | catia | creo | fbx | gltf | inventor | nx | obj | parasolid | ply | sldprt | step | stl</code></dd>

<dt><code>-f/--format</code></dt>
<dd>Output format<br/>Possible values: <code>json | yaml | table</code></dd>
Expand Down
2 changes: 1 addition & 1 deletion content/pages/docs/cli/manual/zoo_file_convert.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Convert a CAD file from one format to another.
<dd>The path to a directory to output the files</dd>

<dt><code>-s/--src-format</code></dt>
<dd>A valid source file format<br/>Possible values: <code>fbx | gltf | obj | ply | sldprt | step | stl</code></dd>
<dd>A valid source file format<br/>Possible values: <code>acis | catia | creo | fbx | gltf | inventor | nx | obj | parasolid | ply | sldprt | step | stl</code></dd>

<dt><code>-t/--output-format</code></dt>
<dd>A valid output file format<br/>Possible values: <code>fbx | glb | gltf | obj | ply | step | stl</code></dd>
Expand Down
2 changes: 1 addition & 1 deletion content/pages/docs/cli/manual/zoo_file_density.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Get the density of an object in a CAD file.
<dd>The path to the input file. If you pass `-` as the path, the file will be read from stdin</dd>

<dt><code>-s/--src-format</code></dt>
<dd>A valid source file format<br/>Possible values: <code>fbx | gltf | obj | ply | sldprt | step | stl</code></dd>
<dd>A valid source file format<br/>Possible values: <code>acis | catia | creo | fbx | gltf | inventor | nx | obj | parasolid | ply | sldprt | step | stl</code></dd>

<dt><code>-m/--material-mass</code></dt>
<dd>Material mass</dd>
Expand Down
2 changes: 1 addition & 1 deletion content/pages/docs/cli/manual/zoo_file_mass.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Get the mass of an object in a CAD file.
<dd>The path to the input file. If you pass `-` as the path, the file will be read from stdin</dd>

<dt><code>-s/--src-format</code></dt>
<dd>A valid source file format<br/>Possible values: <code>fbx | gltf | obj | ply | sldprt | step | stl</code></dd>
<dd>A valid source file format<br/>Possible values: <code>acis | catia | creo | fbx | gltf | inventor | nx | obj | parasolid | ply | sldprt | step | stl</code></dd>

<dt><code>-m/--material-density</code></dt>
<dd>Material density</dd>
Expand Down
2 changes: 1 addition & 1 deletion content/pages/docs/cli/manual/zoo_file_surface-area.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Get the surface area of an object in a CAD file.
<dd>The path to the input file. If you pass `-` as the path, the file will be read from stdin</dd>

<dt><code>-s/--src-format</code></dt>
<dd>A valid source file format<br/>Possible values: <code>fbx | gltf | obj | ply | sldprt | step | stl</code></dd>
<dd>A valid source file format<br/>Possible values: <code>acis | catia | creo | fbx | gltf | inventor | nx | obj | parasolid | ply | sldprt | step | stl</code></dd>

<dt><code>-f/--format</code></dt>
<dd>Output format<br/>Possible values: <code>json | yaml | table</code></dd>
Expand Down
4 changes: 2 additions & 2 deletions content/pages/docs/cli/manual/zoo_file_volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Get the volume of an object in a CAD file.
<dd>The path to the input file. If you pass `-` as the path, the file will be read from stdin</dd>

<dt><code>-s/--src-format</code></dt>
<dd>A valid source file format<br/>Possible values: <code>fbx | gltf | obj | ply | sldprt | step | stl</code></dd>
<dd>A valid source file format<br/>Possible values: <code>acis | catia | creo | fbx | gltf | inventor | nx | obj | parasolid | ply | sldprt | step | stl</code></dd>

<dt><code>-f/--format</code></dt>
<dd>Output format<br/>Possible values: <code>json | yaml | table</code></dd>

<dt><code>-u/--output-unit</code></dt>
<dd>Output unit<br/>Possible values: <code>cm3 | ft3 | in3 | m3 | yd3 | usfloz | usgal | l | ml</code></dd>
<dd>Output unit<br/>Possible values: <code>mm3 | cm3 | ft3 | in3 | m3 | yd3 | usfloz | usgal | l | ml</code></dd>

<dt><code>-d/--debug</code></dt>
<dd>Print debug info<br/>Default value: <code>false</code></dd>
Expand Down
3 changes: 3 additions & 0 deletions content/pages/docs/cli/manual/zoo_user_edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Edit user settings.
### Options

<dl class="flags">
<dt><code>-a/--allow-pay-as-you-go</code></dt>
<dd>Whether the user has opted into pay-as-you-go charges after using their included credits<br/>Possible values: <code>true | false</code></dd>

<dt><code>-c/--company</code></dt>
<dd>The user's company</dd>

Expand Down
Loading