Closed shuse2 closed 11 months ago
Add config:generate command, according to following specification:
config:generate
--output (-o) Output to file specified. Without output, default is stdout
Allow the creation of custom application configs.
Related issues: LiskHQ/lisk-core#254
It should use exposed applicationConfigSchema from the SDK https://github.com/LiskHQ/lisk-sdk/blob/development/framework/src/application/schema/application_config_schema.ts
applicationConfigSchema
Closing this issue for no activity
Description
Add
config:generate
command, according to following specification:Motivation
Allow the creation of custom application configs.
Acceptance Criteria
Additional Information
Related issues: LiskHQ/lisk-core#254
It should use exposed
applicationConfigSchema
from the SDK https://github.com/LiskHQ/lisk-sdk/blob/development/framework/src/application/schema/application_config_schema.ts