Skip to content

Install Zoo CLI

Actions
Install Zoo CLI on a Linux or Windows host for use in Github workflows
v0.2.21
Latest
Verified creator
Star (4)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Install Zoo CLI

Use the Zoo CLI in your Github workflows.

Example usage:

name: Install Zoo cli and convert demo
on:
  pull_request:
jobs:
  convert-with-powershell:
    runs-on: windows-latest
    steps:
      - uses: actions/checkout@v3
      - uses: KittyCAD/action-install-cli@v0.2.21
      - name: convert
        run: zoo file convert --output-format=stl test-file.obj ./
        shell: powershell
        env: 
          ZOO_TOKEN: ${{ secrets.ZOO_TOKEN }}

Make sure you generate your ZOO_TOKEN and add it to your repo secrets

Be sure to look at our other Github Actions.

Install Zoo CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install Zoo CLI on a Linux or Windows host for use in Github workflows
v0.2.21
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Install Zoo CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.