lightning/tests/tests_app/cli
Raphael Randschau adc8238597
Add SSH key management to CLI (#15291)
* add cli commands for adding/ removing resources

as discussed with Adrian, we want to adopt "lightning add" and "lightning remove" for  ssh-keys,
as the resource already exists.

* implement ssh-key management
* one parameter for public key, optional name
* handle the case where a private key file was provided
* make ssh key-mgmt support classes protected
* re-order add ssh-key args
* change types signatures of add_key
* rename test cases
* update changelog

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-10-28 20:42:26 +02:00
..
jsons Add support for command descriptions (#15193) 2022-10-19 17:34:35 +01:00
__init__.py
test_cli.py Add SSH key management to CLI (#15291) 2022-10-28 20:42:26 +02:00
test_cloud_cli.py
test_cmd_apps.py
test_cmd_clusters.py
test_cmd_init.py
test_cmd_install.py [App] Reduce import depths and add test (#15330) 2022-10-28 13:57:35 +00:00
test_cmd_pl_init.py
test_cmd_react_ui_init.py [App] Reduce import depths and add test (#15330) 2022-10-28 13:57:35 +00:00
test_cmd_show_cluster_logs.py
test_cmd_show_logs.py [App] Show logs command to be standalone and re-usable (#15343) 2022-10-27 09:05:48 +00:00
test_cmd_ssh_keys.py Add SSH key management to CLI (#15291) 2022-10-28 20:42:26 +02:00
test_connect.py LAI: creating mirror package (#15105) 2022-10-27 12:32:49 +02:00
test_run_app.py [App] Reduce import depths and add test (#15330) 2022-10-28 13:57:35 +00:00