LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
ellf_cli/__init__.py
ellf_cli/__main__.py
ellf_cli/about.json
ellf_cli/about.py
ellf_cli/appdirs.py
ellf_cli/auth.py
ellf_cli/cli.py
ellf_cli/cluster_config.py
ellf_cli/config.py
ellf_cli/ellf.json
ellf_cli/errors.py
ellf_cli/helm.py
ellf_cli/key_pair.py
ellf_cli/main.py
ellf_cli/messages.py
ellf_cli/query.py
ellf_cli/ty.py
ellf_cli/ui.py
ellf_cli/url.py
ellf_cli/util.py
ellf_cli.egg-info/PKG-INFO
ellf_cli.egg-info/SOURCES.txt
ellf_cli.egg-info/dependency_links.txt
ellf_cli.egg-info/entry_points.txt
ellf_cli.egg-info/not-zip-safe
ellf_cli.egg-info/requires.txt
ellf_cli.egg-info/top_level.txt
ellf_cli/cloud/__init__.py
ellf_cli/cloud/gcp.py
ellf_cli/commands/__init__.py
ellf_cli/commands/_recipe_file.py
ellf_cli/commands/_recipe_subcommand.py
ellf_cli/commands/_state.py
ellf_cli/commands/actions.py
ellf_cli/commands/agents.py
ellf_cli/commands/assets.py
ellf_cli/commands/clusters.py
ellf_cli/commands/config.py
ellf_cli/commands/datasets.py
ellf_cli/commands/general.py
ellf_cli/commands/import_export.py
ellf_cli/commands/jobs.py
ellf_cli/commands/packages.py
ellf_cli/commands/paths.py
ellf_cli/commands/plans.py
ellf_cli/commands/projects.py
ellf_cli/commands/publish_code.py
ellf_cli/commands/publish_data.py
ellf_cli/commands/recipes.py
ellf_cli/commands/secrets.py
ellf_cli/commands/support.py
ellf_cli/commands/tasks.py
ellf_cli/commands/todos.py
ellf_cli/commands/files/__init__.py
ellf_cli/commands/files/cp.py
ellf_cli/commands/files/ls.py
ellf_cli/commands/files/rm.py
ellf_cli/commands/files/rsync.py
ellf_cli/commands/files/stats.py
ellf_cli/commands/infra/__init__.py
ellf_cli/commands/infra/_helpers.py
ellf_cli/commands/infra/deploy.py
ellf_cli/commands/infra/init_values.py
ellf_cli/commands/infra/provision.py
ellf_cli/commands/infra/register.py
ellf_cli/commands/infra/setup.py
ellf_cli/commands/infra/start.py
ellf_cli/commands/infra/terraform.py
ellf_cli/recipes_cookiecutter/cookiecutter.json
ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/.gitignore
ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/README.md.tmpl
ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/requirements-dev.in
ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/requirements.in
ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/setup.py.tmpl
ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/tests/__init__.py
ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/__init__.py
ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/about.py
ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/recipes/__init__.py
ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/recipes/example_task.py
ellf_cli/testing/__init__.py
tests/test_appdirs.py
tests/test_auth.py
tests/test_config.py
tests/test_errors.py
tests/test_files_cp.py
tests/test_files_cp_helpers.py
tests/test_info.py
tests/test_invalid_secrets.py
tests/test_key_pair.py
tests/test_login.py
tests/test_main.py
tests/test_projects.py
tests/test_query.py
tests/test_recipe_file.py
tests/test_recipes.py
tests/test_state.py
tests/test_support.py
tests/test_ty.py
tests/test_ui.py
tests/test_ui_extras.py
tests/test_util.py