ellf-cli 4.0.64__tar.gz → 4.0.65__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.64/ellf_cli.egg-info → ellf_cli-4.0.65}/PKG-INFO +1 -1
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/about.json +1 -1
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf.json +23 -23
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/util.py +1 -1
- {ellf_cli-4.0.64 → ellf_cli-4.0.65/ellf_cli.egg-info}/PKG-INFO +1 -1
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/LICENSE +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/MANIFEST.in +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/README.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/__init__.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/__main__.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/about.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/appdirs.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/auth.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/cli.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/cloud/__init__.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/cloud/gcp.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/cluster_config.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/__init__.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/_recipe_file.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/_recipe_subcommand.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/_state.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/actions.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/agents.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/assets.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/clusters.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/config.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/datasets.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/files/__init__.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/files/cp.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/files/ls.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/files/rm.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/files/rsync.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/files/stats.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/general.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/import_export.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/infra/__init__.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/infra/_helpers.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/infra/deploy.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/infra/init_values.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/infra/provision.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/infra/register.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/infra/setup.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/infra/start.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/infra/terraform.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/infra/tls.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/jobs.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/packages.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/paths.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/plans.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/projects.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/publish_code.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/publish_data.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/recipes.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/secrets.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/support.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/tasks.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/commands/todos.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/config.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/.claude-plugin/plugin.json +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/.gitignore +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/bin/write-current-session.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/hooks/hooks.json +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skill_variants.json +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/SKILL.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/references/annotation_audit.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/references/builtin_ellf_annotation_recipes.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/SKILL.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/annotation_audit.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/builtin_ellf_annotation_recipes.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/builtin_prodigy_recipes.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-ask/SKILL.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-handoff/SKILL.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/SKILL.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/references/annotation_metrics.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/references/training_monitoring.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/SKILL.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/references/annotation_metrics.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/references/training_monitoring.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/scripts/check_training.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-ops.assistant/SKILL.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-ops.coding/SKILL.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-ops.coding/references/data_infra_cli.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-ops.coding/scripts/run_job.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-patterns/SKILL.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-patterns/references/pattern_strategies.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-prodigy/SKILL.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_action_recipe.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_agent_recipe.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_blocks_ui.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_correct.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_custom_ui.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_manual.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_pages_ui.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_routing.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_task_recipe.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_teach.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/builtin_recipes.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/ellf_recipe_sdk.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/lint_recipe.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/prodigy_recipe_api.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/template_index.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-project.assistant/SKILL.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/consulting_patterns.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/explosion_strategy.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/prodigy_llm_bot.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-project.coding/SKILL.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/consulting_patterns.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/explosion_strategy.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/prodigy_llm_bot.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-support.assistant/SKILL.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-support.coding/SKILL.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-todo/SKILL.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.assistant/SKILL.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/diagnostics.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/evaluation_guide.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/model_selection.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/training_paradigms.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/workflow.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.coding/SKILL.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_advanced.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_architectures.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_training.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/diagnostics.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/evaluation_guide.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/experiment_patterns.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/model_selection.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/training_paradigms.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/training_troubleshooting.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/workflow.md +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-train.coding/scripts/ellf_logger.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/errors.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/helm.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/key_pair.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/main.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/messages.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/query.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/recipes_cookiecutter/cookiecutter.json +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/.gitignore +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/README.md.tmpl +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/requirements-dev.in +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/requirements.in +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/setup.py.tmpl +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/__init__.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/about.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/recipes/__init__.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/recipes/example_task.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/testing/__init__.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ty.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ui.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/url.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli.egg-info/SOURCES.txt +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli.egg-info/dependency_links.txt +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli.egg-info/entry_points.txt +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli.egg-info/not-zip-safe +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli.egg-info/requires.txt +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli.egg-info/top_level.txt +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/pyproject.toml +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/setup.cfg +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/setup.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_appdirs.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_auth.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_config.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_errors.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_files_cp.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_files_cp_helpers.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_info.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_invalid_secrets.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_key_pair.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_login.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_main.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_plans.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_projects.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_query.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_recipe_file.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_recipes.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_state.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_support.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_ty.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_ui.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_ui_extras.py +0 -0
- {ellf_cli-4.0.64 → ellf_cli-4.0.65}/tests/test_util.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"prog": "ellf",
|
|
3
3
|
"help": "Ellf Command Line Interface.",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.64",
|
|
5
5
|
"extra_key": "_extra",
|
|
6
6
|
"commands": {
|
|
7
7
|
"actions": {
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"orig_type": "bool"
|
|
205
205
|
}
|
|
206
206
|
],
|
|
207
|
-
"description": "\
|
|
207
|
+
"description": "\n Log in to your Ellf account. You normally don't need to call this\n manually. It will automatically authenticate when needed.\n ",
|
|
208
208
|
"allow_extra": false,
|
|
209
209
|
"parent": null,
|
|
210
210
|
"is_placeholder": false
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"orig_type": "Literal[api, cluster, id, ci]"
|
|
258
258
|
}
|
|
259
259
|
],
|
|
260
|
-
"description": "\
|
|
260
|
+
"description": "\n Return an auth token for the current user\n ",
|
|
261
261
|
"allow_extra": false,
|
|
262
262
|
"parent": null,
|
|
263
263
|
"is_placeholder": false
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"orig_type": "list[Literal[tasks, actions, assets, datasets, paths]]"
|
|
334
334
|
}
|
|
335
335
|
],
|
|
336
|
-
"description": "\
|
|
336
|
+
"description": "\n Save the state of the current app JSON file. If an assets directory is\n provided, assets will be downloaded and referenced in the JSON accordingly.\n ",
|
|
337
337
|
"allow_extra": false,
|
|
338
338
|
"parent": null,
|
|
339
339
|
"is_placeholder": false
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"orig_type": "bool"
|
|
369
369
|
}
|
|
370
370
|
],
|
|
371
|
-
"description": "\
|
|
371
|
+
"description": "\n Populate Ellf with data for projects, tasks, actions, assets and paths.\n ",
|
|
372
372
|
"allow_extra": false,
|
|
373
373
|
"parent": null,
|
|
374
374
|
"is_placeholder": false
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
"orig_type": "List[str]"
|
|
446
446
|
}
|
|
447
447
|
],
|
|
448
|
-
"description": "\
|
|
448
|
+
"description": "\n Create a new action. The available action recipes are fetched from your\n cluster and are added as dynamic subcommands. You can see more details\n and available arguments by calling the subcommand with --help, e.g. create\n [name] --help\n ",
|
|
449
449
|
"allow_extra": true,
|
|
450
450
|
"parent": "actions",
|
|
451
451
|
"is_placeholder": false
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"orig_type": "bool"
|
|
481
481
|
}
|
|
482
482
|
],
|
|
483
|
-
"description": "\
|
|
483
|
+
"description": "\n List the actions on the cluster. By default, this includes their ID, name\n and current state, e.g. created or completed\n ",
|
|
484
484
|
"allow_extra": false,
|
|
485
485
|
"parent": "actions",
|
|
486
486
|
"is_placeholder": false
|
|
@@ -926,7 +926,7 @@
|
|
|
926
926
|
"orig_type": "List[str]"
|
|
927
927
|
}
|
|
928
928
|
],
|
|
929
|
-
"description": "\
|
|
929
|
+
"description": "\n Create a new agent. The available agent recipes are fetched from your\n cluster and are added as dynamic subcommands. You can see more details\n and available arguments by calling the subcommand with --help, e.g. create\n [name] --help\n ",
|
|
930
930
|
"allow_extra": true,
|
|
931
931
|
"parent": "agents",
|
|
932
932
|
"is_placeholder": false
|
|
@@ -1035,7 +1035,7 @@
|
|
|
1035
1035
|
"orig_type": "bool"
|
|
1036
1036
|
}
|
|
1037
1037
|
],
|
|
1038
|
-
"description": "\
|
|
1038
|
+
"description": "\n List the agents on the cluster. By default, this includes their ID, name\n and current state, e.g. created or completed\n ",
|
|
1039
1039
|
"allow_extra": false,
|
|
1040
1040
|
"parent": "agents",
|
|
1041
1041
|
"is_placeholder": false
|
|
@@ -1516,7 +1516,7 @@
|
|
|
1516
1516
|
"orig_type": "bool"
|
|
1517
1517
|
}
|
|
1518
1518
|
],
|
|
1519
|
-
"description": "\
|
|
1519
|
+
"description": "\n Get detailed info for an asset uploaded to the cluster and registered\n with Ellf\n ",
|
|
1520
1520
|
"allow_extra": false,
|
|
1521
1521
|
"parent": "assets",
|
|
1522
1522
|
"is_placeholder": false
|
|
@@ -1616,7 +1616,7 @@
|
|
|
1616
1616
|
"orig_type": "bool"
|
|
1617
1617
|
}
|
|
1618
1618
|
],
|
|
1619
|
-
"description": "\
|
|
1619
|
+
"description": "\n Create an asset on the cluster and register it with Ellf. Assets\n point to files or directories you control. The Ellf server only has\n a reference to them. This command doesn't transfer any data. See `ellf files`\n for utilities to transfer files to and from your cluster\n ",
|
|
1620
1620
|
"allow_extra": false,
|
|
1621
1621
|
"parent": "assets",
|
|
1622
1622
|
"is_placeholder": false
|
|
@@ -1845,7 +1845,7 @@
|
|
|
1845
1845
|
"orig_type": "Union[str, UUID]"
|
|
1846
1846
|
}
|
|
1847
1847
|
],
|
|
1848
|
-
"description": "\
|
|
1848
|
+
"description": "\n Delete a cluster from PAM. This only removes PAM's record\n of it. The cluster itself will continue to exist - you need\n to shut it down separately.\n ",
|
|
1849
1849
|
"allow_extra": false,
|
|
1850
1850
|
"parent": "clusters",
|
|
1851
1851
|
"is_placeholder": false
|
|
@@ -1932,7 +1932,7 @@
|
|
|
1932
1932
|
"orig_type": "bool"
|
|
1933
1933
|
}
|
|
1934
1934
|
],
|
|
1935
|
-
"description": "Check the health of a cluster deployment.\n\
|
|
1935
|
+
"description": "Check the health of a cluster deployment.\n\n Runs CLI-side connectivity checks against the cluster and PAM.\n Use --deep to also trigger cluster-side deployment checks (K8s API,\n NFS, database, etc.).\n ",
|
|
1936
1936
|
"allow_extra": false,
|
|
1937
1937
|
"parent": "clusters",
|
|
1938
1938
|
"is_placeholder": false
|
|
@@ -2015,7 +2015,7 @@
|
|
|
2015
2015
|
"orig_type": "str"
|
|
2016
2016
|
}
|
|
2017
2017
|
],
|
|
2018
|
-
"description": "Rotate the cluster RSA keypair.\n\
|
|
2018
|
+
"description": "Rotate the cluster RSA keypair.\n\n Generates a new keypair, updates the cluster record in PAM with the\n new public key, patches the K8s secret with the new private key,\n and restarts the cluster deployment.\n ",
|
|
2019
2019
|
"allow_extra": false,
|
|
2020
2020
|
"parent": "clusters",
|
|
2021
2021
|
"is_placeholder": false
|
|
@@ -2787,7 +2787,7 @@
|
|
|
2787
2787
|
"orig_type": "str"
|
|
2788
2788
|
}
|
|
2789
2789
|
],
|
|
2790
|
-
"description": "Export all the examples from a dataset and save it in the designated file as\
|
|
2790
|
+
"description": "Export all the examples from a dataset and save it in the designated file as\n JSONL (newline-delimited JSON).\n ",
|
|
2791
2791
|
"allow_extra": false,
|
|
2792
2792
|
"parent": "datasets",
|
|
2793
2793
|
"is_placeholder": false
|
|
@@ -3222,7 +3222,7 @@
|
|
|
3222
3222
|
"orig_type": "bool"
|
|
3223
3223
|
}
|
|
3224
3224
|
],
|
|
3225
|
-
"description": "Deploy or upgrade the Ellf Helm chart.\n\
|
|
3225
|
+
"description": "Deploy or upgrade the Ellf Helm chart.\n\n Creates the namespace, image pull secret, cluster keypair secret,\n then runs helm upgrade --install with the provided values.\n ",
|
|
3226
3226
|
"allow_extra": false,
|
|
3227
3227
|
"parent": "infra",
|
|
3228
3228
|
"is_placeholder": false
|
|
@@ -3466,7 +3466,7 @@
|
|
|
3466
3466
|
"orig_type": "str"
|
|
3467
3467
|
}
|
|
3468
3468
|
],
|
|
3469
|
-
"description": "Install cluster infrastructure prerequisites (Traefik, cert-manager).\n\
|
|
3469
|
+
"description": "Install cluster infrastructure prerequisites (Traefik, cert-manager).\n\n These operations are idempotent and safe to re-run.\n ",
|
|
3470
3470
|
"allow_extra": false,
|
|
3471
3471
|
"parent": "infra",
|
|
3472
3472
|
"is_placeholder": false
|
|
@@ -3749,7 +3749,7 @@
|
|
|
3749
3749
|
"orig_type": "str"
|
|
3750
3750
|
}
|
|
3751
3751
|
],
|
|
3752
|
-
"description": "Manage TLS certificates for local cluster access.\n\
|
|
3752
|
+
"description": "Manage TLS certificates for local cluster access.\n\n Use --self-signed when you have direct kubectl access to the cluster.\n Use --setup HOST to do everything from your laptop over SSH.\n Use --trust HOST to fetch and install an existing CA from a remote cluster.\n ",
|
|
3753
3753
|
"allow_extra": false,
|
|
3754
3754
|
"parent": "infra",
|
|
3755
3755
|
"is_placeholder": false
|
|
@@ -3773,7 +3773,7 @@
|
|
|
3773
3773
|
"orig_type": "str"
|
|
3774
3774
|
}
|
|
3775
3775
|
],
|
|
3776
|
-
"description": "\
|
|
3776
|
+
"description": "\n Run a job directly on the cluster from a YAML spec file, bypassing PAM.\n ",
|
|
3777
3777
|
"allow_extra": false,
|
|
3778
3778
|
"parent": "jobs",
|
|
3779
3779
|
"is_placeholder": false
|
|
@@ -4851,7 +4851,7 @@
|
|
|
4851
4851
|
"orig_type": "str"
|
|
4852
4852
|
}
|
|
4853
4853
|
],
|
|
4854
|
-
"description": "\
|
|
4854
|
+
"description": "\n Upload and advertise a recipes package from your Python environment.\n ",
|
|
4855
4855
|
"allow_extra": false,
|
|
4856
4856
|
"parent": "publish",
|
|
4857
4857
|
"is_placeholder": false
|
|
@@ -4964,7 +4964,7 @@
|
|
|
4964
4964
|
"orig_type": "bool"
|
|
4965
4965
|
}
|
|
4966
4966
|
],
|
|
4967
|
-
"description": "\
|
|
4967
|
+
"description": "\n Transfer data to the cluster, and advertise it to Ellf.\n\n These steps can also be done separately. See `ellf files` to transfer\n data to the cluster without creating an Asset record for it, and\n `ellf assets create` to create an Asset without transfer.\n ",
|
|
4968
4968
|
"allow_extra": false,
|
|
4969
4969
|
"parent": "publish",
|
|
4970
4970
|
"is_placeholder": false
|
|
@@ -5624,7 +5624,7 @@
|
|
|
5624
5624
|
"orig_type": "List[str]"
|
|
5625
5625
|
}
|
|
5626
5626
|
],
|
|
5627
|
-
"description": "\
|
|
5627
|
+
"description": "\n Create a new task. The available task recipes are fetched from your\n cluster and are added as dynamic subcommands. You can see more details\n and available arguments by calling the subcommand with --help, e.g. create\n [name] --help\n ",
|
|
5628
5628
|
"allow_extra": true,
|
|
5629
5629
|
"parent": "tasks",
|
|
5630
5630
|
"is_placeholder": false
|
|
@@ -5659,7 +5659,7 @@
|
|
|
5659
5659
|
"orig_type": "bool"
|
|
5660
5660
|
}
|
|
5661
5661
|
],
|
|
5662
|
-
"description": "\
|
|
5662
|
+
"description": "\n List the tasks on the cluster. By default, this includes their ID, name\n and current state, e.g. created or completed\n ",
|
|
5663
5663
|
"allow_extra": false,
|
|
5664
5664
|
"parent": "tasks",
|
|
5665
5665
|
"is_placeholder": false
|
|
@@ -148,7 +148,7 @@ def _resolve_cluster_ref(client: Client, name_or_id: str | None) -> UUID:
|
|
|
148
148
|
return UUID(name_or_id)
|
|
149
149
|
except ValueError:
|
|
150
150
|
pass
|
|
151
|
-
cluster = client.cluster.read(
|
|
151
|
+
cluster = client.cluster.read(address=name_or_id)
|
|
152
152
|
return cluster.id
|
|
153
153
|
|
|
154
154
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-4.0.64 → ellf_cli-4.0.65}/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.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-4.0.64 → ellf_cli-4.0.65}/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-4.0.64 → ellf_cli-4.0.65}/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.64 → ellf_cli-4.0.65}/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.64 → ellf_cli-4.0.65}/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.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-support.assistant/SKILL.md
RENAMED
|
File without changes
|
{ellf_cli-4.0.64 → ellf_cli-4.0.65}/ellf_cli/ellf_skills/skills/ellf-support.coding/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
{ellf_cli-4.0.64 → ellf_cli-4.0.65}/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
|