Workspace.Export (Workspace v0.2.0)
View SourceHelper utilities for exporting the workspace to various formats.
Summary
Functions
Returns a json representation of the given run results.
Returns a json representation of the key workspace properties.
Functions
Returns a json representation of the given run results.
@spec to_json(workspace :: Workspace.State.t(), opts :: keyword()) :: String.t()
Returns a json representation of the key workspace properties.
By default only the workspace_path and the projects are included.
Options
:sort- if set totrueprojects will be sorted alphabetically. Defaults tofalse.:relative- if paths will be relative or absolute. If set totruethenworkspace_pathwill be set to".". Defaults tofalse.
Notice that skipped projects are not included.