ellf-cli 4.0.142__tar.gz → 4.0.145__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-4.0.142/ellf_cli.egg-info → ellf_cli-4.0.145}/PKG-INFO +1 -1
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/about.json +1 -1
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/auth.py +6 -6
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/config.py +4 -2
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf.json +1 -1
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/messages.py +0 -1
- {ellf_cli-4.0.142 → ellf_cli-4.0.145/ellf_cli.egg-info}/PKG-INFO +1 -1
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_config.py +2 -2
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/LICENSE +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/MANIFEST.in +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/README.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/__init__.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/__main__.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/about.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/appdirs.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/cli.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/cloud/__init__.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/cloud/gcp.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/cluster_config.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/__init__.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/_recipe_file.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/_recipe_subcommand.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/_state.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/actions.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/agents.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/assets.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/auth.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/clusters.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/config.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/datasets.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/files/__init__.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/files/cp.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/files/ls.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/files/rm.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/files/rsync.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/files/stats.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/general.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/import_export.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/infra/__init__.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/infra/_helpers.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/infra/deploy.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/infra/init_values.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/infra/provision.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/infra/register.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/infra/setup.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/infra/start.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/infra/terraform.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/infra/tls.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/jobs.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/packages.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/paths.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/plans.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/projects.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/publish_code.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/publish_data.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/recipes.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/secrets.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/support.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/tasks.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/commands/todos.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/.claude-plugin/plugin.json +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/.gitignore +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/bin/write-current-session.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/hooks/hooks.json +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skill_variants.json +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/SKILL.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/references/annotation_audit.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/references/builtin_ellf_annotation_recipes.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/SKILL.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/annotation_audit.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/builtin_ellf_annotation_recipes.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/builtin_prodigy_recipes.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-ask/SKILL.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-handoff/SKILL.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/SKILL.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/references/annotation_metrics.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/references/training_monitoring.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/SKILL.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/references/annotation_metrics.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/references/training_monitoring.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/scripts/check_training.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-ops.assistant/SKILL.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-ops.coding/SKILL.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-ops.coding/references/data_infra_cli.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-ops.coding/scripts/run_job.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-patterns/SKILL.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-patterns/references/pattern_strategies.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-prodigy/SKILL.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_action_recipe.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_agent_recipe.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_blocks_ui.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_correct.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_custom_ui.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_manual.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_pages_ui.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_routing.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_task_recipe.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_teach.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/builtin_recipes.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/ellf_recipe_sdk.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/lint_recipe.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/prodigy_recipe_api.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/template_index.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-project.assistant/SKILL.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/consulting_patterns.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/explosion_strategy.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/prodigy_llm_bot.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-project.coding/SKILL.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/consulting_patterns.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/explosion_strategy.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/prodigy_llm_bot.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-support.assistant/SKILL.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-support.coding/SKILL.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-todo/SKILL.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.assistant/SKILL.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/diagnostics.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/evaluation_guide.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/model_selection.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/training_paradigms.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/workflow.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.coding/SKILL.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_advanced.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_architectures.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_training.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/diagnostics.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/evaluation_guide.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/experiment_patterns.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/model_selection.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/training_paradigms.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/training_troubleshooting.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/workflow.md +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.coding/scripts/ellf_logger.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/errors.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/helm.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/key_pair.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/main.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/query.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/recipes_cookiecutter/cookiecutter.json +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/.gitignore +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/README.md.tmpl +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/requirements-dev.in +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/requirements.in +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/setup.py.tmpl +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/__init__.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/about.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/recipes/__init__.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/recipes/example_task.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/testing/__init__.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ty.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ui.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/url.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/util.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli.egg-info/SOURCES.txt +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli.egg-info/dependency_links.txt +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli.egg-info/entry_points.txt +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli.egg-info/not-zip-safe +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli.egg-info/requires.txt +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli.egg-info/top_level.txt +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/pyproject.toml +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/setup.cfg +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/setup.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_appdirs.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_auth.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_errors.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_files_cp.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_files_cp_helpers.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_info.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_invalid_secrets.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_key_pair.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_login.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_main.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_plans.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_projects.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_query.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_recipe_file.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_recipes.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_state.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_support.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_ty.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_ui.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_ui_extras.py +0 -0
- {ellf_cli-4.0.142 → ellf_cli-4.0.145}/tests/test_util.py +0 -0
|
@@ -19,7 +19,7 @@ from ellf_broker_sdk import Client as BrokerClient
|
|
|
19
19
|
from ellf_pam_sdk import AccessTokenCredential, Client
|
|
20
20
|
from ellf_pam_sdk.models import ClusterReading
|
|
21
21
|
|
|
22
|
-
from .config import RootConfig
|
|
22
|
+
from .config import DEFAULT_PAM_HOST, RootConfig
|
|
23
23
|
from .errors import (
|
|
24
24
|
CLIError,
|
|
25
25
|
EllfError,
|
|
@@ -192,10 +192,10 @@ class AuthStateImpl:
|
|
|
192
192
|
|
|
193
193
|
settings = get_saved_settings()
|
|
194
194
|
# Allow env var overrides (used by the assistant service container).
|
|
195
|
-
pam_host =
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
195
|
+
pam_host = (
|
|
196
|
+
os.environ.get("ELLF_PAM_HOST") or settings.pam_host or DEFAULT_PAM_HOST
|
|
197
|
+
)
|
|
198
|
+
broker_host = os.environ.get("ELLF_BROKER_HOST") or settings.broker_host
|
|
199
199
|
self._secrets = None
|
|
200
200
|
self._broker_url = URL.parse(broker_host) if broker_host is not None else None
|
|
201
201
|
self._pam_url = URL.parse(pam_host)
|
|
@@ -377,7 +377,7 @@ class AuthStateImpl:
|
|
|
377
377
|
def get_api_token(self, force_refresh: bool = False) -> AccessTokenCredential:
|
|
378
378
|
# Allow injecting a PAM JWT via env var (used by the assistant service
|
|
379
379
|
# to authenticate ellf commands on behalf of the logged-in user).
|
|
380
|
-
env_token = os.environ.get("ELLF_API_TOKEN")
|
|
380
|
+
env_token = os.environ.get("ELLF_API_TOKEN")
|
|
381
381
|
if env_token:
|
|
382
382
|
return AccessTokenCredential(access_token=env_token)
|
|
383
383
|
if (
|
|
@@ -10,6 +10,8 @@ from pydantic import BaseModel
|
|
|
10
10
|
from .ty import JSONableDict
|
|
11
11
|
from .util import APP_NAME, get_app_dir
|
|
12
12
|
|
|
13
|
+
DEFAULT_PAM_HOST = "https://ellf.prodigy.run"
|
|
14
|
+
|
|
13
15
|
|
|
14
16
|
def global_config_dir() -> Path:
|
|
15
17
|
return Path(get_app_dir(APP_NAME))
|
|
@@ -36,7 +38,7 @@ class SavedSettings(BaseModel):
|
|
|
36
38
|
task: UUID | None = None
|
|
37
39
|
action: UUID | None = None
|
|
38
40
|
agent: UUID | None = None
|
|
39
|
-
pam_host: str | None =
|
|
41
|
+
pam_host: str | None = DEFAULT_PAM_HOST
|
|
40
42
|
cluster_id: UUID | None = None
|
|
41
43
|
recipes_file: str | None = None
|
|
42
44
|
|
|
@@ -48,7 +50,7 @@ class SavedSettings(BaseModel):
|
|
|
48
50
|
task=None,
|
|
49
51
|
action=None,
|
|
50
52
|
agent=None,
|
|
51
|
-
pam_host=
|
|
53
|
+
pam_host=DEFAULT_PAM_HOST,
|
|
52
54
|
cluster_id=None,
|
|
53
55
|
recipes_file=None,
|
|
54
56
|
)
|
|
@@ -38,7 +38,6 @@ class Messages:
|
|
|
38
38
|
E034 = "{code} {reason} for URL {url}"
|
|
39
39
|
E035 = "Cluster host unset: use the config set-cluster-host command to provide a cluster URL"
|
|
40
40
|
E036 = "Cluster ID unset"
|
|
41
|
-
E037 = "PAM host unset: use the config set-pam-host command to provide a PAM URL"
|
|
42
41
|
E038 = "Could not find {noun}: {name_or_id}"
|
|
43
42
|
E039 = "Authentication error: {message}"
|
|
44
43
|
E040 = "Run {command} to log in" # TODO: this could be better to include more scenarios?
|
|
@@ -7,7 +7,7 @@ from uuid import uuid4
|
|
|
7
7
|
|
|
8
8
|
import pytest
|
|
9
9
|
|
|
10
|
-
from ellf_cli.config import RootConfig, SavedSettings
|
|
10
|
+
from ellf_cli.config import DEFAULT_PAM_HOST, RootConfig, SavedSettings
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
class TestSavedSettings:
|
|
@@ -18,7 +18,7 @@ class TestSavedSettings:
|
|
|
18
18
|
assert s.task is None
|
|
19
19
|
assert s.action is None
|
|
20
20
|
assert s.agent is None
|
|
21
|
-
assert s.pam_host
|
|
21
|
+
assert s.pam_host == DEFAULT_PAM_HOST
|
|
22
22
|
assert s.cluster_id is None
|
|
23
23
|
assert s.recipes_file is None
|
|
24
24
|
|
|
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-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-4.0.142 → ellf_cli-4.0.145}/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-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-ops.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-4.0.142 → ellf_cli-4.0.145}/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-4.0.142 → ellf_cli-4.0.145}/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-4.0.142 → ellf_cli-4.0.145}/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-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-support.assistant/SKILL.md
RENAMED
|
File without changes
|
{ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-support.coding/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
{ellf_cli-4.0.142 → ellf_cli-4.0.145}/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
|
{ellf_cli-4.0.142 → ellf_cli-4.0.145}/ellf_cli/ellf_skills/skills/ellf-train.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
|
|
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
|