IBM / sourceorbit

Dependency Management for IBM i projects
https://ibm.github.io/sourceorbit/
Apache License 2.0
19 stars 10 forks source link

Extract build rules #40

Open worksofliam opened 7 months ago

worksofliam commented 7 months ago

Somehow we need to connect to an IBM i and extract properties to create pseudo source from objects that are not created from source. Potentially consider writing this in a second CLI so not to over complicate so.

Initial types we need to support:

  1. Connect to IBM i
  2. Find all non-sourced objects in a library
  3. Use SQL to find info about those objects
  4. Generate CL commands to create those objects from the ground up
  5. Write those CL commands to a file
edmundreinhardt commented 7 months ago

Great idea. we should include that in the migrate wizard. Thanks for pointing out this hole?