easyrunner-cli 0.0.8.dev129__tar.gz → 0.0.8.dev130__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/PKG-INFO +1 -1
  2. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/pyproject.toml +1 -1
  3. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/integrations/secret_store/keyring_secret_store.py +7 -7
  4. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/link_sub_command.py +16 -3
  5. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/README.md +0 -0
  6. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/authelia/configuration.template.yml +0 -0
  7. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/authelia/configuration.yml +0 -0
  8. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/authelia/local-dns-setup.sh +0 -0
  9. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/authelia/notification.txt +0 -0
  10. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/authelia/users_database.yaml +0 -0
  11. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/caddy/Caddyfile +0 -0
  12. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/caddy/Caddyfile with authcrunch +0 -0
  13. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/caddy/Caddyfile with ldap +0 -0
  14. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/docker-compose/.env.dev +0 -0
  15. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/docker-compose/.env.prod +0 -0
  16. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/docker-compose/docker-compose-host.yaml +0 -0
  17. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.templates/docker-compose/docker-compose-app.yaml +0 -0
  18. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.templates/docker-compose/docker-compose-helloworld.yaml +0 -0
  19. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/README.md +0 -0
  20. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/__init__.py +0 -0
  21. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/easyrunner_build.py +0 -0
  22. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/poetry.lock +0 -0
  23. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/pyproject.toml +0 -0
  24. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/pytest.ini +0 -0
  25. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/cloud_providers/__init__.py +0 -0
  26. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/cloud_providers/cloud_provider_base.py +0 -0
  27. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/cloud_providers/cloud_providers.py +0 -0
  28. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/cloud_providers/hetzner_provider.py +0 -0
  29. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/command_executor.py +0 -0
  30. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/command_executor_local.py +0 -0
  31. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/__init__.py +0 -0
  32. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/__init__.py +0 -0
  33. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/archive_commands.py +0 -0
  34. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/caddy_api_curl_commands.py +0 -0
  35. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/caddy_commands.py +0 -0
  36. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/command_base.py +0 -0
  37. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/curl_commands.py +0 -0
  38. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/dir_commands.py +0 -0
  39. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/docker_compose_commands.py +0 -0
  40. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/file_commands.py +0 -0
  41. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/git_commands.py +0 -0
  42. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/ip_tables_commands.py +0 -0
  43. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/ip_tables_persistent_commands.py +0 -0
  44. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/null_command.py +0 -0
  45. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/os_package_manager_commands.py +0 -0
  46. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/podman_commands.py +0 -0
  47. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/ssh_agent_commands.py +0 -0
  48. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/ssh_keygen_commands.py +0 -0
  49. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/systemctl_commands.py +0 -0
  50. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/user_commands.py +0 -0
  51. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/utility_commands.py +0 -0
  52. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/runnable_command_string.py +0 -0
  53. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/__init__.py +0 -0
  54. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/archive_commands_ubuntu.py +0 -0
  55. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/caddy_api_curl_commands_ubuntu.py +0 -0
  56. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/caddy_commands_container_ubuntu.py +0 -0
  57. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/curl_commands_ubuntu.py +0 -0
  58. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/dir_commands_ubuntu.py +0 -0
  59. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/docker_compose_commands_ubuntu.py +0 -0
  60. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/file_commands_ubuntu.py +0 -0
  61. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/git_commands_ubuntu.py +0 -0
  62. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/ip_tables_commands_ubuntu.py +0 -0
  63. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/ip_tables_persistent_commands_ubuntu.py +0 -0
  64. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/os_package_manager_commands_ubuntu.py +0 -0
  65. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/podman_commands_ubuntu.py +0 -0
  66. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/ssh_agent_commands_ubuntu.py +0 -0
  67. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/ssh_keygen_commands_ubuntu.py +0 -0
  68. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/systemctl_commands_ubuntu.py +0 -0
  69. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/user_commands_ubuntu.py +0 -0
  70. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/utility_commands_ubuntu.py +0 -0
  71. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/format_utils.py +0 -0
  72. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/http_client.py +0 -0
  73. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/__init__.py +0 -0
  74. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/cloudflare/__init__.py +0 -0
  75. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/cloudflare/cloudflare_api_client.py +0 -0
  76. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/cloudflare/cloudflare_api_config.py +0 -0
  77. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/cloudflare/cloudflare_api_token_manager.py +0 -0
  78. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/github/__init__.py +0 -0
  79. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/github/github_device_flow.py +0 -0
  80. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/github/github_oauth_config.py +0 -0
  81. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/github/github_token_manager.py +0 -0
  82. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/hetzner/__init__.py +0 -0
  83. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/hetzner/hetzner_api_key_manager.py +0 -0
  84. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/known_host_ssh_keys.py +0 -0
  85. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/__init__.py +0 -0
  86. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/cloud_firewall_base.py +0 -0
  87. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/cloud_resource_api_base.py +0 -0
  88. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/cloud_resource_pulumi_base.py +0 -0
  89. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/cloud_virtual_machine_base.py +0 -0
  90. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/github/github_api_client.py +0 -0
  91. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/github/github_api_client_dtos.py +0 -0
  92. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/github/github_repo.py +0 -0
  93. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/hetzner/__init__.py +0 -0
  94. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/hetzner/hetzner_firewall.py +0 -0
  95. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/hetzner/hetzner_firewall_rule.py +0 -0
  96. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/hetzner/hetzner_resource_factory.py +0 -0
  97. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/hetzner/hetzner_stack.py +0 -0
  98. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/hetzner/hetzner_virtual_machine.py +0 -0
  99. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/__init__.py +0 -0
  100. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/caddy.py +0 -0
  101. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/directory.py +0 -0
  102. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/docker_compose.py +0 -0
  103. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/file.py +0 -0
  104. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/git_repo.py +0 -0
  105. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/host_server_ubuntu.py +0 -0
  106. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/ip_tables.py +0 -0
  107. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/os_package_manager.py +0 -0
  108. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/os_resource_base.py +0 -0
  109. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/podman.py +0 -0
  110. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/podman_network.py +0 -0
  111. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/ssh_agent.py +0 -0
  112. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/systemd_service.py +0 -0
  113. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/user.py +0 -0
  114. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/resource_base.py +0 -0
  115. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/web_security_scanner.py +0 -0
  116. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/services/__init__.py +0 -0
  117. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/services/app_service.py +0 -0
  118. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/services/deployment_service.py +0 -0
  119. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/services/license_service.py +0 -0
  120. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/services/server_service.py +0 -0
  121. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/services/service_result.py +0 -0
  122. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/ssh.py +0 -0
  123. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/ssh_key.py +0 -0
  124. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/__init__.py +0 -0
  125. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/data_models/__init__.py +0 -0
  126. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/data_models/app.py +0 -0
  127. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/data_models/database_dto_base.py +0 -0
  128. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/data_models/server.py +0 -0
  129. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/db_config.py +0 -0
  130. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/db_ctx.py +0 -0
  131. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/easyrunner_store.py +0 -0
  132. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/json_encoder.py +0 -0
  133. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/object_id.py +0 -0
  134. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/secret_store.py +0 -0
  135. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/uuid7.py +0 -0
  136. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/tool_paths.py +0 -0
  137. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/__init__.py +0 -0
  138. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/caddy/caddy_config.py +0 -0
  139. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/caddy/caddy_site.py +0 -0
  140. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/compose_project/__init__.py +0 -0
  141. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/compose_project/compose_network.py +0 -0
  142. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/compose_project/compose_project.py +0 -0
  143. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/compose_project/compose_service.py +0 -0
  144. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/compose_project/compose_volume.py +0 -0
  145. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/cpu_arch_types.py +0 -0
  146. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/dir_info.py +0 -0
  147. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/dto_base.py +0 -0
  148. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/exec_result.py +0 -0
  149. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/file_info.py +0 -0
  150. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/json.py +0 -0
  151. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/jsonobject_to_dataclass.py +0 -0
  152. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/os_type.py +0 -0
  153. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/podman_network_driver.py +0 -0
  154. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/security_scan_result.py +0 -0
  155. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/ssh_key_type.py +0 -0
  156. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/vm_config.py +0 -0
  157. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/__init__.py +0 -0
  158. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/conftest.py +0 -0
  159. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/test_cli_service_integration.py +0 -0
  160. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/test_compose_to_quadlet.py +0 -0
  161. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/test_hello_world.py +0 -0
  162. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/test_secret_store.py +0 -0
  163. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/test_services.py +0 -0
  164. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/test_user_resource.py +0 -0
  165. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/__init__.py +0 -0
  166. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/app_sub_command.py +0 -0
  167. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/infrastructure_deps.py +0 -0
  168. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/integrations/__init__.py +0 -0
  169. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/integrations/cloudflare/__init__.py +0 -0
  170. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/integrations/github/__init__.py +0 -0
  171. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/integrations/hetzner/__init__.py +0 -0
  172. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/integrations/secret_store/__init__.py +0 -0
  173. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/integrations/secret_store/secret_store.py +0 -0
  174. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/license_sub_command.py +0 -0
  175. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/licensing/__init__.py +0 -0
  176. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/licensing/license_manager.py +0 -0
  177. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/main.py +0 -0
  178. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/servers_sub_command.py +0 -0
  179. {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/ssh_config.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: easyrunner_cli
3
- Version: 0.0.8.dev129
3
+ Version: 0.0.8.dev130
4
4
  Summary: EasyRunner CLI.
5
5
  License: Proprietary
6
6
  Author: Janaka Abeywardhana
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "easyrunner_cli"
3
- version = "0.0.8.dev129"
3
+ version = "0.0.8.dev130"
4
4
  description = "EasyRunner CLI."
5
5
  authors = ["Janaka Abeywardhana <janaka@easyrunner.xyz>"]
6
6
  license = "Proprietary"
@@ -171,13 +171,13 @@ class KeyringSecretStore(SecretStore):
171
171
  )
172
172
  return True
173
173
  else:
174
- logger.warning(
174
+ logger.debug(
175
175
  f"Failed to store secret (status: {status}), falling back to standard keyring"
176
176
  )
177
177
  return self._store_secret_standard(service, account, value)
178
178
 
179
179
  except Exception as e:
180
- logger.warning(
180
+ logger.debug(
181
181
  f"Failed to store secret securely: {e}, falling back to standard keyring"
182
182
  )
183
183
  return self._store_secret_standard(service, account, value)
@@ -210,7 +210,7 @@ class KeyringSecretStore(SecretStore):
210
210
  kSecReturnData: True,
211
211
  }
212
212
 
213
- result = None
213
+ result = []
214
214
  status = SecItemCopyMatching(query, result)
215
215
 
216
216
  if status == errSecSuccess and result:
@@ -224,13 +224,13 @@ class KeyringSecretStore(SecretStore):
224
224
  logger.error("Authentication failed when retrieving secret")
225
225
  return None
226
226
  else:
227
- logger.warning(
227
+ logger.debug(
228
228
  f"Failed to retrieve secret (status: {status}), falling back to standard keyring"
229
229
  )
230
230
  return self._get_secret_standard(service, account)
231
231
 
232
232
  except Exception as e:
233
- logger.warning(
233
+ logger.debug(
234
234
  f"Failed to retrieve secret securely: {e}, falling back to standard keyring"
235
235
  )
236
236
  return self._get_secret_standard(service, account)
@@ -264,13 +264,13 @@ class KeyringSecretStore(SecretStore):
264
264
  logger.debug(f"Secret deleted from keyring: {service}/{account}")
265
265
  return True
266
266
  else:
267
- logger.warning(
267
+ logger.debug(
268
268
  f"Failed to delete secret (status: {status}), falling back to standard keyring"
269
269
  )
270
270
  return self._delete_secret_standard(service, account)
271
271
 
272
272
  except Exception as e:
273
- logger.warning(
273
+ logger.debug(
274
274
  f"Failed to delete secret securely: {e}, falling back to standard keyring"
275
275
  )
276
276
  return self._delete_secret_standard(service, account)
@@ -438,9 +438,7 @@ class LinkSubCommand:
438
438
  @staticmethod
439
439
  def link_status() -> None:
440
440
  """Show link status for all services."""
441
- LinkSubCommand._progress_callback(
442
- "[bold blue]� Link Status[/bold blue]\n", "\n"
443
- )
441
+ LinkSubCommand._progress_callback("[bold blue]Link Status[/bold blue]\n", "\n")
444
442
 
445
443
  # Check GitHub
446
444
  token_manager = GitHubTokenManager(secret_store=KeyringSecretStore())
@@ -481,6 +479,21 @@ class LinkSubCommand:
481
479
  "Hetzner (default): [yellow]⚠️ Not linked[/yellow]", "\n"
482
480
  )
483
481
 
482
+ # Check Cloudflare (default account)
483
+ api_token_manager = CloudflareApiTokenManager(
484
+ account_name="default", secret_store=KeyringSecretStore()
485
+ )
486
+ stored_api_token = api_token_manager.get_api_token()
487
+
488
+ if stored_api_token:
489
+ LinkSubCommand._progress_callback(
490
+ "Cloudflare (default): [green]✅ Linked[/green]", "\n"
491
+ )
492
+ else:
493
+ LinkSubCommand._progress_callback(
494
+ "Cloudflare (default): [yellow]⚠️ Not linked[/yellow]", "\n"
495
+ )
496
+
484
497
  LinkSubCommand._progress_callback(
485
498
  "\n💡 Use 'er link github' to authenticate with GitHub", "\n"
486
499
  )