ellf-cli 10.0.3__tar.gz → 12.0.0__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.
- {ellf_cli-10.0.3/ellf_cli.egg-info → ellf_cli-12.0.0}/PKG-INFO +1 -1
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/about.json +1 -1
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/cli.py +9 -2
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/infra/init_values.py +10 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0/ellf_cli.egg-info}/PKG-INFO +1 -1
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/LICENSE +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/MANIFEST.in +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/README.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/__init__.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/__main__.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/about.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/appdirs.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/auth.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/cloud/__init__.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/cloud/gcp.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/cluster_config.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/__init__.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/_cluster_select.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/_org_select.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/_recipe_file.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/_recipe_subcommand.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/_state.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/actions.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/agents.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/assets.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/auth.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/clusters.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/config.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/datasets.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/files/__init__.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/files/cp.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/files/ls.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/files/rm.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/files/rsync.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/files/stats.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/general.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/import_export.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/infra/__init__.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/infra/_helpers.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/infra/deploy.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/infra/provision.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/infra/register.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/infra/setup.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/infra/start.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/infra/terraform.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/infra/tls.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/jobs.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/packages.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/paths.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/plans.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/projects.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/publish_code.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/publish_data.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/recipes.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/secrets.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/services.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/support.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/tasks.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/commands/todos.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/config.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf.json +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/.claude-plugin/plugin.json +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/.gitignore +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skill_variants.json +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/references/annotation_audit.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/references/builtin_ellf_annotation_recipes.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/SKILL.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/annotation_audit.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/builtin_ellf_annotation_recipes.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/builtin_prodigy_recipes.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-ask/SKILL.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-handoff/SKILL.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/references/annotation_metrics.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/references/training_monitoring.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/SKILL.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/references/annotation_metrics.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/references/training_monitoring.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/scripts/check_training.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-ops.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-ops.coding/SKILL.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-ops.coding/references/data_infra_cli.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-ops.coding/scripts/run_job.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-patterns/SKILL.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-patterns/references/pattern_strategies.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/SKILL.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_action_recipe.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_agent_recipe.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_blocks_ui.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_correct.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_custom_ui.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_manual.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_pages_ui.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_routing.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_task_recipe.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_teach.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/builtin_recipes.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/ellf_recipe_sdk.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/lint_recipe.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/prodigy_recipe_api.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/template_index.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-project.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/consulting_patterns.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/explosion_strategy.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/prodigy_llm_bot.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-project.coding/SKILL.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/consulting_patterns.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/explosion_strategy.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/prodigy_llm_bot.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-support.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-support.coding/SKILL.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-todo/SKILL.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/diagnostics.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/evaluation_guide.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/model_selection.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/training_paradigms.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/workflow.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/SKILL.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_advanced.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_architectures.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_training.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/diagnostics.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/evaluation_guide.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/experiment_patterns.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/model_selection.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/training_paradigms.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/training_troubleshooting.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/workflow.md +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/scripts/ellf_logger.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/errors.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/helm.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/key_pair.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/main.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/messages.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/query.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/recipes_cookiecutter/cookiecutter.json +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/.gitignore +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/README.md.tmpl +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/requirements-dev.in +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/requirements.in +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/setup.py.tmpl +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/__init__.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/about.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/recipes/__init__.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/recipes/example_task.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/testing/__init__.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ty.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ui.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/url.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/util.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli.egg-info/SOURCES.txt +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli.egg-info/dependency_links.txt +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli.egg-info/entry_points.txt +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli.egg-info/not-zip-safe +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli.egg-info/requires.txt +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli.egg-info/top_level.txt +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/pyproject.toml +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/setup.cfg +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/setup.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_appdirs.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_auth.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_config.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_errors.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_files_cp.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_files_cp_helpers.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_info.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_invalid_secrets.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_key_pair.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_login.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_logout.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_main.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_org_select.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_plans.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_projects.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_query.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_recipe_file.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_recipes.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_state.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_support.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_ty.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_ui.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_ui_extras.py +0 -0
- {ellf_cli-10.0.3 → ellf_cli-12.0.0}/tests/test_util.py +0 -0
|
@@ -47,7 +47,9 @@ def handle_cluster_error(err: BrokerError) -> int:
|
|
|
47
47
|
err_type = detail["type"]
|
|
48
48
|
err_message = detail["message"]
|
|
49
49
|
except (json.JSONDecodeError, KeyError):
|
|
50
|
-
|
|
50
|
+
# Not the structured {type, message} shape — show the raw detail
|
|
51
|
+
# rather than dropping evidence we already hold in err.detail.
|
|
52
|
+
err_message = err.detail
|
|
51
53
|
text = Messages.E046.format(type=err_type)
|
|
52
54
|
return _emit_error(text, err_message)
|
|
53
55
|
|
|
@@ -56,13 +58,18 @@ def handle_http_error(err: HTTPError) -> int:
|
|
|
56
58
|
# This happens for all other request errors we're not catching
|
|
57
59
|
if isinstance(err, HTTPStatusError):
|
|
58
60
|
try:
|
|
61
|
+
# Streamed responses haven't loaded the body yet; .text raises
|
|
62
|
+
# ResponseNotRead (an HTTPError) unless we read first. This is the
|
|
63
|
+
# last-resort display handler for every httpx error, so it must
|
|
64
|
+
# tolerate any response shape rather than crash and bury the cause.
|
|
65
|
+
err.response.read()
|
|
59
66
|
detail = json.loads(err.response.text)
|
|
60
67
|
raw_detail = detail["detail"]
|
|
61
68
|
if isinstance(raw_detail, str):
|
|
62
69
|
message = raw_detail
|
|
63
70
|
else:
|
|
64
71
|
message = ", ".join(str(d) for d in raw_detail)
|
|
65
|
-
except (json.JSONDecodeError, KeyError, TypeError):
|
|
72
|
+
except (json.JSONDecodeError, KeyError, TypeError, HTTPError):
|
|
66
73
|
message = str(err)
|
|
67
74
|
return _emit_error(Messages.E047 + f" ({err.response.status_code})", message)
|
|
68
75
|
else:
|
|
@@ -90,6 +90,10 @@ def init_values(
|
|
|
90
90
|
# State the selector explicitly rather than relying on the chart
|
|
91
91
|
# default — deploy-time node labeling reads this file, not the chart.
|
|
92
92
|
values["cluster"]["nodeSelector"] = {"ellf/role": "system"}
|
|
93
|
+
# The registry in credentials is Explosion's release registry —
|
|
94
|
+
# read-only for user clusters. Publishing custom recipe code needs a
|
|
95
|
+
# registry this cluster can push to.
|
|
96
|
+
values["cluster"]["containerRegistry"] = "FILL-IN-your-writable-registry"
|
|
93
97
|
values["postgresql"] = {
|
|
94
98
|
"enabled": True,
|
|
95
99
|
"auth": {
|
|
@@ -106,6 +110,9 @@ def init_values(
|
|
|
106
110
|
"prodigyLicenseKey": prodigy_license_key,
|
|
107
111
|
}
|
|
108
112
|
elif cloud_provider == "gcp":
|
|
113
|
+
# The terraform workspace outputs a per-cluster registry the node SA
|
|
114
|
+
# can push to ('terraform output container_registry').
|
|
115
|
+
values["cluster"]["containerRegistry"] = "FILL-IN-from-terraform-output"
|
|
109
116
|
values["gcp"] = {"project": "your-gcp-project", "zone": "europe-west1-d"}
|
|
110
117
|
values["serviceAccount"] = {
|
|
111
118
|
"annotations": {
|
|
@@ -124,6 +131,9 @@ def init_values(
|
|
|
124
131
|
}
|
|
125
132
|
values["nfs"] = {"claimName": "prodigy-nfs"}
|
|
126
133
|
elif cloud_provider == "aws":
|
|
134
|
+
# The terraform workspace outputs a per-cluster registry the nodes
|
|
135
|
+
# can push to ('terraform output container_registry').
|
|
136
|
+
values["cluster"]["containerRegistry"] = "FILL-IN-from-terraform-output"
|
|
127
137
|
values["database"] = {
|
|
128
138
|
"ip": "FILL-IN",
|
|
129
139
|
"user": "cluster_user",
|
|
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
|
|
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
|
{ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-ops.coding/scripts/run_job.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
|
{ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-project.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-project.coding/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-support.assistant/SKILL.md
RENAMED
|
File without changes
|
{ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-support.coding/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.3 → ellf_cli-12.0.0}/ellf_cli/ellf_skills/skills/ellf-train.assistant/SKILL.md
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
|
|
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
|