mkdir command creates a new directory in your workspace.
--path- The path to the directory to create
--workspace_id- The ID of the workspace to create the directory in (defaults to current workspace)
After using
mkdir, you’ll still need to commit the changes to save the directory structure to your branch.
