@autofleet/cli 1.0.14 → 1.0.15

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.
@@ -14,6 +14,7 @@ const CLUSTER_TO_CMD_MAP = {
14
14
  export const terminalCommand = async (command) => {
15
15
  const output = await asyncExec(command);
16
16
  const formattedOutput = output.stdout.trim();
17
+ console.log(formattedOutput);
17
18
  return formattedOutput;
18
19
  };
19
20
  const connectToCluster = async (clusterName) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autofleet/cli",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {