Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt

Use this file to discover all available pages before exploring further.

The workspace actions you can take with this command are list, rename, delete, pause, and resume. If you want to list your workspaces, use the following:
dv workspace
To rename your current workspace:
dv workspace rename <new-name>
To delete the specified workspace:
dv workspace delete <workspace_id> [-f]
You cannot delete the current workspace. The <workspace_id> is not the workspace name but the id that starts with dv.ws.xxxxx

pause

Pause syncing of the workspace:
dv workspace pause

resume

Resume syncing of the workspace:
dv workspace resume
To any action, you can add the -f flag to avoid getting asked to confirm. For more information about workspaces in Diversion, visit the Repositories, Branches, and Workspaces page.