Console commands in Strapi

Is there possible to create console commands in Strapi? Similar to Laravels Commands (Artisan Console - Laravel - The PHP Framework For Web Artisans).

I’d like to have a file that has access to the strapi instance (Entity Service, Query Engine etc…) for a one time job (importing data)

Thanks