Create a workspace

Create a workspace

Creating a workspace is quite simple; just run the command below specifying the name of your workspace. Then it will create the workspace with the authenticated user as owner.

fstore create <workspace>

After runningfstore create <workspace>will create a folder locally with the name of the workspace, e.g., rainbow.

Note that workspaces are unique in our platform, and the CLI will check that the workspace name used does not belong to another developer or has not been previously created.

Last updated