LiskArchive / lisk-sdk

🔩 Lisk software development kit
https://lisk.com
Apache License 2.0
2.72k stars 456 forks source link

Add app config:generate command #7001

Closed shuse2 closed 11 months ago

shuse2 commented 4 years ago

Description

Add config:generate command, according to following specification:

--output (-o)
  Output to file specified. Without output, default is stdout

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

shuse2 commented 11 months ago

Closing this issue for no activity