2025-12-11 21:50:42 +00:00
|
|
|
# Workspace Guide
|
|
|
|
|
|
|
|
|
|
Complete guide to workspace management in the provisioning platform.
|
|
|
|
|
|
|
|
|
|
## 📖 Workspace Switching Guide
|
|
|
|
|
|
|
|
|
|
The comprehensive workspace guide is available here:
|
|
|
|
|
|
|
|
|
|
**→ [Workspace Switching Guide](WORKSPACE_SWITCHING_GUIDE.md)** - Complete workspace documentation
|
|
|
|
|
|
|
|
|
|
This guide covers:
|
2026-01-08 09:55:37 +00:00
|
|
|
|
2025-12-11 21:50:42 +00:00
|
|
|
- Workspace creation and initialization
|
|
|
|
|
- Switching between multiple workspaces
|
|
|
|
|
- User preferences and configuration
|
|
|
|
|
- Workspace registry management
|
|
|
|
|
- Backup and restore operations
|
|
|
|
|
|
|
|
|
|
## Quick Start
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
# List all workspaces
|
|
|
|
|
provisioning workspace list
|
|
|
|
|
|
|
|
|
|
# Switch to a workspace
|
|
|
|
|
provisioning workspace switch <name>
|
|
|
|
|
|
|
|
|
|
# Create new workspace
|
|
|
|
|
provisioning workspace init <name>
|
|
|
|
|
|
|
|
|
|
# Show active workspace
|
|
|
|
|
provisioning workspace active
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Additional Workspace Resources
|
|
|
|
|
|
|
|
|
|
- **[Workspace Switching Guide](WORKSPACE_SWITCHING_GUIDE.md)** - Complete guide
|
|
|
|
|
- **[Workspace Configuration](workspace-config-commands.md)** - Configuration commands
|
|
|
|
|
- **[Workspace Setup](workspace-setup.md)** - Initial setup guide
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
For complete workspace documentation, see [Workspace Switching Guide](WORKSPACE_SWITCHING_GUIDE.md).
|