Sandboxes (Dev Stores)
A Sandbox is an isolated Workrock organization created specifically for developers. It allows you to test your application with realistic data without cluttering production environments.
Features
Section titled “Features”- Isolated Database: Sandboxes have their own dedicated data stores.
- Seeded Mock Data: When you create a sandbox, we automatically generate:
- Projects: 2 complex projects with realistic milestones.
- Tasks: 10+ tasks assigned to mock users.
- CRM Records: Leads, Contacts, and Deals to test sales workflows.
- Partner Access: Only you and your invited collaborators can access your sandboxes via the Marketplace Dashboard.
Managing Sandboxes
Section titled “Managing Sandboxes”Via Dashboard
Section titled “Via Dashboard”You can view and manage your sandboxes in the Workrock Marketplace Dashboard under the “Sandboxes” tab.
Via CLI
Section titled “Via CLI”The CLI is the fastest way to switch between environments:
# Create a new oneworkrock sandbox --create "Sprint 1 Testing"
# Select an existing oneworkrock sandboxHow Sandboxes Work
Section titled “How Sandboxes Work”When you select an active sandbox in the CLI and run workrock dev, the Workrock platform is notified. The next time you open Workrock and enter that sandbox, the OS will dynamically resolve your app’s URL to your local dev tunnel instead of the production version.