Skip to main content
The mkdir command creates a new directory in your workspace.
Required Parameters:
  • --path - The path to the directory to create
Optional Parameters:
  • --workspace_id - The ID of the workspace to create the directory in (defaults to current workspace)
This command is useful for creating directory structures programmatically or from scripts. An example of creating a directory:
An example of creating a directory in a specific workspace:
After using mkdir, you’ll still need to commit the changes to save the directory structure to your branch.