Crate holochain_cli_bundle

Crate holochain_cli_bundle 

Source

Structs§

HcAppBundle
Work with Holochain hApp bundles.
HcDnaBundle
Work with Holochain DNA bundles.
HcWebAppBundle
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_name field.
get_dna_name
Load a ValidatedDnaManifest manifest from the given path and return its name field.
get_web_app_name
Load a WebAppManifest manifest from the given path and return its app_name field.
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