Creating Workspace and Starting Cluster - padogrid/padogrid GitHub Wiki

◀️ Creating RWE :link: Managing Workspaces ▶️


Working in a workspace is as simple as creating one and starting up the default cluster. The example shown below creates the workspace named my-workspace and starts the inventory cluster. As the example demonstrates, you can switch between workspaces and clusters on the fly. All the PadoGrid commands include full support for bash auto-completion and man pages.

# Create and switch to 'my-workspace'
create_workspace -name my-workspace
switch_workspace my-workspace

# Create and switch to the 'inventory' cluster
create_cluster -cluster inventory
switch_cluster inventory

# Start the 'inventory' cluster
start_cluster

◀️ Creating RWE :link: Managing Workspaces ▶️