@agilecustoms/envctl 1.28.1 → 1.28.2

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.
@@ -284,7 +284,6 @@ export class TerraformAdapter {
284
284
  if (noPlan) {
285
285
  args = this.tfArgs(env.key, args);
286
286
  }
287
- logger.info('Running: terraform apply ' + args.join(' ') + '\n');
288
287
  try {
289
288
  await this._apply(args, env.ttl, 1);
290
289
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilecustoms/envctl",
3
- "version": "1.28.1",
3
+ "version": "1.28.2",
4
4
  "description": "node.js CLI client for manage environments",
5
5
  "keywords": [
6
6
  "terraform wrapper",