atosystem opened a new pull request #847: URL: https://github.com/apache/submarine/pull/847
### What is this PR for? Implement `submarine config` command to set *_port_* and *_hostname_* for API connection. Usage: `submarine config init` : init config file (restore to default) `submarine config list` : list config content `submarine config set <param> <value>: set param = value in config `submarine config get <param>: get param Example 1. Change API port to `8080` `submarine config set connection.port 8080` 2. Change hostname to `127.0.0.1` `submarine config set connection.hostname 127.0.0.1` ### What type of PR is it? [Feature] ### Todos None ### What is the Jira issue? https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-1135 ### How should this be tested? python unit test is implemented ### Screenshots (if appropriate)  ### Questions: * Do the license files need updating? No * Are there breaking changes for older versions? No * Does this need new documentation? Yes -- 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]
