-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature- add CLI options to init command #444
Comments
hey @dzikowski any thoughts over this? I may raise PR to add this feature soon then. |
I think it might be a bit tricky to implement, but you can start it if you want |
This one is indeed a tricky one cause its such a difficult task to identify where exactly the Line 122 in cbd4ed0
initializes a temporary directory which has from console debugging I identified where the flow is going turn out that the schema for the sample-config file is getting modified here -https://github.com/hyperledger-labs/fablo/blob/cbd4ed0049d1b0876927cdbea80ee10531bbc7ba/src/init/index.ts |
What I am guessing is that when I do |
@dzikowski @Hejwo you guys have done a lot of engineering and encapsulation while setting up this sample |
Currently, executing
fablo init
initializes a small network configuration file. However, it would greatly enhance user experience if I could specify the number of organizations and peers directly from the command line interface (CLI). This would enable the generation of the configuration JSON file based on the inputs provided via CLI options.The text was updated successfully, but these errors were encountered: