-
Notifications
You must be signed in to change notification settings - Fork 81
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
How to create a custom JSON config file for Commandline application #256
Comments
Thanks for the reminder, this is actually not yet supported in the CLI or GUI, but only available locally for now until I can finish this. For now you can apply the following patch to write the current settings and apps to JSON files as part of regular syncing in CLI or GUI. Maybe you can come up with changes which add a GUI-setting/commandline-parameter for this and store the file in the configuration-directory instead of the current directory?
|
Hi, thanks for the reply. Reading this comment I understood that Is there any other way to get those values? ( |
- This write the current settings and apps to JSON files as part of regular syncing in CLI or GUI. - Files are saved in the same place as openambit.conf
Hi. I saw that in #243 the tool for the command line was introduced. But I can't find how to set the option:
In #190 there is an example of the JSON file, but I guess there is a way to generate it.
Could someone tell me the steps to create it? or from where can I find the format to create the file?
The text was updated successfully, but these errors were encountered: