@flowcore/cli 4.3.1 → 4.3.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.
package/CHANGELOG.md CHANGED
@@ -10,6 +10,13 @@
10
10
 
11
11
  * added description to start that includes week ([58687a7](https://github.com/flowcore-io/flowcore-cli/commit/58687a7bbb66aaa5d6da26af88e555cbb1e72467))
12
12
 
13
+ ## [4.3.2](https://github.com/flowcore-io/flowcore-cli/compare/v4.3.1...v4.3.2) (2024-10-18)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **apply:** :bug: only parse docs to validate the base resource validity ([c7b9b66](https://github.com/flowcore-io/flowcore-cli/commit/c7b9b669414904c2f7e10ed38a788d595d07f845))
19
+
13
20
  ## [4.3.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.3.0...v4.3.1) (2024-10-18)
14
21
 
15
22
 
package/README.md CHANGED
@@ -18,7 +18,7 @@ $ npm install -g @flowcore/cli
18
18
  $ flowcore COMMAND
19
19
  running command...
20
20
  $ flowcore (--version)
21
- @flowcore/cli/4.3.1 linux-x64 node-v20.17.0
21
+ @flowcore/cli/4.3.2 linux-x64 node-v20.17.0
22
22
  $ flowcore --help [COMMAND]
23
23
  USAGE
24
24
  $ flowcore COMMAND
@@ -96,7 +96,7 @@ EXAMPLES
96
96
  $ flowcore apply -f ./path/to/manifest.yml
97
97
  ```
98
98
 
99
- _See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.3.1/src/commands/apply.ts)_
99
+ _See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.3.2/src/commands/apply.ts)_
100
100
 
101
101
  ## `flowcore auth delete key API_KEY_NAME`
102
102
 
@@ -49,8 +49,8 @@ export default class Apply extends BaseCommand {
49
49
  return yaml.loadAll(content);
50
50
  });
51
51
  }
52
- const parsedDocuments = documents.map((doc) => baseResourceDto.parse(doc));
53
- await apiRegistry.apply(parsedDocuments);
52
+ documents.map((doc) => baseResourceDto.parse(doc));
53
+ await apiRegistry.apply(documents);
54
54
  }
55
55
  catch (error) {
56
56
  this.logger.fatal(`Failed to apply documents with error: ${error}`);
@@ -54,5 +54,5 @@
54
54
  ]
55
55
  }
56
56
  },
57
- "version": "4.3.1"
57
+ "version": "4.3.2"
58
58
  }
package/package.json CHANGED
@@ -108,7 +108,7 @@
108
108
  "prestart": "npm run build",
109
109
  "update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
110
110
  },
111
- "version": "4.3.1",
111
+ "version": "4.3.2",
112
112
  "bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
113
113
  "keywords": [
114
114
  "flowcore",