#!/usr/bin/env node 'use strict'; const { runStrapiCloudCommand } = require('../dist/bin'); runStrapiCloudCommand(process.argv);