Installation
Install Pitchfork
mise (Recommended)
mise-en-place is the recommended way to install pitchfork:
bash
mise use -g pitchforkCargo
Install from crates.io:
bash
cargo install pitchfork-cliGitHub Releases
Download pre-built binaries from GitHub Releases.
Verify Installation
bash
pitchfork --versionShell Completion
Pitchfork supports tab completion for bash, zsh, and fish.
TIP
Shell completion requires the usage CLI tool to be installed.
Bash
bash
mkdir -p ~/.local/share/bash-completion/completions
pitchfork completion bash > ~/.local/share/bash-completion/completions/pitchforkZsh
bash
mkdir -p ~/.zfunc
pitchfork completion zsh > ~/.zfunc/_pitchfork
# Add to ~/.zshrc: fpath=(~/.zfunc $fpath)Fish
bash
pitchfork completion fish > ~/.config/fish/completions/pitchfork.fishWhat's Next?
- Quick Start - Run your first daemon
- Your First Project - Set up a project with multiple daemons
