# Installing the CLI
# macOS
Run the following command:
curl https://cli.pipedream.com/install | sh
This will automatically download and install the pd
CLI to your Mac. You can also download the macOS build, unzip that archive, and place the pd
binary somewhere in your PATH
.
If this returns a permissions error, you may need to run:
curl https://cli.pipedream.com/install | sudo sh
# Linux
Download the CLI build for your architecture below. Unzip that archive, and place the pd
binary somewhere in your PATH
.
# Windows (native)
Download the CLI build for Windows. Unzip that archive, save pd.exe
in Program Files, and add its file path to Path
in your system environment variables. Use pd.exe
in a terminal that supports ANSI colors, like the Windows Terminal.
# Windows (WSL)
Download the appropriate Linux CLI build for your architecture. Unzip that archive, and place the pd
binary somewhere in your PATH
.
# CLI Builds
Pipedream publishes the following builds of the CLI. If you need to use the CLI on another OS or architecture, please reach out.
Operating System | Architecture | link |
---|---|---|
Linux | amd64 | download |
Linux | 386 | download |
Linux | arm | download |
Linux | arm64 | download |
macOS | amd64 | download |
Windows | amd64 | download |
Run pd
to see a list of all commands, or pd help <command>
to display help docs for a specific command.
See the CLI reference for detailed usage and examples for each command.