zenith-docs/docs/command-reference/index.md
2025-11-28 15:34:21 -05:00

45 lines
854 B
Markdown

# Command Reference
Complete reference for command-line tools and operations in the Zenith ecosystem.
## Available Commands
- [zenithd](zenithd.md) - Main blockchain node commands
- [urbit](urbit.md) - Urbit-related operations
## Quick Reference
### Common zenithd Commands
```bash
# Start node
zenithd start
# Query participants
zenithd query onboarding participants
# Process attestations
zenithd process-participants <input.json> <output.json>
```
### Development Commands
```bash
# Build and install
make install
# Initialize testnet
./scripts/init.sh
# Generate protobuf
make proto-gen
```
### Deployment Commands
```bash
# Deploy with Ansible
ansible-playbook stage0-site.yml -e "mode=start"
# Using laconic-so
laconic-so deployment --dir deployment start
```
For detailed command documentation, see the individual reference pages.