provisioning/docs/src/development/command-reference.md

55 lines
1.3 KiB
Markdown
Raw Normal View History

# Command Reference
Complete command reference for the provisioning CLI.
## 📖 Service Management Guide
The primary command reference is now part of the Service Management Guide:
**→ [Service Management Guide](SERVICE_MANAGEMENT_GUIDE.md)** - Complete CLI reference
This guide includes:
- All CLI commands and shortcuts
- Command syntax and examples
- Service lifecycle management
- Troubleshooting commands
## Quick Reference
### Essential Commands
2026-01-14 01:56:30 +00:00
```
# System status
provisioning status
provisioning health
# Server management
provisioning server create
provisioning server list
provisioning server ssh <hostname>
# Task services
provisioning taskserv create <service>
provisioning taskserv list
# Workspace management
provisioning workspace list
provisioning workspace switch <name>
# Get help
provisioning help
provisioning <command> help
```
## Additional References
- **[Service Management Guide](SERVICE_MANAGEMENT_GUIDE.md)** - Complete CLI reference
- **[Service Management Quick Reference](SERVICE_MANAGEMENT_QUICKREF.md)** - Quick lookup
- **[Quick Start Cheatsheet](../guides/quickstart-cheatsheet.md)** - All shortcuts
- **[Authentication Guide](AUTHENTICATION_LAYER_GUIDE.md)** - Auth commands
---
For complete command documentation, see [Service Management Guide](SERVICE_MANAGEMENT_GUIDE.md).