Check the source code
online
def bg_cli(command, atlas_name=None, force=False, show=False,key=None, value=None):
docstring:
Command line dispatcher. Given a command line call to `brainglobe`it calls the correct function, depending on which `command` waspassed.Arguments:----------command: str. Name of the command:- list: list available atlases- install: isntall new atlas- update: update an installed atlas- config: modify configshow: bool. If True when using `list` shows the local path ofinstalled atlasesand when using 'config' it prints the modify config results.atlas_name: ts. Used with `update` and `install`, name of the atlas toinstallforce: bool, used with `update`. If True it forces the update