@turboops/cli 1.0.0-dev.764 → 1.0.0-dev.765

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2583,7 +2583,9 @@ var deployCommand = new Command4("deploy").description("Trigger a deployment (fo
2583
2583
  /\$\{IMAGE_TAG(?::-[^}]*)?\}/g,
2584
2584
  commitSha
2585
2585
  );
2586
- logger.info(`Substituted image placeholders: ${imageName}:${commitSha}`);
2586
+ logger.info(
2587
+ `Substituted image placeholders: ${imageName}:${commitSha}`
2588
+ );
2587
2589
  }
2588
2590
  }
2589
2591
  logger.info("Triggering deployment...");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turboops/cli",
3
- "version": "1.0.0-dev.764",
3
+ "version": "1.0.0-dev.765",
4
4
  "description": "TurboCLI - Command line interface for TurboOps deployments",
5
5
  "keywords": [
6
6
  "cli",