gamesheet_sdk.admin.cli¶ CLI for the GameSheet admin dashboard. Functions main([argv]) Entry point for the gamesheet-admin console script. gamesheet_sdk.admin.cli.main(argv=None)[source]¶ Entry point for the gamesheet-admin console script. Parameters: argv (list[str] | None) – Command-line arguments, or None to use sys.argv. Returns: Process exit code. Return type: int