d4rkstar opened a new issue, #106: URL: https://github.com/apache/openserverless/issues/106
- [X] I have searched the [issues](https://github.com/apache/openserverless/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description Recently I discovered that `ops -config` is doing value formatting on configuration values when reading them from the configuration file. This causes some values to be modified compared to what was entered in the `config.json` file ### Ⅱ. Describe what happened ``` ops -config TESTING=8589934592 ``` ``` ops -config -d | grep TESTING TESTING=8.589934592e+09 ``` ### Ⅲ. Describe what you expected to happen ``` ops -config -d | grep TESTING TESTING=8589934592 ``` ### Ⅳ. How to reproduce it (as minimally and precisely as possible) See under point II ### Ⅴ. Anything else we need to know? nothing ### Ⅵ. Environment: - K8S Runtime and version: kind v1.32.0 - OPS CLI version: 0.1.0-2409121919.dev - Others: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
