Workspace.Export (Workspace v0.2.1)
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 totrue
projects will be sorted alphabetically. Defaults tofalse
.:relative
- if paths will be relative or absolute. If set totrue
thenworkspace_path
will be set to"."
. Defaults tofalse
.
Notice that skipped projects are not included.