CLI
September 24, 2025 ยท View on GitHub
BiBiGrid is either executed with --version, that displays BiBiGrid's version and additional information,
--help to show BiBiGrid's help message or with an action argument.
bibigrid.core.startup [OPTIONS] {create|terminate|list|check|ide|update}
Action Argument
checkValidates cluster configuration.createCreates cluster.terminateTerminates cluster. Needs option cluster-idlistLists all running clusters. If option cluster-id is set, will list this cluster in detail only.updateUpdates master's playbook. Needs option cluster-id, no job running and no workers powered up.ideEstablishes a secured connection to Theia ide.
Options
-v, --verboseIncreases output verbosity (can be of great use when cluster fails to start).-vadds more detailed info to the logfile,-vvadds debug information to the logfile.-d, --debugKeeps cluster active in case of an error. Offers termination after successful create. Prints full stack trace on errors.-i <path>, --config_input <path> (required)Path to YAML configurations file. Relative paths can be used and start at~/.config/bibigrid-cid <cluster-id>, --cluster_id <cluster-id>Cluster id is needed for ide and termination. If no cluster id is set, the last started cluster's id will be used (except forlist_clusters).