Skip to content

Reorganise Silecs CLI

m.nabywaniec requested to merge new/reorganise-silecs-cli into master

Reorganised silecs cli structure:

  • silecs.py - main script to run
  • silecs_const.py - constants
  • silecs_env.py - has class SilecsEnvironment which holds e.g. paths to silecs modules which are needed for operations like generate, validate ...
  • silecs_utils.py - utils functions used by script

Also Iduring validation, greneration and migration I use silecs version which is taken from silecs design/deploy file (solves issue #66 (closed))

Edited by m.nabywaniec

Merge request reports