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.
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/PKG-INFO +1 -1
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/pyproject.toml +1 -1
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/integrations/secret_store/keyring_secret_store.py +7 -7
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/link_sub_command.py +16 -3
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/README.md +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/authelia/configuration.template.yml +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/authelia/configuration.yml +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/authelia/local-dns-setup.sh +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/authelia/notification.txt +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/authelia/users_database.yaml +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/caddy/Caddyfile +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/caddy/Caddyfile with authcrunch +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/caddy/Caddyfile with ldap +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/docker-compose/.env.dev +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/docker-compose/.env.prod +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.server-config/infra/docker-compose/docker-compose-host.yaml +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.templates/docker-compose/docker-compose-app.yaml +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/.templates/docker-compose/docker-compose-helloworld.yaml +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/README.md +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/easyrunner_build.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/poetry.lock +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/pyproject.toml +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/pytest.ini +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/cloud_providers/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/cloud_providers/cloud_provider_base.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/cloud_providers/cloud_providers.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/cloud_providers/hetzner_provider.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/command_executor.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/command_executor_local.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/archive_commands.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/caddy_api_curl_commands.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/caddy_commands.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/command_base.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/curl_commands.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/dir_commands.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/docker_compose_commands.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/file_commands.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/git_commands.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/ip_tables_commands.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/ip_tables_persistent_commands.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/null_command.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/os_package_manager_commands.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/podman_commands.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/ssh_agent_commands.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/ssh_keygen_commands.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/systemctl_commands.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/user_commands.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/base/utility_commands.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/runnable_command_string.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/archive_commands_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/caddy_api_curl_commands_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/caddy_commands_container_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/curl_commands_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/dir_commands_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/docker_compose_commands_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/file_commands_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/git_commands_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/ip_tables_commands_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/ip_tables_persistent_commands_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/os_package_manager_commands_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/podman_commands_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/ssh_agent_commands_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/ssh_keygen_commands_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/systemctl_commands_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/user_commands_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/ubuntu/utility_commands_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/format_utils.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/http_client.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/cloudflare/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/cloudflare/cloudflare_api_client.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/cloudflare/cloudflare_api_config.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/cloudflare/cloudflare_api_token_manager.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/github/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/github/github_device_flow.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/github/github_oauth_config.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/github/github_token_manager.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/hetzner/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/integrations/hetzner/hetzner_api_key_manager.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/known_host_ssh_keys.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/cloud_firewall_base.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/cloud_resource_api_base.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/cloud_resource_pulumi_base.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/cloud_virtual_machine_base.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/github/github_api_client.py +0 -0
- {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
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/github/github_repo.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/hetzner/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/hetzner/hetzner_firewall.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/hetzner/hetzner_firewall_rule.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/hetzner/hetzner_resource_factory.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/hetzner/hetzner_stack.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/cloud_resources/hetzner/hetzner_virtual_machine.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/caddy.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/directory.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/docker_compose.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/file.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/git_repo.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/host_server_ubuntu.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/ip_tables.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/os_package_manager.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/os_resource_base.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/podman.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/podman_network.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/ssh_agent.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/systemd_service.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/os_resources/user.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/resource_base.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/resources/web_security_scanner.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/services/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/services/app_service.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/services/deployment_service.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/services/license_service.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/services/server_service.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/services/service_result.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/ssh.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/ssh_key.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/data_models/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/data_models/app.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/data_models/database_dto_base.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/data_models/server.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/db_config.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/db_ctx.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/easyrunner_store.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/json_encoder.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/object_id.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/secret_store.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/uuid7.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/tool_paths.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/caddy/caddy_config.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/caddy/caddy_site.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/compose_project/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/compose_project/compose_network.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/compose_project/compose_project.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/compose_project/compose_service.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/compose_project/compose_volume.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/cpu_arch_types.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/dir_info.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/dto_base.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/exec_result.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/file_info.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/json.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/jsonobject_to_dataclass.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/os_type.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/podman_network_driver.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/security_scan_result.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/ssh_key_type.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/vm_config.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/conftest.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/test_cli_service_integration.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/test_compose_to_quadlet.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/test_hello_world.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/test_secret_store.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/test_services.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/test_user_resource.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/app_sub_command.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/infrastructure_deps.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/integrations/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/integrations/cloudflare/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/integrations/github/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/integrations/hetzner/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/integrations/secret_store/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/integrations/secret_store/secret_store.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/license_sub_command.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/licensing/__init__.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/licensing/license_manager.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/main.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/servers_sub_command.py +0 -0
- {easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/ssh_config.py +0 -0
|
@@ -171,13 +171,13 @@ class KeyringSecretStore(SecretStore):
|
|
|
171
171
|
)
|
|
172
172
|
return True
|
|
173
173
|
else:
|
|
174
|
-
logger.
|
|
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.
|
|
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 =
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/command_executor.py
RENAMED
|
File without changes
|
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/commands/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/format_utils.py
RENAMED
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/http_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/known_host_ssh_keys.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/services/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/db_config.py
RENAMED
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/db_ctx.py
RENAMED
|
File without changes
|
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/json_encoder.py
RENAMED
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/object_id.py
RENAMED
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/secret_store.py
RENAMED
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/store/uuid7.py
RENAMED
|
File without changes
|
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/dir_info.py
RENAMED
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/dto_base.py
RENAMED
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/exec_result.py
RENAMED
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/file_info.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/os_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/ssh_key_type.py
RENAMED
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/source/types/vm_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/test_hello_world.py
RENAMED
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/test_secret_store.py
RENAMED
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/test_services.py
RENAMED
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/easyrunner/tests/test_user_resource.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/integrations/github/__init__.py
RENAMED
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/integrations/hetzner/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easyrunner_cli-0.0.8.dev129 → easyrunner_cli-0.0.8.dev130}/source/licensing/license_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|