def create_exportedbrain()

in bonsaicli2/bonsai_cli/commands/exportedbrain.py [0:0]


def create_exportedbrain(
    ctx: click.Context,
    name: str,
    display_name: str,
    description: str,
    processor_architecture: str,
    brain_name: str,
    brain_version: int,
    workspace_id: str,
    debug: bool,
    output: str,
    test: bool,
    os_type: str,
    export_type: str,