Structs§
- HcApp
Bundle - Work with Holochain hApp bundles.
- HcDna
Bundle - Work with Holochain DNA bundles.
- HcWeb
AppBundle - Work with Holochain web-hApp bundles.
Functions§
- app_
pack_ recursive - Pack all the app’s DNAs if their location is bundled
- bundled_
dnas_ workdir_ locations - Returns all the locations of the workdirs for the bundled DNAs in the given app manifest
- get_
app_ name - Load an AppManifest manifest from the given path and return its
app_namefield. - get_
dna_ name - Load a ValidatedDnaManifest manifest from the given path and return its
namefield. - get_
web_ app_ name - Load a WebAppManifest manifest from the given path and return its
app_namefield. - pack
- Pack a directory containing a YAML manifest (DNA, hApp, Web hApp) into a bundle, returning the path to which the bundle file was written.
- unpack
- Unpack a bundle into a working directory, returning the directory path used.
- unpack_
raw - Unpack a bundle into a working directory, returning the directory path used.
- web_
app_ pack_ recursive - Pack the app’s manifest and all its DNAs if their location is bundled