themill / wiz

Environment management framework
GNU Lesser General Public License v3.0
45 stars 4 forks source link

Definition path and registry path omitted from data #44

Closed buddly27 closed 4 years ago

buddly27 commented 4 years ago

Since refactoring the Definition constructor, the definition path and path are omitted from data display when using the wiz view command.

> wiz view foo
info: View definition: foo==1.0.0
identifier: doo
version: 1.0.0

It should be displayed as:

> wiz view foo
info: View definition: foo==1.0.0
path: /path/to/definition.json
registry: /path/to/registry
identifier: doo
version: 1.0.0

It is also excluded from history dump as only the data is serialized.