Workspace
Get workspace information
The workspace:info
command is used to display information about the current workspace
configuration.
workspace:info
Display information about the current workspace configuration and diagnostics
Examples
$ rejot-cli workspace info
$ rejot-cli workspace info --filename custom-manifest.json
Flags
--filename string
Filename of the manifest file
Initialize a new workspace
The workspace:init
command is used to initialize a new ReJot workspace by creating a root manifest
file.
workspace:init
Initialize a new ReJot workspace
Examples
$ rejot-cli workspace init --slug @myorg/
$ rejot-cli workspace init --slug @myorg/ --filename custom-manifest.json
Flags
--filename string
Filename of the workspace manifest file
Default: "rejot-manifest.json"
--slug string required
The slug for the workspace (typically follows @organization/ format)