@devramps/cli 0.1.9 → 0.1.10

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 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -173,6 +173,9 @@ var MultiStackProgress = class {
173
173
  stack.status = success2 ? "complete" : "failed";
174
174
  stack.completed = success2 ? stack.total : stack.completed;
175
175
  if (failureReason) stack.failureReason = failureReason;
176
+ if (!stack.cfnStatus || stack.cfnStatus === "STARTING") {
177
+ stack.cfnStatus = success2 ? "NO_CHANGES" : failureReason || "FAILED";
178
+ }
176
179
  this.scheduleRender();
177
180
  }
178
181
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devramps/cli",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "DevRamps CLI - Bootstrap AWS infrastructure for CI/CD pipelines",
5
5
  "main": "dist/index.js",
6
6
  "bin": {