43 lines
1.1 KiB
Markdown
43 lines
1.1 KiB
Markdown
|
|
# 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:
|
||
|
|
- 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).
|