I wanted to perform an incremental import on an existing database using the bulk import, which basically adds relationships between nodes in the graph.
Hence, I do not have any node CSV files for the import
It's not possible right now because it means you already have data in the database (doc):
The neo4j-admin import command does not create a database, the command only imports data and make it available for the database. The database must not exist before the neo4j-admin import command has been executed, and the database should be created afterwards. The command will exit with an error message if the database already exists.