Module noosphere_cli::native::workspace
source · Structs
A manifest of content to apply some work to in the local content space
A delta manifest of changes to the local content space
Metadata that identifies some sphere content that is present on the file
system
A Workspace represents the root directory where sphere data is or will be
kept, and exposes core operations that commands need in order to operate on
that directory. Among other things, it holds a singleton SphereContext so
that we don’t constantly open the local SphereDb multiple times in the
space of a single command. It also offers a convenient entrypoint to access
KeyStorage for the local platform.