save

cli.save

tvbo save — alias for tvbo export --with-data.

Functions

Name Description
save Alias for tvbo export --with-data — render spec into format bundling all data.

save

cli.save.save(
    format=typer.Argument(..., help='Format key (see `tvbo formats`).'),
    spec=typer.Argument(..., help='Path, CURIE, or DB name.'),
    output=typer.Option(..., '-o', '--output', help='Output file or directory.'),
)

Alias for tvbo export --with-data — render spec into format bundling all data.