await publish()

in packages/utils/blueprint-cli/src/index.ts [358:367]


      await publish(log, argv.endpoint, {
        blueprintPath: argv.blueprint,
        publishingSpace: argv.space,
        cookie: argv.cookie,
        region: argv.region || process.env.AWS_REGION || 'us-west-2',
        force: ((argv.force as boolean) && argv.force == true) || false,
        targetProject: argv.project,
        targetInstance: argv.instance,
        setToCatalog: argv.updateCatalog || false,
      });