atosystem opened a new pull request #817: URL: https://github.com/apache/submarine/pull/817
### What is this PR for? Introduce click module to submarine SDK. Allowing the followings commands ``` submarine sandbox start # create submarine sandbox submarine sandbox start --version 0.6.0 submarine sandbox delete # delete submarine sandbox submarine get experiment <id> submarine get notebook <id> submarine get environment <id> submarine list experiment submarine list notebook submarine list environment submarine delete experiment <id> submarine delete notebook <id> submarine delete environment <id> ``` ### What type of PR is it? [Feature] ### Todos * [ ] - Connect backend API * [ ] - Write docs for CLI ### What is the Jira issue? [SUBMARINE-1095](https://issues.apache.org/jira/browse/SUBMARINE-1095) ### How should this be tested? python unit tests are implemented for command line testing ### 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]
