@platter/cli

"The CLI used to interact with the Platter platform"


License
MIT
Install
npm install @platter/cli@0.9.4

Documentation

releases

This repository is used to publicly release packages and binaries from Platter's closed-source codebases. Check out the Releases in the sidebar to see what's available!

Easy mode installation

https://docs.platter.dev/cli

Hard mode installation

  1. Download the latest Platter CLI binary for your platform: latest release download page
  2. Rename it to platter:
    • (Linux and Mac) mv <platform>-platter platter
    • (Windows) ren windows-platter.exe platter.exe
  3. (Linux and Mac only) make it executable: chmod +x platter
  4. Ensure it is somewhere on your PATH
  5. Check out the docs to get started.